DPascalBernard / maven-alfresco-archetypes

Automatically exported from code.google.com/p/maven-alfresco-archetypes
0 stars 0 forks source link

Creating a amp-archetype with -SNAPSHOT as version number creates a invalid maven-amp. #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Doing a mvn create of -DarchetypeVersion=1.0.0
-DarchetypeArtifactId=maven-alfresco-amp-archetype with
-Dversion=0.1-SNAPSHOT seems to work. However it creates a broken maven-amp
environment. SNAPSHOT is a common maven idiom for projects versions that
are under development and should be supported.

Original issue reported on code.google.com by marijnvr...@gmail.com on 8 Oct 2008 at 2:14

GoogleCodeExporter commented 9 years ago
Fixed and documented using the maven-nosnapshot plugin

Original comment by colum...@gmail.com on 3 Dec 2009 at 8:28