[ http://jira.magnolia.info/browse/MPARCH-6?page=comments#action_15485 ] Giancarlo Berner commented on MPARCH-6: ---------------------------------------
The path Maven tries to download the maven-archetype-magnolia-module.jar from seems to still be the old one we have bean using, so with version 1.0.0-SNAPSHOT. I just tried again with version 1.0.0-SNAPSHOT --> AND IT WORKED! So the WIKI still is correct! I have no idea why it did not work yesterday. Maybe the connection was blocked or a typo (although I used the exact same command from WIKI...) Sorry! > Error when creating a new Module layout > --------------------------------------- > > Key: MPARCH-6 > URL: http://jira.magnolia.info/browse/MPARCH-6 > Project: Magnolia Maven Archetypes > Issue Type: Bug > Components: module archetype > Environment: Windows XP, Maven 2 > Reporter: Giancarlo Berner > Assigned To: Vivian Steller > > 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 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia.info/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ---------------------------------------------------------------- for list details see http://documentation.magnolia.info/docs/en/editor/stayupdated.html ----------------------------------------------------------------
