I'm trying to follow along here: http://wicket.apache.org/quickstart.html but
I get the error below.  I'm new to maven and wicket, and searching this
error didn't help, so no doubt I'm doing something dumb/obvious.  BTW, the
quickstart page suggests that replaceable items are in bold, but nothing is
showing in bold (perhaps I'm supposed to replace something else?):

    C:\workspace>mvn -v
    Maven version: 2.0.2
    
    C:\workspace>mvn archetype:create -e
-DarchetypeGroupId=org.apache.wicket
-DarchetypeArtifactId=wicket-archetype-quickstart 
-DarchetypeVersion=1.3.0-beta3 -DgroupId=edu.jhuapl.its
    d -DartifactId=WicketKewl2_mvn
    + 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 'org.apache.wicket': 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
'org.apache.wicket': you must specify a valid lifecycle phase, or a goal in
the format plugin:goal or pluginGroupId:pluginArtif
    actId:pluginVersion:goal
            at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor(DefaultLifecycleExecutor.java:1476)
            at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.segmentTaskListByAggregationNeeds(DefaultLifecycleExecutor.java:378)
            at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:134)
            at
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
            at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
            at org.apache.maven.cli.MavenCli.main(MavenCli.java:249)
            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:585)
            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: Mon Oct 15 10:28:35 EDT 2007
    [INFO] Final Memory: 1M/3M
    [INFO]
----------------------------------------------------------------------------
-- 
View this message in context: 
http://www.nabble.com/Invalid-task-%27org.apache.wicket%27-running-quickstart-with-maven-tf4627970.html#a13214173
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to