restlet / restlet-framework-java

The first REST API framework for Java
https://restlet.talend.com
646 stars 284 forks source link

Add Maven archetype #463

Open thboileau opened 12 years ago

thboileau commented 12 years ago

Initial ticket : http://restlet.tigris.org/issues/show_bug.cgi?id=412

cstamas commented 11 years ago

Judging from the content of existing archetype catalog found here: http://maven.restlet.org/archetype-catalog.xml

that file comes (is copied) from some Nexus instance. Please remove it, or fix it (if you have archetypes of course). Or just make it empty for now:

<archetype-catalog xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-catalog/1.0.0 http://maven.apache.org/xsd/archetype-catalog-1.0.0.xsd" xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-catalog/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <archetypes />
</archetype-catalog>
jlouvel commented 10 years ago

@thboileau: can we remove this file for now?

jlouvel commented 10 years ago

set milestone to 2.2.0

jlouvel commented 10 years ago

set milestone to 2.2 RC2

thboileau commented 10 years ago

nb: we are using nexus indexer for generation of some maven artefacts.

thboileau commented 10 years ago

Added empty archetype descriptor.

thboileau commented 10 years ago

Next step: manage archetypes.

jlouvel commented 10 years ago

Thanks Thierry. Let's way regarding the archetypes aspects. Updated milestone.