[ANN] Maven Clean Plugin 2.4.1 Released

2010-05-12 Thread Benjamin Bentmann
The Maven team is pleased to announce the release of the Maven Clean Plugin, version 2.4.1. This plugin is used to clean the project output directories. Please see the plugin's site for more details: http://maven.apache.org/plugins/maven-clean-plugin/ To use the updated plugin in your proje

[ANN] Maven Reporting API version 3.0 and Maven Reporting Implementation 2.0.5 + 2.1 Released

2010-05-12 Thread Hervé Boutemy
The Maven team is pleased to announce the release of the Maven Reporting API version 3.0 and Maven Reporting Implementation 2.0.5 + 2.1. Maven Reporting API version 3.0 is the reporting API version decoupled from Maven core version: every reporting plugin should update its dependency to this ve

[RESULT] [VOTE] Release Maven Reporting API version 3.0 and Maven Reporting Implementation 2.0.5 + 2.1

2010-05-12 Thread Hervé BOUTEMY
Hi, The vote has passed with the following result : +1 (binding): Olivier Lamy, Lukas Theussl, Arnaud Héritier, Hervé Boutemy +1 (non binding): Stephen Connolly I will promote the artifacts to the central repo. Hervé - To uns

Re: Maven is downloading older version of junit

2010-05-12 Thread Jemos Infra
This will happen because Maven is compiling with a version < 1.5. Define the java compiler plugin with source and target >= 1.5 Regards, M. On Wed, 2010-05-12 at 06:59 -0700, AVSUNIL wrote: > Thanks Kalpak for response. The issue is that compilation fails when I try to > use anything specific to

Re: [VOTE] Release maven-archiver version 2.4.1, take 2

2010-05-12 Thread Olivier Lamy
+1 2010/5/9 Kristian Rosenvold : > Hi, > > We solved 3 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761&version=16445 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+MSHARED+AND+com

Re: [VOTE] Release Maven Reporting API version 3.0 and Maven Reporting Implementation 2.0.5 + 2.1

2010-05-12 Thread Arnaud Héritier
+1 Arnaud On Wed, May 12, 2010 at 9:51 AM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > +1,+1,+1 > > -Stephen > > On 12 May 2010 08:36, Lukas Theussl wrote: > > > > > +1 for all > > > > -Lukas > > > > > > > > Hervé BOUTEMY wrote: > > > >> Hi, > >> > >> We solved: > >> - 1 issue

Re: [VOTE] Release maven-archiver version 2.4.1, take 2

2010-05-12 Thread Arnaud Héritier
+1 On Mon, May 10, 2010 at 11:26 AM, Benjamin Bentmann < benjamin.bentm...@udo.edu> wrote: > Kristian Rosenvold wrote: > > Staging repo: >> https://repository.apache.org/content/repositories/maven-024/ >> >> Staging site: >> http://maven.apache.org/shared/maven-archiver-2.4.1/ >> > > +1 > > > Be

Re: Maven is downloading older version of junit

2010-05-12 Thread lukewpatterson
A couple of things to try: Make sure you don't have the "bad" version of version 4.8.1 http://old.nabble.com/junit-4.8.1---org.junit-cannot-be-resolved-tt28385338.html#a28386276 Run tattletale to see where the junit classes are coming from, maybe you have a duplicate from a repackaging coordinat

Re: Maven is downloading older version of junit

2010-05-12 Thread Nick Stolwijk
Then 3.8.1 is still in your project dependencies. Try mvn dependency:tree to see where it comes from. With regards, Nick Stolwijk ~Java Developer~ IPROFS BV. Claus Sluterweg 125 2012 WS Haarlem http://www.iprofs.nl On Wed, May 12, 2010 at 3:59 PM, AVSUNIL wrote: > > Thanks Kalpak for respons

Re: Maven is downloading older version of junit

2010-05-12 Thread AVSUNIL
Thanks Kalpak for response. The issue is that compilation fails when I try to use anything specific to junit 4.8 in my junit test classes. Here is what is happening: > When I see the nexus proxy (or local) repository, after I do mvn clean and > mvn compile, it is downloading 3.8.1, 3.8.2 and 4.8.

Re: Maven is downloading older version of junit

2010-05-12 Thread Kalpak Gadre
Hi Sunil, Firstly, this is not the right list to post this questions. This question belongs to Maven Users List I don't think plugin dependencies will interfere with your project dependencies? Is there any side effect of junit 3.8.1 being downloaded on your packaging? You can anyway try d

Maven is downloading older version of junit

2010-05-12 Thread AVSUNIL
Hi, In one of project application, I was using junit 3.8.1. Now I want to move to junit 4.8.1. I have changed the pom dependancy for downloading junit 4.8.1 and it is working fine. But I am noticing that junit 3.8.1 is still being downloaded by Maven through nexus repository. How do I avoid downl

Re: [VOTE] Release Maven Shared Jar 1.1

2010-05-12 Thread Olivier Lamy
Hi, The vote has passed with the following result: +1 (binding): Benjamin Bentmann, Vincent Siveton, Olivier Lamy, Hervé Boutemy, Lukas Theussl +1 (non-binding): Stephen Connolly I will promote the artifacts to the central repository and continue with the release. 2010/5/11 Lukas Theussl : > >

[RESULT] [VOTE] Release Maven Clean Plugin 2.4.1

2010-05-12 Thread Benjamin Bentmann
Hi, The vote has passed with the following result: +1 (binding): Benjamin Bentmann, Vincent Siveton, Olivier Lamy, Hervé Boutemy, Lukas Theussl +1 (non-binding): Kristian Rosenvold I will promote the artifacts to the central repository and continue with the release. Benjamin ---

Re: [VOTE] Release Maven Reporting API version 3.0 and Maven Reporting Implementation 2.0.5 + 2.1

2010-05-12 Thread Stephen Connolly
+1,+1,+1 -Stephen On 12 May 2010 08:36, Lukas Theussl wrote: > > +1 for all > > -Lukas > > > > Hervé BOUTEMY wrote: > >> Hi, >> >> We solved: >> - 1 issue for Maven Reporting API 3.0: >> >> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=16428&styleName=Text&projectId=11761 >> - 2 issu

Re: [VOTE] Release Maven Reporting API version 3.0 and Maven Reporting Implementation 2.0.5 + 2.1

2010-05-12 Thread Lukas Theussl
+1 for all -Lukas Hervé BOUTEMY wrote: Hi, We solved: - 1 issue for Maven Reporting API 3.0: http://jira.codehaus.org/secure/ReleaseNote.jspa?version=16428&styleName=Text&projectId=11761 - 2 issues for Maven Reporting Implementation 2.0.5: http://jira.codehaus.org/secure/ReleaseNote.jspa?ver