Okay, so make a backup copy of your pom.xml file, copy the quickstart's pom.xml to your directory, edit it to your liking (group, artifact, name, version, etc.) and try it with your source code.
On Wed, Feb 16, 2011 at 12:01 PM, Mr Jehan <[email protected]> wrote: > using Wicket Quickstart example application it is done > > On Wed, Feb 16, 2011 at 9:44 PM, James Carman > <[email protected]>wrote: > >> How about we go about this a different way? Why don't you try >> generating a Wicket Quickstart example application? If that doesn't >> run, then you've got other problems. If it does run, then you need to >> try to copy the sections from the pom.xml file that you need (namely >> the "plugins"). >> >> On Wed, Feb 16, 2011 at 11:41 AM, Mr Jehan <[email protected]> wrote: >> > The issue with me is installing jetty plugin , please read previous >> message >> > >> > On Wed, Feb 16, 2011 at 9:22 PM, James Carman < >> [email protected]> >> > wrote: >> >> >> >> You don't have to install anything. Maven will download it >> >> automatically. What does your pom.xml file look like? Are you using >> >> a quickstart-generated project? >> >> >> >> On Wed, Feb 16, 2011 at 11:20 AM, Mr Jehan <[email protected]> wrote: >> >> > I cant issue *mvn jetty:run* command because I have not installed >> jetty >> >> > plugin >> >> > >> >> > I am trying to install jetty plugin using following command >> >> > >> >> > mvn plugin:download -Dmaven.repo.remote= >> >> > >> >> > >> http://www.ibiblio.org/maven,http://people.apache.org/repo/m1-snapshot-repository/ >> >> > -DgroupId=maven -DartifactId=maven-jetty-plugin -Dversion=1.1 >> >> > (above command taken from >> >> > >> >> > >> http://maven.apache.org/maven-1.x/plugins/jetty/announcements/announcement-1.1.txt >> >> > ) >> >> > >> >> > but encountered by following error >> >> > >> >> > + Error stacktraces are turned on. >> >> > [INFO] Scanning for projects... >> >> > [INFO] Searching repository for plugin with prefix: 'plugin'. >> >> > [INFO] >> >> > >> ------------------------------------------------------------------------ >> >> > [ERROR] BUILD FAILURE >> >> > [INFO] >> >> > >> ------------------------------------------------------------------------ >> >> > [INFO] Required goal not found: plugin:download in >> >> > org.apache.maven.plugins:maven-plugin-plugin:2.4.3 >> >> > [INFO] >> >> > >> ------------------------------------------------------------------------ >> >> > [INFO] Trace >> >> > org.apache.maven.BuildFailureException: Required goal not found: >> >> > plugin:download in org.apache.maven.plugins:maven-plugin-plugin:2.4.3 >> >> > at >> >> > >> >> > >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor(DefaultLifecycleExecutor.java:1867) >> >> > at >> >> > >> >> > >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.segmentTaskListByAggregationNeeds(DefaultLifecycleExecutor.java:462) >> >> > at >> >> > >> >> > >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:175) >> >> > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328) >> >> > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138) >> >> > at org.apache.maven.cli.MavenCli.main(MavenCli.java:362) >> >> > at >> >> > >> org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60) >> >> > 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 16 21:16:03 PKT 2011 >> >> > [INFO] Final Memory: 2M/15M >> >> > [INFO] >> >> > >> ------------------------------------------------------------------------ >> >> > while when I run mvn jetty:run I facing following error >> >> > >> >> > [INFO] Scanning for projects... >> >> > [INFO] Searching repository for plugin with prefix: 'jetty'. >> >> > [INFO] >> >> > >> ------------------------------------------------------------------------ >> >> > [ERROR] BUILD ERROR >> >> > [INFO] >> >> > >> ------------------------------------------------------------------------ >> >> > [INFO] The plugin 'org.apache.maven.plugins:maven-jetty-plugin' does >> not >> >> > exist or no valid version could be found >> >> > [INFO] >> >> > >> ------------------------------------------------------------------------ >> >> > [INFO] For more information, run Maven with the -e switch >> >> > [INFO] >> >> > >> ------------------------------------------------------------------------ >> >> > [INFO] Total time: < 1 second >> >> > [INFO] Finished at: Wed Feb 16 21:17:53 PKT 2011 >> >> > [INFO] Final Memory: 2M/15M >> >> > [INFO] >> >> > >> ------------------------------------------------------------------------ >> >> > >> >> > On Wed, Feb 16, 2011 at 9:02 PM, James Carman >> >> > <[email protected]>wrote: >> >> > >> >> >> If you're using a Quickstart-generated Wicket project, it's already >> >> >> set up for you. Just type mvn jetty:run. >> >> >> >> >> >> >> >> >> On Wed, Feb 16, 2011 at 10:59 AM, Mr Jehan <[email protected]> >> wrote: >> >> >> > You mean jetty plugin for Tomcat or maven >> >> >> > I want to download it from >> >> >> > http://maven.apache.org/maven-1.x/plugins/jetty/downloads.html >> >> >> > but all mirror links are down. >> >> >> > >> >> >> > please help >> >> >> > >> >> >> > >> >> >> > >> >> >> > On Wed, Feb 16, 2011 at 6:44 PM, James Carman < >> >> >> [email protected]>wrote: >> >> >> > >> >> >> >> On Wed, Feb 16, 2011 at 4:07 AM, Ernesto Reinaldo Barreiro >> >> >> >> <[email protected]> wrote: >> >> >> >> > mvn jetty:run? >> >> >> >> > >> >> >> >> >> >> >> >> Yes, mvn install doesn't run anything. It just puts the jars into >> >> >> >> your local maven repository. You need to run the jetty plugin. >> >> >> >> >> >> >> >> >> >> >> >> >> --------------------------------------------------------------------- >> >> >> >> To unsubscribe, e-mail: [email protected] >> >> >> >> For additional commands, e-mail: [email protected] >> >> >> >> >> >> >> >> >> >> >> > >> >> >> >> >> >> --------------------------------------------------------------------- >> >> >> To unsubscribe, e-mail: [email protected] >> >> >> For additional commands, e-mail: [email protected] >> >> >> >> >> >> >> >> > >> >> >> >> --------------------------------------------------------------------- >> >> To unsubscribe, e-mail: [email protected] >> >> For additional commands, e-mail: [email protected] >> >> >> > >> > >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
