Hello, I want to try out the sculptor cartridge and have a problem with maven. I follow the installation guide for maven on http://www.fornax-platform.org/cp/display/fornax/1.+Installation+Guide+%28CSC%29 http://www.fornax-platform.org/cp/display/fornax/1.+Installation+Guide+%28CSC%29
> mvn --version works fine. When I try to execute: > mvn -e archetype:create -DarchetypeGroupId=org.fornax.cartridges > -DarchetypeArtifactId=fornax-cartridges-sculptor-archetype-standalone > -DarchetypeVersion=1.3.0-SNAPSHOT > -DremoteRepositories=http://www.fornax-platform.org/m2/repository > -DgroupId=org.helloworld -DartifactId=helloworld from http://www.fornax-platform.org/cp/display/fornax/2.+Hello+World+Tutorial+%28CSC%29 http://www.fornax-platform.org/cp/display/fornax/2.+Hello+World+Tutorial+%28CSC%29 I get: >>> + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'archetype'. [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Invalid task '.fornax.cartridges': you must specify a valid lifecycle phase, or a goal in the format plugin:goal or pluginGroupId:pluginArtifactId:pluginVersion:goal [INFO] ------------------------------------------------------------------------ [INFO] Trace org.apache.maven.BuildFailureException: Invalid task '.fornax.cartridges': you must specify a valid lifecycle phase, or a goal in the format plugin:goal or pluginGroupId:pluginArtifactId:pluginVersion:goal at org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor(DefaultLifecycleExecutor.java:1515) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.segmentTaskListByAggregationNeeds(DefaultLifecycleExecuto r.java:386) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:138) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:333) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:126) at org.apache.maven.cli.MavenCli.main(MavenCli.java:282) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) [INFO] ------------------------------------------------------------------------ [INFO] Total time: < 1 second [INFO] Finished at: Wed Feb 13 10:15:32 CET 2008 [INFO] Final Memory: 2M/4M [INFO] ------------------------------------------------------------------------ <<< Thanks for help... Nils -- View this message in context: http://www.nabble.com/-Sculptor--Hello-World-Tutorial---Maven-problem-tp15452980s17564p15452980.html Sent from the Fornax-Platform mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fornax-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fornax-developer
