RE: Trouble with mojo tutorial

2007-08-31 Thread siegfried
Users List Subject: Re: Trouble with mojo tutorial Hi, perhaps it would be better if you would start from scratch, to have a clean state. Then just do this: 1. mvn archetype:create \ -DgroupId=sample.plugin \ -DartifactId=maven-hello-plugin \ -DarchetypeGroupId=org.apache.maven.arche

Re: Trouble with mojo tutorial

2007-08-31 Thread Wayne Fay
:maven-plugin:1.0-SNAPSHOT > > > > from the specified remote repositories: > > central (http://repo1.maven.org/maven2) > > > > sample.plugin:maven-hello-plugin:maven-plugin:1.0-SNAPSHOT > > > > from the specified remote repositories: > > central (http://repo1.maven.org/maven2) > > > > [INFO] > --

Re: Trouble with mojo tutorial

2007-08-31 Thread Tim Kettler
-- Compilation exited abnormally with code 1 at Fri Aug 31 09:19:59 -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Friday, August 31, 2007 12:49 AM To: Maven Users List Subject: Re: Trouble with mojo tutorial You need to run "mvn inst

RE: Trouble with mojo tutorial

2007-08-31 Thread siegfried
ri Aug 31 09:19:59 -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Friday, August 31, 2007 12:49 AM To: Maven Users List Subject: Re: Trouble with mojo tutorial You need to run "mvn install" to install your plugin into the local repo cache. Then you can test your

Re: Trouble with mojo tutorial

2007-08-30 Thread Wayne Fay
] For more information, run Maven with the -e switch > > [INFO] > > > [INFO] Total time: < 1 second > > [INFO] Finished at: Fri Aug 31 00:04:30 MDT 2007 > > [INFO] Final Memory: 1M/4M > >

RE: Trouble with mojo tutorial

2007-08-30 Thread siegfried
-- Compilation exited abnormally with code 1 at Fri Aug 31 00:04:30 -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 29, 2007 3:56 PM To: Maven Users List Subject: Re: Trouble with mojo tutorial Try mvn -U ... to force an update. 1.0-alpha-

Re: Trouble with mojo tutorial

2007-08-29 Thread Wayne Fay
Try mvn -U ... to force an update. 1.0-alpha-5 was a "failed release". The only available versions are -4 and -6. Wayne On 8/29/07, siegfried <[EMAIL PROTECTED]> wrote: > I'm trying to follow the instructions at > http://maven.apache.org/guides/plugin/guide-java-plugin-development.html. > Below

Trouble with mojo tutorial

2007-08-29 Thread siegfried
I'm trying to follow the instructions at http://maven.apache.org/guides/plugin/guide-java-plugin-development.html. Below are the results. Am I experiencing some problem with the public maven repositories or is this a bug in maven 2.0.7? (Or did I do something wrong?) What would be the wget