You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Julien HENRY <he...@yahoo.fr> on 2009/11/10 15:56:15 UTC

Re : [VOTE] Release Apache Maven 3.0-alpha-3

Hi,

I don't know if it is related to Maven 3, but I'm not able to update to a newer SNAPSHOT that is available in my corporate repository, even by using the -U command line option. It seems Maven is not even asking the repository manager for a new version.

What's wrong?

> mvn compile -U -X
Apache Maven 3.0-alpha-3 (r834122; 2009-11-09 17:04:41+0100)

[INFO] Scanning for projects...
[DEBUG] Determining update check for snapshot com.mycompany:project-parent:1-SNAPSHOT (D:\.m2\repository\com\mycompany\project-parent\1-SNAPSHOT\maven-metadata-nexus.xml) from nexus (http://nexus.mycompany.fr/content/groups/all)
[DEBUG] Searching for: nexus.maven-metadata-nexus.xml.lastUpdated in touchfile.
[DEBUG] Reading resolution-state from: D:\.m2\repository\com\mycompany\project-parent\1-SNAPSHOT\resolver-status.properties
[DEBUG] project-parent: resolved to version 1-20091110.084931-1 from repository nexus


In the Nexus repository I have:

project-parent-1-20091110.084931-1.pom
project-parent-1-20091110.085551-2.pom

Removing D:\.m2\repository\com\mycompany\project-parent\1-SNAPSHOT\resolver-status.properties is a workaround, but I was expecting -U option to force SNAPSHOT update whatever is in the local repository...

Regards,

Julien




----- Message d'origine ----
> De : Benjamin Bentmann <be...@udo.edu>
> À : Maven Developers List <de...@maven.apache.org>
> Envoyé le : Lun 9 Novembre 2009, 17 h 39 min 09 s
> Objet : [VOTE] Release Apache Maven 3.0-alpha-3
> 
> Hi,
> 
> OK, here we go, another alpha release of Maven, for all those brave guys that 
> want to take it for a test drive ;-)
> 
> We solved many issues:
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=14719
> 
> There are still a couple of issues left in JIRA:
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=10500&status=1
> 
> Staging repo:
> https://repository.apache.org/content/repositories/maven-004/
> 
> Staged source and binary distros:
> https://repository.apache.org/content/repositories/maven-004/org/apache/maven/apache-maven/3.0-alpha-3/
> 
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
> 
> Vote open for 72 hours.
> 
> [ ] +1
> [ ] +0
> [ ] -1
> 
> +1 from me
> 
> 
> Benjamim
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org



      

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


Re: Possible problems with snapshot updates in Maven 3.0-alpha-3 (was Re: Re : [VOTE] Release Apache Maven 3.0-alpha-3)

Posted by Benjamin Bentmann <be...@udo.edu>.
Benjamin Bentmann wrote:

> If you have -U specified and the maven-metadata-nexus.xml for this 
> parent POM in your local repo is not updated to match the one in your 
> Nexus, that's indeed a bug. I'll look into it for alpha-4.

Confirmed and tracked in [0]. If you like, CI already produced a fixed 
snapshot [1].


Benjamin


[0] http://jira.codehaus.org/browse/MNG-4433
[1] 
https://grid.sonatype.org/ci/job/maven-3.0.x-bootstrap/jdk=1.5,label=ubuntu/

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


Possible problems with snapshot updates in Maven 3.0-alpha-3 (was Re: Re : [VOTE] Release Apache Maven 3.0-alpha-3)

Posted by Benjamin Bentmann <be...@udo.edu>.
Julien HENRY schrieb:

> I don't know if it is related to Maven 3, but I'm not able to update to a newer SNAPSHOT that is available in my corporate repository, even by using the -U command line option. It seems Maven is not even asking the repository manager for a new version.

If you have -U specified and the maven-metadata-nexus.xml for this 
parent POM in your local repo is not updated to match the one in your 
Nexus, that's indeed a bug. I'll look into it for alpha-4.


Benjamin

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


Re : Re : Re : [VOTE] Release Apache Maven 3.0-alpha-3

Posted by Julien HENRY <he...@yahoo.fr>.
OK, thanks



----- Message d'origine ----
> De : Olivier Lamy <ol...@apache.org>
> À : Maven Developers List <de...@maven.apache.org>
> Envoyé le : Jeu 12 Novembre 2009, 16 h 58 min 00 s
> Objet : Re: Re : Re : [VOTE] Release Apache Maven 3.0-alpha-3
> 
> wagon weddav is not any more included in the distrib.
> You have to add it in your pom.
> 
> --
> Olivier
> 
> 2009/11/12 Julien HENRY :
> > Another issue I have with Maven 3: trying to deploy an artifact with 
> release:perform, I get the following error:
> >
> > [INFO] [ERROR] Error deploying artifact: Unsupported Protocol: 'dav': Cannot 
> find wagon which supports the requested protocol: dav -> [Help 1]
> > [INFO] [ERROR]
> >
> > Is it a known issue?
> >
> >
> >
> > ----- Message d'origine ----
> >> De : Julien HENRY 
> >> À : Maven Developers List 
> >> Envoyé le : Mar 10 Novembre 2009, 15 h 56 min 15 s
> >> Objet : Re : [VOTE] Release Apache Maven 3.0-alpha-3
> >>
> >> Hi,
> >>
> >> I don't know if it is related to Maven 3, but I'm not able to update to a 
> newer
> >> SNAPSHOT that is available in my corporate repository, even by using the -U
> >> command line option. It seems Maven is not even asking the repository manager
> >> for a new version.
> >>
> >> What's wrong?
> >>
> >> > mvn compile -U -X
> >> Apache Maven 3.0-alpha-3 (r834122; 2009-11-09 17:04:41+0100)
> >>
> >> [INFO] Scanning for projects...
> >> [DEBUG] Determining update check for snapshot
> >> com.mycompany:project-parent:1-SNAPSHOT
> >> 
> (D:\.m2\repository\com\mycompany\project-parent\1-SNAPSHOT\maven-metadata-nexus.xml)
> >> from nexus (http://nexus.mycompany.fr/content/groups/all)
> >> [DEBUG] Searching for: nexus.maven-metadata-nexus.xml.lastUpdated in 
> touchfile.
> >> [DEBUG] Reading resolution-state from:
> >> 
> D:\.m2\repository\com\mycompany\project-parent\1-SNAPSHOT\resolver-status.properties
> >> [DEBUG] project-parent: resolved to version 1-20091110.084931-1 from 
> repository
> >> nexus
> >>
> >>
> >> In the Nexus repository I have:
> >>
> >> project-parent-1-20091110.084931-1.pom
> >> project-parent-1-20091110.085551-2.pom
> >>
> >> Removing
> >> 
> D:\.m2\repository\com\mycompany\project-parent\1-SNAPSHOT\resolver-status.properties
> >> is a workaround, but I was expecting -U option to force SNAPSHOT update 
> whatever
> >> is in the local repository...
> >>
> >> Regards,
> >>
> >> Julien
> >>
> >>
> >>
> >>
> >> ----- Message d'origine ----
> >> > De : Benjamin Bentmann
> >> > À : Maven Developers List
> >> > Envoyé le : Lun 9 Novembre 2009, 17 h 39 min 09 s
> >> > Objet : [VOTE] Release Apache Maven 3.0-alpha-3
> >> >
> >> > Hi,
> >> >
> >> > OK, here we go, another alpha release of Maven, for all those brave guys 
> that
> >> > want to take it for a test drive ;-)
> >> >
> >> > We solved many issues:
> >> > 
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=14719
> >> >
> >> > There are still a couple of issues left in JIRA:
> >> >
> >> 
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=10500&status=1
> >> >
> >> > Staging repo:
> >> > https://repository.apache.org/content/repositories/maven-004/
> >> >
> >> > Staged source and binary distros:
> >> >
> >> 
> https://repository.apache.org/content/repositories/maven-004/org/apache/maven/apache-maven/3.0-alpha-3/
> >> >
> >> > Guide to testing staged releases:
> >> > http://maven.apache.org/guides/development/guide-testing-releases.html
> >> >
> >> > Vote open for 72 hours.
> >> >
> >> > [ ] +1
> >> > [ ] +0
> >> > [ ] -1
> >> >
> >> > +1 from me
> >> >
> >> >
> >> > Benjamim
> >> >
> >> > ---------------------------------------------------------------------
> >> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> >> > For additional commands, e-mail: dev-help@maven.apache.org
> >>
> >>
> >>
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> >> For additional commands, e-mail: dev-help@maven.apache.org
> >
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> >
> >
> 
> 
> 
> -- 
> Olivier
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org



      

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


Re: Re : Re : [VOTE] Release Apache Maven 3.0-alpha-3

Posted by Olivier Lamy <ol...@apache.org>.
wagon weddav is not any more included in the distrib.
You have to add it in your pom.

--
Olivier

2009/11/12 Julien HENRY <he...@yahoo.fr>:
> Another issue I have with Maven 3: trying to deploy an artifact with release:perform, I get the following error:
>
> [INFO] [ERROR] Error deploying artifact: Unsupported Protocol: 'dav': Cannot find wagon which supports the requested protocol: dav -> [Help 1]
> [INFO] [ERROR]
>
> Is it a known issue?
>
>
>
> ----- Message d'origine ----
>> De : Julien HENRY <he...@yahoo.fr>
>> À : Maven Developers List <de...@maven.apache.org>
>> Envoyé le : Mar 10 Novembre 2009, 15 h 56 min 15 s
>> Objet : Re : [VOTE] Release Apache Maven 3.0-alpha-3
>>
>> Hi,
>>
>> I don't know if it is related to Maven 3, but I'm not able to update to a newer
>> SNAPSHOT that is available in my corporate repository, even by using the -U
>> command line option. It seems Maven is not even asking the repository manager
>> for a new version.
>>
>> What's wrong?
>>
>> > mvn compile -U -X
>> Apache Maven 3.0-alpha-3 (r834122; 2009-11-09 17:04:41+0100)
>>
>> [INFO] Scanning for projects...
>> [DEBUG] Determining update check for snapshot
>> com.mycompany:project-parent:1-SNAPSHOT
>> (D:\.m2\repository\com\mycompany\project-parent\1-SNAPSHOT\maven-metadata-nexus.xml)
>> from nexus (http://nexus.mycompany.fr/content/groups/all)
>> [DEBUG] Searching for: nexus.maven-metadata-nexus.xml.lastUpdated in touchfile.
>> [DEBUG] Reading resolution-state from:
>> D:\.m2\repository\com\mycompany\project-parent\1-SNAPSHOT\resolver-status.properties
>> [DEBUG] project-parent: resolved to version 1-20091110.084931-1 from repository
>> nexus
>>
>>
>> In the Nexus repository I have:
>>
>> project-parent-1-20091110.084931-1.pom
>> project-parent-1-20091110.085551-2.pom
>>
>> Removing
>> D:\.m2\repository\com\mycompany\project-parent\1-SNAPSHOT\resolver-status.properties
>> is a workaround, but I was expecting -U option to force SNAPSHOT update whatever
>> is in the local repository...
>>
>> Regards,
>>
>> Julien
>>
>>
>>
>>
>> ----- Message d'origine ----
>> > De : Benjamin Bentmann
>> > À : Maven Developers List
>> > Envoyé le : Lun 9 Novembre 2009, 17 h 39 min 09 s
>> > Objet : [VOTE] Release Apache Maven 3.0-alpha-3
>> >
>> > Hi,
>> >
>> > OK, here we go, another alpha release of Maven, for all those brave guys that
>> > want to take it for a test drive ;-)
>> >
>> > We solved many issues:
>> > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=14719
>> >
>> > There are still a couple of issues left in JIRA:
>> >
>> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=10500&status=1
>> >
>> > Staging repo:
>> > https://repository.apache.org/content/repositories/maven-004/
>> >
>> > Staged source and binary distros:
>> >
>> https://repository.apache.org/content/repositories/maven-004/org/apache/maven/apache-maven/3.0-alpha-3/
>> >
>> > Guide to testing staged releases:
>> > http://maven.apache.org/guides/development/guide-testing-releases.html
>> >
>> > Vote open for 72 hours.
>> >
>> > [ ] +1
>> > [ ] +0
>> > [ ] -1
>> >
>> > +1 from me
>> >
>> >
>> > Benjamim
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> > For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>



-- 
Olivier

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


Re : Re : [VOTE] Release Apache Maven 3.0-alpha-3

Posted by Julien HENRY <he...@yahoo.fr>.
Another issue I have with Maven 3: trying to deploy an artifact with release:perform, I get the following error:

[INFO] [ERROR] Error deploying artifact: Unsupported Protocol: 'dav': Cannot find wagon which supports the requested protocol: dav -> [Help 1]
[INFO] [ERROR]

Is it a known issue?



----- Message d'origine ----
> De : Julien HENRY <he...@yahoo.fr>
> À : Maven Developers List <de...@maven.apache.org>
> Envoyé le : Mar 10 Novembre 2009, 15 h 56 min 15 s
> Objet : Re : [VOTE] Release Apache Maven 3.0-alpha-3
> 
> Hi,
> 
> I don't know if it is related to Maven 3, but I'm not able to update to a newer 
> SNAPSHOT that is available in my corporate repository, even by using the -U 
> command line option. It seems Maven is not even asking the repository manager 
> for a new version.
> 
> What's wrong?
> 
> > mvn compile -U -X
> Apache Maven 3.0-alpha-3 (r834122; 2009-11-09 17:04:41+0100)
> 
> [INFO] Scanning for projects...
> [DEBUG] Determining update check for snapshot 
> com.mycompany:project-parent:1-SNAPSHOT 
> (D:\.m2\repository\com\mycompany\project-parent\1-SNAPSHOT\maven-metadata-nexus.xml) 
> from nexus (http://nexus.mycompany.fr/content/groups/all)
> [DEBUG] Searching for: nexus.maven-metadata-nexus.xml.lastUpdated in touchfile.
> [DEBUG] Reading resolution-state from: 
> D:\.m2\repository\com\mycompany\project-parent\1-SNAPSHOT\resolver-status.properties
> [DEBUG] project-parent: resolved to version 1-20091110.084931-1 from repository 
> nexus
> 
> 
> In the Nexus repository I have:
> 
> project-parent-1-20091110.084931-1.pom
> project-parent-1-20091110.085551-2.pom
> 
> Removing 
> D:\.m2\repository\com\mycompany\project-parent\1-SNAPSHOT\resolver-status.properties 
> is a workaround, but I was expecting -U option to force SNAPSHOT update whatever 
> is in the local repository...
> 
> Regards,
> 
> Julien
> 
> 
> 
> 
> ----- Message d'origine ----
> > De : Benjamin Bentmann 
> > À : Maven Developers List 
> > Envoyé le : Lun 9 Novembre 2009, 17 h 39 min 09 s
> > Objet : [VOTE] Release Apache Maven 3.0-alpha-3
> > 
> > Hi,
> > 
> > OK, here we go, another alpha release of Maven, for all those brave guys that 
> > want to take it for a test drive ;-)
> > 
> > We solved many issues:
> > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=14719
> > 
> > There are still a couple of issues left in JIRA:
> > 
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=10500&status=1
> > 
> > Staging repo:
> > https://repository.apache.org/content/repositories/maven-004/
> > 
> > Staged source and binary distros:
> > 
> https://repository.apache.org/content/repositories/maven-004/org/apache/maven/apache-maven/3.0-alpha-3/
> > 
> > Guide to testing staged releases:
> > http://maven.apache.org/guides/development/guide-testing-releases.html
> > 
> > Vote open for 72 hours.
> > 
> > [ ] +1
> > [ ] +0
> > [ ] -1
> > 
> > +1 from me
> > 
> > 
> > Benjamim
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org



      

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