You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Thomas Van de Velde <th...@gmail.com> on 2005/10/06 14:43:20 UTC

[M2] Error resolving plugin version

Hi,

I am getting the following error when I run the install goal (with M2-beta
3).
Any thoughts on this? Thanks.

[INFO] task-segment: [install]
[INFO]
-------------------------------------------------------------------------
---
[WARNING]
***** Using defaults for missing POM
org.apache.maven.plugins:maven-jar-plugin
:pom:RELEASE *****

[INFO]
-------------------------------------------------------------------------
---
[ERROR] FATAL ERROR
[INFO]
-------------------------------------------------------------------------
---
[INFO] Diagnosis: Error resolving plugin version
[INFO]
-------------------------------------------------------------------------
---
[INFO]
-------------------------------------------------------------------------
---
[ERROR] FATAL ERROR
[INFO]
-------------------------------------------------------------------------
---
FATAL ERROR: Error executing Maven for a project
Error stacktrace:
org.apache.maven.reactor.ReactorException: Error executing project within
the re
actor
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:282)

Re: [M2] Error resolving plugin version

Posted by Thomas Van de Velde <th...@gmail.com>.
Fixed it by rebuilding my local repository.

On 10/6/05, Thomas Van de Velde <th...@gmail.com> wrote:
>
> I've tried on the other beta's and I get a similar error. On M2-b2:
>
> Apparently M2 is looking for a version of the jar plugin that doesn't
> exist in the repository:
>
> Downloading:
> http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-pl
> ugin/RELEASE/maven-jar-plugin-RELEASE.jar
> [WARNING] Unable to get resource from repository central (
> http://repo1.maven.org
> /maven2)
>
> On 10/6/05, Thomas Van de Velde <th...@gmail.com> wrote:
> >
> > Hi,
> >
> > I am getting the following error when I run the install goal (with
> > M2-beta 3).
> > Any thoughts on this? Thanks.
> >
> > [INFO] task-segment: [install]
> > [INFO]
> > -------------------------------------------------------------------------
> > ---
> > [WARNING]
> > ***** Using defaults for missing POM
> > org.apache.maven.plugins:maven-jar-plugin
> > :pom:RELEASE *****
> >
> > [INFO]
> > -------------------------------------------------------------------------
> > ---
> > [ERROR] FATAL ERROR
> > [INFO]
> > -------------------------------------------------------------------------
> > ---
> > [INFO] Diagnosis: Error resolving plugin version
> > [INFO]
> > -------------------------------------------------------------------------
> > ---
> > [INFO]
> > -------------------------------------------------------------------------
> > ---
> > [ERROR] FATAL ERROR
> > [INFO]
> > -------------------------------------------------------------------------
> > ---
> > FATAL ERROR: Error executing Maven for a project
> > Error stacktrace:
> > org.apache.maven.reactor.ReactorException: Error executing project
> > within the re
> > actor
> > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:282)
> >
>
> Quid?
>

Re: [M2] Error resolving plugin version

Posted by Thomas Van de Velde <th...@gmail.com>.
I've tried on the other beta's and I get a similar error. On M2-b2:

Apparently M2 is looking for a version of the jar plugin that doesn't exist
in the repository:

Downloading:
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-pl
ugin/RELEASE/maven-jar-plugin-RELEASE.jar
[WARNING] Unable to get resource from repository central (
http://repo1.maven.org
/maven2)

On 10/6/05, Thomas Van de Velde <th...@gmail.com> wrote:
>
> Hi,
>
> I am getting the following error when I run the install goal (with M2-beta
> 3).
> Any thoughts on this? Thanks.
>
> [INFO] task-segment: [install]
> [INFO]
> -------------------------------------------------------------------------
> ---
> [WARNING]
> ***** Using defaults for missing POM
> org.apache.maven.plugins:maven-jar-plugin
> :pom:RELEASE *****
>
> [INFO]
> -------------------------------------------------------------------------
> ---
> [ERROR] FATAL ERROR
> [INFO]
> -------------------------------------------------------------------------
> ---
> [INFO] Diagnosis: Error resolving plugin version
> [INFO]
> -------------------------------------------------------------------------
> ---
> [INFO]
> -------------------------------------------------------------------------
> ---
> [ERROR] FATAL ERROR
> [INFO]
> -------------------------------------------------------------------------
> ---
> FATAL ERROR: Error executing Maven for a project
> Error stacktrace:
> org.apache.maven.reactor.ReactorException: Error executing project within
> the re
> actor
> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:282)
>

Quid?