You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by ben short <ja...@gmail.com> on 2006/05/20 21:10:14 UTC

maven-jar-plugin 2.1-SNAPSHOT

I get the following error while trying to build the maven repository
manager. Any ideas where i can get the snapshot?

[INFO]
----------------------------------------------------------------------------
[INFO] snapshot
org.apache.maven.plugins:maven-jar-plugin:2.1-SNAPSHOT:checking for
updates from
apache.snapshots
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] A required plugin was not found: Plugin could not be found - check
that the goal name is correct: Unable to download the artifact from any
repository

Try downloading the file manually from the project website.

Then, install it using the command:
    mvn install:install-file
-DgroupId=org.apache.maven.plugins-DartifactId=maven-jar-plugin \
        -Dversion=2.1-SNAPSHOT -Dpackaging=maven-plugin -Dfile=/path/to/file


  org.apache.maven.plugins:maven-jar-plugin:maven-plugin:2.1-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)

  org.apache.maven.plugins:maven-jar-plugin:maven-plugin:2.1-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)

Re: maven-jar-plugin 2.1-SNAPSHOT

Posted by Alexandre Poitras <al...@gmail.com>.
Oops wrong plugin
http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-jar-plugin/
This is the correct location.

On 5/20/06, Alexandre Poitras <al...@gmail.com> wrote:
> Here
> http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/
> Just checkout the code and run "mvn install".
>
> On 5/20/06, ben short <ja...@gmail.com> wrote:
> > Alexandre,
> >
> > Thanks for the reply, the emails i posted dint show in my inbox for some
> > reason, so i assumed that they didnt get sent properly.
> >
> > Do you know where i can get the snapshots from?
> >
> > Ben
> >
> > On 5/20/06, Alexandre Poitras <al...@gmail.com> wrote:
> > >
> > > By the way, don't post three mails about the same thing. It's a bit
> > > annoying
> > >
> > > On 5/20/06, Alexandre Poitras <al...@gmail.com> wrote:
> > > > I had the same error, there is definitly something wrong in Maven
> > > > 2.0.4 with remote snapshots repositories. Install it manually and
> > > > everything work fine.
> > > >
> > > > On 5/20/06, ben short <ja...@gmail.com> wrote:
> > > > > I get the following error while trying to build the maven repository
> > > > > manager. Any ideas where i can get the snapshot?
> > > > >
> > > > > [INFO]
> > > > >
> > > ----------------------------------------------------------------------------
> > > > > [INFO] snapshot
> > > > > org.apache.maven.plugins:maven-jar-plugin:2.1-SNAPSHOT:checking for
> > > > > updates from
> > > > > apache.snapshots
> > > > > [INFO]
> > > > >
> > > ------------------------------------------------------------------------
> > > > > [ERROR] BUILD FAILURE
> > > > > [INFO]
> > > > >
> > > ------------------------------------------------------------------------
> > > > > [INFO] A required plugin was not found: Plugin could not be found -
> > > check
> > > > > that the goal name is correct: Unable to download the artifact from
> > > any
> > > > > repository
> > > > >
> > > > > Try downloading the file manually from the project website.
> > > > >
> > > > > Then, install it using the command:
> > > > >    mvn install:install-file
> > > > > -DgroupId=org.apache.maven.plugins-DartifactId=maven-jar-plugin \
> > > > >        -Dversion=2.1-SNAPSHOT -Dpackaging=maven-plugin
> > > -Dfile=/path/to/file
> > > > >
> > > > >
> > > > >  org.apache.maven.plugins:maven-jar-plugin:maven-plugin:2.1-SNAPSHOT
> > > > >
> > > > > from the specified remote repositories:
> > > > >  central (http://repo1.maven.org/maven2)
> > > > >
> > > > >  org.apache.maven.plugins:maven-jar-plugin:maven-plugin:2.1-SNAPSHOT
> > > > >
> > > > > from the specified remote repositories:
> > > > >  central (http://repo1.maven.org/maven2)
> > > > >
> > > > >
> > > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: users-help@maven.apache.org
> > >
> > >
> >
> >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: maven-jar-plugin 2.1-SNAPSHOT

Posted by Alexandre Poitras <al...@gmail.com>.
Here
http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/
Just checkout the code and run "mvn install".

On 5/20/06, ben short <ja...@gmail.com> wrote:
> Alexandre,
>
> Thanks for the reply, the emails i posted dint show in my inbox for some
> reason, so i assumed that they didnt get sent properly.
>
> Do you know where i can get the snapshots from?
>
> Ben
>
> On 5/20/06, Alexandre Poitras <al...@gmail.com> wrote:
> >
> > By the way, don't post three mails about the same thing. It's a bit
> > annoying
> >
> > On 5/20/06, Alexandre Poitras <al...@gmail.com> wrote:
> > > I had the same error, there is definitly something wrong in Maven
> > > 2.0.4 with remote snapshots repositories. Install it manually and
> > > everything work fine.
> > >
> > > On 5/20/06, ben short <ja...@gmail.com> wrote:
> > > > I get the following error while trying to build the maven repository
> > > > manager. Any ideas where i can get the snapshot?
> > > >
> > > > [INFO]
> > > >
> > ----------------------------------------------------------------------------
> > > > [INFO] snapshot
> > > > org.apache.maven.plugins:maven-jar-plugin:2.1-SNAPSHOT:checking for
> > > > updates from
> > > > apache.snapshots
> > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > [ERROR] BUILD FAILURE
> > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > [INFO] A required plugin was not found: Plugin could not be found -
> > check
> > > > that the goal name is correct: Unable to download the artifact from
> > any
> > > > repository
> > > >
> > > > Try downloading the file manually from the project website.
> > > >
> > > > Then, install it using the command:
> > > >    mvn install:install-file
> > > > -DgroupId=org.apache.maven.plugins-DartifactId=maven-jar-plugin \
> > > >        -Dversion=2.1-SNAPSHOT -Dpackaging=maven-plugin
> > -Dfile=/path/to/file
> > > >
> > > >
> > > >  org.apache.maven.plugins:maven-jar-plugin:maven-plugin:2.1-SNAPSHOT
> > > >
> > > > from the specified remote repositories:
> > > >  central (http://repo1.maven.org/maven2)
> > > >
> > > >  org.apache.maven.plugins:maven-jar-plugin:maven-plugin:2.1-SNAPSHOT
> > > >
> > > > from the specified remote repositories:
> > > >  central (http://repo1.maven.org/maven2)
> > > >
> > > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: maven-jar-plugin 2.1-SNAPSHOT

Posted by ben short <ja...@gmail.com>.
Alexandre,

Thanks for the reply, the emails i posted dint show in my inbox for some
reason, so i assumed that they didnt get sent properly.

Do you know where i can get the snapshots from?

Ben

On 5/20/06, Alexandre Poitras <al...@gmail.com> wrote:
>
> By the way, don't post three mails about the same thing. It's a bit
> annoying
>
> On 5/20/06, Alexandre Poitras <al...@gmail.com> wrote:
> > I had the same error, there is definitly something wrong in Maven
> > 2.0.4 with remote snapshots repositories. Install it manually and
> > everything work fine.
> >
> > On 5/20/06, ben short <ja...@gmail.com> wrote:
> > > I get the following error while trying to build the maven repository
> > > manager. Any ideas where i can get the snapshot?
> > >
> > > [INFO]
> > >
> ----------------------------------------------------------------------------
> > > [INFO] snapshot
> > > org.apache.maven.plugins:maven-jar-plugin:2.1-SNAPSHOT:checking for
> > > updates from
> > > apache.snapshots
> > > [INFO]
> > >
> ------------------------------------------------------------------------
> > > [ERROR] BUILD FAILURE
> > > [INFO]
> > >
> ------------------------------------------------------------------------
> > > [INFO] A required plugin was not found: Plugin could not be found -
> check
> > > that the goal name is correct: Unable to download the artifact from
> any
> > > repository
> > >
> > > Try downloading the file manually from the project website.
> > >
> > > Then, install it using the command:
> > >    mvn install:install-file
> > > -DgroupId=org.apache.maven.plugins-DartifactId=maven-jar-plugin \
> > >        -Dversion=2.1-SNAPSHOT -Dpackaging=maven-plugin
> -Dfile=/path/to/file
> > >
> > >
> > >  org.apache.maven.plugins:maven-jar-plugin:maven-plugin:2.1-SNAPSHOT
> > >
> > > from the specified remote repositories:
> > >  central (http://repo1.maven.org/maven2)
> > >
> > >  org.apache.maven.plugins:maven-jar-plugin:maven-plugin:2.1-SNAPSHOT
> > >
> > > from the specified remote repositories:
> > >  central (http://repo1.maven.org/maven2)
> > >
> > >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

Re: maven-jar-plugin 2.1-SNAPSHOT

Posted by Alexandre Poitras <al...@gmail.com>.
By the way, don't post three mails about the same thing. It's a bit annoying

On 5/20/06, Alexandre Poitras <al...@gmail.com> wrote:
> I had the same error, there is definitly something wrong in Maven
> 2.0.4 with remote snapshots repositories. Install it manually and
> everything work fine.
>
> On 5/20/06, ben short <ja...@gmail.com> wrote:
> > I get the following error while trying to build the maven repository
> > manager. Any ideas where i can get the snapshot?
> >
> > [INFO]
> > ----------------------------------------------------------------------------
> > [INFO] snapshot
> > org.apache.maven.plugins:maven-jar-plugin:2.1-SNAPSHOT:checking for
> > updates from
> > apache.snapshots
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] A required plugin was not found: Plugin could not be found - check
> > that the goal name is correct: Unable to download the artifact from any
> > repository
> >
> > Try downloading the file manually from the project website.
> >
> > Then, install it using the command:
> >    mvn install:install-file
> > -DgroupId=org.apache.maven.plugins-DartifactId=maven-jar-plugin \
> >        -Dversion=2.1-SNAPSHOT -Dpackaging=maven-plugin -Dfile=/path/to/file
> >
> >
> >  org.apache.maven.plugins:maven-jar-plugin:maven-plugin:2.1-SNAPSHOT
> >
> > from the specified remote repositories:
> >  central (http://repo1.maven.org/maven2)
> >
> >  org.apache.maven.plugins:maven-jar-plugin:maven-plugin:2.1-SNAPSHOT
> >
> > from the specified remote repositories:
> >  central (http://repo1.maven.org/maven2)
> >
> >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: maven-jar-plugin 2.1-SNAPSHOT

Posted by Alexandre Poitras <al...@gmail.com>.
I had the same error, there is definitly something wrong in Maven
2.0.4 with remote snapshots repositories. Install it manually and
everything work fine.

On 5/20/06, ben short <ja...@gmail.com> wrote:
> I get the following error while trying to build the maven repository
> manager. Any ideas where i can get the snapshot?
>
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] snapshot
> org.apache.maven.plugins:maven-jar-plugin:2.1-SNAPSHOT:checking for
> updates from
> apache.snapshots
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] A required plugin was not found: Plugin could not be found - check
> that the goal name is correct: Unable to download the artifact from any
> repository
>
> Try downloading the file manually from the project website.
>
> Then, install it using the command:
>    mvn install:install-file
> -DgroupId=org.apache.maven.plugins-DartifactId=maven-jar-plugin \
>        -Dversion=2.1-SNAPSHOT -Dpackaging=maven-plugin -Dfile=/path/to/file
>
>
>  org.apache.maven.plugins:maven-jar-plugin:maven-plugin:2.1-SNAPSHOT
>
> from the specified remote repositories:
>  central (http://repo1.maven.org/maven2)
>
>  org.apache.maven.plugins:maven-jar-plugin:maven-plugin:2.1-SNAPSHOT
>
> from the specified remote repositories:
>  central (http://repo1.maven.org/maven2)
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org