Hi,
I'm trying to setup a project from scratch using the "Jspresso in 10 minutes" post. Well, i'm getting this problem... don't know if anyone had the same problem.
I don't have much experience with maven... can anyone help please? (i past the error log at the end of the post)
Best Regards
Carlos V.
======
NetBeans: Executing 'D:\DEV\apache-maven-2.1.0\bin\mvn.bat -DarchetypeVersion=1.0-SNAPSHOT -Darchetype.interactive=false -DgroupId=com.example.helloworld -DarchetypeArtifactId=helloworld -DarchetypeRepository=http://repository.jspresso.org/maven2/ -Dversion=1.0-SNAPSHOT -DarchetypeGroupId=com.example.helloworld -Darchetype.repository=http://repository.jspresso.org/maven2/ -Dbasedir=D:\WORKSPACE -Dpackage=com.example.helloworld -DartifactId=mavenproject1 --batch-mode org.apache.maven.plugins:maven-archetype-plugin:2.0-alpha-3:generate'
Scanning for projects...
------------------------------------------------------------------------
Building Maven Default Project
task-segment: [org.apache.maven.plugins:maven-archetype-plugin:2.0-alpha-3:generate] (aggregator-style)
------------------------------------------------------------------------
Preparing archetype:generate
No goals needed for project - skipping
Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
Setting property: velocimacro.messages.on => 'false'.
Setting property: resource.loader => 'classpath'.
Setting property: resource.manager.logwhenfound => 'false'.
[archetype:generate]
Generating project in Batch mode
Archetype defined by properties
snapshot com.example.helloworld:helloworld:1.0-SNAPSHOT: checking for updates from helloworld-repo
Downloading: http://repository.jspresso.org/maven2//com/example/helloworld/helloworld...
Unable to find resource 'com.example.helloworld:helloworld:jar:1.0-SNAPSHOT' in repository helloworld-repo (http://repository.jspresso.org/maven2/)
------------------------------------------------------------------------
[ERROR]BUILD FAILURE
------------------------------------------------------------------------
: org.apache.maven.archetype.exception.UnknownArchetype: The desired archetype does not exist (com.example.helloworld:helloworld:1.0-SNAPSHOT)
The desired archetype does not exist (com.example.helloworld:helloworld:1.0-SNAPSHOT)
------------------------------------------------------------------------
For more information, run Maven with the -e switch
------------------------------------------------------------------------
Total time: 4 seconds
Finished at: Wed Apr 29 22:05:46 BST 2009
Final Memory: 8M/15M
------------------------------------------------------------------------
