resthub / resthub-archetypes

RESThub project templates
http://resthub.org/
5 stars 10 forks source link

mvn archetype:generate does not work for releases #3

Closed bmeurant closed 11 years ago

bmeurant commented 12 years ago

following documentation : mvn archetype:generate -DarchetypeCatalog=http://nexus.pullrequest.org/content/repositories/releases/ does not find any archetype :

[INFO] Generating project in Interactive mode
[INFO] No archetype defined. Using maven-archetype-quickstart (org.apache.maven.archetypes:maven-archetype-quickstart:1.0)
Choose archetype:
     Your filter doesn't match any archetype (hint: enter to return to initial list)
Choose a number or apply filter (format: [groupId:]artifactId, case sensitive contains): :

All is fine for mvn archetype:generate -DarchetypeCatalog=http://nexus.pullrequest.org/content/repositories/snapshots/ :

[INFO] No archetype defined. Using maven-archetype-quickstart (org.apache.maven.archetypes:maven-archetype-quickstart:1.0)
Choose archetype:
1: http://nexus.pullrequest.org/content/repositories/snapshots/ -> org.resthub:resthub-jpa-backbonejs-archetype (-)
2: http://nexus.pullrequest.org/content/repositories/snapshots/ -> org.resthub:resthub-jpa-webservice-archetype (-)
3: http://nexus.pullrequest.org/content/repositories/snapshots/ -> org.resthub:resthub-mongodb-backbonejs-archetype (-)
4: http://nexus.pullrequest.org/content/repositories/snapshots/ -> org.resthub:resthub-mongodb-webservice-archetype (-) 
Choose a number or apply filter (format: [groupId:]artifactId, case sensitive contains): :
sdeleuze commented 11 years ago

Fixed on server for a while