You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "C. Benson Manica" <cb...@gmail.com> on 2010/08/16 17:02:36 UTC

Plugin download not working

Our projects are configured to download plugins from an Artifactory server.
Since the 2.6 Surefire plugin was released this morning, nothing is building
because the build server can't get the 2.6 plugin from Artifactory.  Is
Artifactory and/or our projects misconfigured, or is something actually
wrong?

-- 
C. Benson Manica
cbmanica@gmail.com

Re: Plugin download not working

Posted by Stephen Connolly <st...@gmail.com>.
It's available from central (at least from what I can see):
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.6/

On 16 August 2010 16:08, Stephen Connolly
<st...@gmail.com>wrote:

> Not all mirrors may have synced...
>
> I checked from my work machine (which is not configured for fancy proxying
> and from which I did not do the release) and it was downloaded correctly.
>
> Give it 24 hours worst case
>
>
> On 16 August 2010 16:02, C. Benson Manica <cb...@gmail.com> wrote:
>
>> Our projects are configured to download plugins from an Artifactory
>> server.
>> Since the 2.6 Surefire plugin was released this morning, nothing is
>> building
>> because the build server can't get the 2.6 plugin from Artifactory.  Is
>> Artifactory and/or our projects misconfigured, or is something actually
>> wrong?
>>
>> --
>> C. Benson Manica
>> cbmanica@gmail.com
>>
>
>

Re: Plugin download not working

Posted by javed mandary <ja...@gmail.com>.
You might also want to check that you have the pluginRepository tag defined
as well in your settings.xml or Pom.xml. But I think Wayne is correct as
well you should try to specify the version number for the plugin

regards,
 Javed

On Mon, Aug 16, 2010 at 7:55 PM, Wayne Fay <wa...@gmail.com> wrote:

> > build urgently it sounds like we'd essentially be screwed.  How does one
> > configure Maven to build anyway regardless of whether some plugin happens
> to
> > have a more recent update that isn't available from somewhere yet?
>
> Specify your plugin version numbers in the pom file.
>
> Wayne
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

Re: Plugin download not working

Posted by Wayne Fay <wa...@gmail.com>.
> build urgently it sounds like we'd essentially be screwed.  How does one
> configure Maven to build anyway regardless of whether some plugin happens to
> have a more recent update that isn't available from somewhere yet?

Specify your plugin version numbers in the pom file.

Wayne

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


Re: Plugin download not working

Posted by kristian <m....@web.de>.
in past I had problems with this "implicit update" on new versions of
a plugin and screwed my build. ever since I put the plugin version and
if I feel like updating the plugin I change the version. so I also
know that everyone who uses my build uses the same plugin version I
did and we are all in the same boot - reproducibility.

maven3 warns you about a missing plugin version.

regards Kristian

On Mon, Aug 16, 2010 at 8:47 PM, C. Benson Manica <cb...@gmail.com> wrote:
> Ok, well in this case it's merely frustrating, but had we needed to do a
> build urgently it sounds like we'd essentially be screwed.  How does one
> configure Maven to build anyway regardless of whether some plugin happens to
> have a more recent update that isn't available from somewhere yet?
> Incidentally, my work machine builds the projects correctly, but also
> doesn't seem to be downloading the 2.6 plugin (it's nowhere to be found in
> my repository).
>
> On Mon, Aug 16, 2010 at 11:08 AM, Stephen Connolly <
> stephen.alan.connolly@gmail.com> wrote:
>
>> Not all mirrors may have synced...
>>
>> I checked from my work machine (which is not configured for fancy proxying
>> and from which I did not do the release) and it was downloaded correctly.
>>
>> Give it 24 hours worst case
>>
>> On 16 August 2010 16:02, C. Benson Manica <cb...@gmail.com> wrote:
>>
>> > Our projects are configured to download plugins from an Artifactory
>> server.
>> > Since the 2.6 Surefire plugin was released this morning, nothing is
>> > building
>> > because the build server can't get the 2.6 plugin from Artifactory.  Is
>> > Artifactory and/or our projects misconfigured, or is something actually
>> > wrong?
>> >
>> > --
>> > C. Benson Manica
>> > cbmanica@gmail.com
>> >
>>
>
>
>
> --
> C. Benson Manica
> cbmanica@gmail.com
>

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


Re: Plugin download not working

Posted by "C. Benson Manica" <cb...@gmail.com>.
Ok, well in this case it's merely frustrating, but had we needed to do a
build urgently it sounds like we'd essentially be screwed.  How does one
configure Maven to build anyway regardless of whether some plugin happens to
have a more recent update that isn't available from somewhere yet?
Incidentally, my work machine builds the projects correctly, but also
doesn't seem to be downloading the 2.6 plugin (it's nowhere to be found in
my repository).

On Mon, Aug 16, 2010 at 11:08 AM, Stephen Connolly <
stephen.alan.connolly@gmail.com> wrote:

> Not all mirrors may have synced...
>
> I checked from my work machine (which is not configured for fancy proxying
> and from which I did not do the release) and it was downloaded correctly.
>
> Give it 24 hours worst case
>
> On 16 August 2010 16:02, C. Benson Manica <cb...@gmail.com> wrote:
>
> > Our projects are configured to download plugins from an Artifactory
> server.
> > Since the 2.6 Surefire plugin was released this morning, nothing is
> > building
> > because the build server can't get the 2.6 plugin from Artifactory.  Is
> > Artifactory and/or our projects misconfigured, or is something actually
> > wrong?
> >
> > --
> > C. Benson Manica
> > cbmanica@gmail.com
> >
>



-- 
C. Benson Manica
cbmanica@gmail.com

Re: Plugin download not working

Posted by Stephen Connolly <st...@gmail.com>.
Not all mirrors may have synced...

I checked from my work machine (which is not configured for fancy proxying
and from which I did not do the release) and it was downloaded correctly.

Give it 24 hours worst case

On 16 August 2010 16:02, C. Benson Manica <cb...@gmail.com> wrote:

> Our projects are configured to download plugins from an Artifactory server.
> Since the 2.6 Surefire plugin was released this morning, nothing is
> building
> because the build server can't get the 2.6 plugin from Artifactory.  Is
> Artifactory and/or our projects misconfigured, or is something actually
> wrong?
>
> --
> C. Benson Manica
> cbmanica@gmail.com
>