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
: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]
> --
--
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
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
] 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
>
>
--
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-
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
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