Details
-
Bug
-
Resolution: Not an issue
-
Major
-
None
-
None
-
None
-
Windows XP, Maven 2
Description
When using the archetype "maven-archetype-magnolia-module" to create a module folder (as I did successfully with Magnolia 3.0.x), I get the error "Archetype does not exist".
The last log entry before the error is
INFO: artifact info.magnolia:maven-archetype-magnolia-module: checking for updates from id0
After that I get the "build error":
Embedded error: Archetype does not exist.
Unable to determine the release version
I am using the mvn command:
mvn archetype:create -DarchetypeGroupId=info.magnolia \
-DarchetypeArtifactId=maven-archetype-magnolia-module \
-DarchetypeVersion=1.0.0-SNAPSHOT \
-DgroupId=com.foo.bar \
-DartifactId=my-module \
-DremoteRepositories=http://svn.magnolia.info/maven/snapshots
In addition there is another (minor?) error: ResourceManager : unable to find resource 'VM_global_library.vm" in any resource loader