[ANN] Maven Indexer 4.1.2 Release

2011-09-26 Thread Olivier Lamy
Hello,
The Apache Maven team is pleased to announce the release of the Apache
Maven Indexer version 4.1.2
http://maven.apache.org/maven-indexer/

You should specify the version in your project's configuration:

dependency
  groupIdorg.apache.maven.indexer/groupId
  artifactIdindexer-core/artifactId
  version4.1.2/version
/dependency

Release Notes - Maven Indexer - Version 4.1.2

** Bug
* [MINDEXER-33] - Noncanonical Jenkins URL
* [MINDEXER-34] - Order of IndexCreator's passed to
addIndexingContextForced affects whether
MavenPluginArtifactInfoIndexCreator has any effect
* [MINDEXER-38] - searchFlat can return empty results with
multiple index if the first used returns empty result


** Improvement
* [MINDEXER-35] - Make Indexer index classes in WAR too

** New Feature
* [MINDEXER-36] - Add some OSGI metadata in the index to be able
to search on

Have Fun,
--
The Apache Maven team

-- 
Olivier Lamy
Talend : http://talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

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



[VOTE] Release Apache Maven Wagon 2.0

2011-09-26 Thread Olivier Lamy
Hello,
I'd like to release Apache Maven Wagon 2.0.
We fixed 31 issues:
https://jira.codehaus.org/secure/ReleaseNote.jspa?version=17379styleName=TextprojectId=10335Create=Create

Staging repo :  https://repository.apache.org/content/repositories/maven-104/

Staging site : http://maven.apache.org/wagon-2.0 (wait sync).

[+1]
[ 0]
[-1]

An easy way to test it: download jar and put it your $M2_HOME/lib/ext
(if you use maven 3).
wagon http: wget
https://repository.apache.org/content/repositories/maven-104/org/apache/maven/wagon/wagon-http/2.0/wagon-http-2.0-shaded.jar
 cp wagon-http-2.0-shaded.jar $M2_HOME/lib/ext/

Here my +1.

Thanks,
-- 
Olivier Lamy
Talend : http://talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

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



Re: [VOTE] Release Apache Maven Wagon 2.0

2011-09-26 Thread Mark Struberg


+1

LieGrue,
strub




From: Olivier Lamy ol...@apache.org
To: Maven Developers List dev@maven.apache.org
Sent: Monday, September 26, 2011 3:56 PM
Subject: [VOTE] Release Apache Maven Wagon 2.0

Hello,
I'd like to release Apache Maven Wagon 2.0.
We fixed 31 issues:
https://jira.codehaus.org/secure/ReleaseNote.jspa?version=17379styleName=TextprojectId=10335Create=Create

Staging repo :  https://repository.apache.org/content/repositories/maven-104/

Staging site : http://maven.apache.org/wagon-2.0 (wait sync).

[+1]
[ 0]
[-1]

An easy way to test it: download jar and put it your $M2_HOME/lib/ext
(if you use maven 3).
wagon http: wget
https://repository.apache.org/content/repositories/maven-104/org/apache/maven/wagon/wagon-http/2.0/wagon-http-2.0-shaded.jar
 cp wagon-http-2.0-shaded.jar $M2_HOME/lib/ext/

Here my +1.

Thanks,
-- 
Olivier Lamy
Talend : http://talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

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





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



Re: [VOTE] Release Apache Maven Wagon 2.0

2011-09-26 Thread Julien HENRY
Hi Olivier,

I just tried to use new wagon with Maven 3.0.3 to mvn clean install an already 
previously built project and I get tons of message in logs similar to:

Downloading: 
http://nexus.mycompany.fr/content/groups/public-releases/org/apache/commons/commons-exec/1.0.1/commons-exec-1.0.1.pom
26 sept. 2011 16:33:08 
org.apache.maven.wagon.providers.http.httpclient.client.protocol.ResponseProcessCookies
 processCookies
ATTENTION: Cookie rejected: [version: 0][name: rememberMe][value: 
deleteMe][domain: nexus.mycompany.fr][path: /nexus][expiry: Mon Sep 26 16:33:08 
CEST 2011]. Illegal path attribute /nexus. Path of origin: 
/content/groups/public-releases/org/apache/commons/commons-exec/1.0.1/commons-exec-1.0.1.pom

Following executions seems to be fine (but maybe this is because of update 
policy).

I don't know if it is really an issue, but feel free to ask if you need more 
info.

Regards,

Julien


De : Olivier Lamy ol...@apache.org
À : Maven Developers List dev@maven.apache.org
Envoyé le : Lundi 26 Septembre 2011 15h56
Objet : [VOTE] Release Apache Maven Wagon 2.0

Hello,
I'd like to release Apache Maven Wagon 2.0.
We fixed 31 issues:
https://jira.codehaus.org/secure/ReleaseNote.jspa?version=17379styleName=TextprojectId=10335Create=Create

Staging repo :  https://repository.apache.org/content/repositories/maven-104/

Staging site : http://maven.apache.org/wagon-2.0 (wait sync).

[+1]
[ 0]
[-1]

An easy way to test it: download jar and put it your $M2_HOME/lib/ext
(if you use maven 3).
wagon http: wget
https://repository.apache.org/content/repositories/maven-104/org/apache/maven/wagon/wagon-http/2.0/wagon-http-2.0-shaded.jar
 cp wagon-http-2.0-shaded.jar $M2_HOME/lib/ext/

Here my +1.

Thanks,
-- 
Olivier Lamy
Talend : http://talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

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





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



Re: [VOTE] Release Apache Maven Wagon 2.0

2011-09-26 Thread Olivier Lamy
is the artifact correctly downloaded ?

2011/9/26 Julien HENRY henr...@yahoo.fr:
 Hi Olivier,

 I just tried to use new wagon with Maven 3.0.3 to mvn clean install an 
 already previously built project and I get tons of message in logs similar 
 to:

 Downloading: 
 http://nexus.mycompany.fr/content/groups/public-releases/org/apache/commons/commons-exec/1.0.1/commons-exec-1.0.1.pom
 26 sept. 2011 16:33:08 
 org.apache.maven.wagon.providers.http.httpclient.client.protocol.ResponseProcessCookies
  processCookies
 ATTENTION: Cookie rejected: [version: 0][name: rememberMe][value: 
 deleteMe][domain: nexus.mycompany.fr][path: /nexus][expiry: Mon Sep 26 
 16:33:08 CEST 2011]. Illegal path attribute /nexus. Path of origin: 
 /content/groups/public-releases/org/apache/commons/commons-exec/1.0.1/commons-exec-1.0.1.pom

 Following executions seems to be fine (but maybe this is because of update 
 policy).

 I don't know if it is really an issue, but feel free to ask if you need more 
 info.

 Regards,

 Julien


De : Olivier Lamy ol...@apache.org
À : Maven Developers List dev@maven.apache.org
Envoyé le : Lundi 26 Septembre 2011 15h56
Objet : [VOTE] Release Apache Maven Wagon 2.0

Hello,
I'd like to release Apache Maven Wagon 2.0.
We fixed 31 issues:
https://jira.codehaus.org/secure/ReleaseNote.jspa?version=17379styleName=TextprojectId=10335Create=Create

Staging repo :  https://repository.apache.org/content/repositories/maven-104/

Staging site : http://maven.apache.org/wagon-2.0 (wait sync).

[+1]
[ 0]
[-1]

An easy way to test it: download jar and put it your $M2_HOME/lib/ext
(if you use maven 3).
wagon http: wget
https://repository.apache.org/content/repositories/maven-104/org/apache/maven/wagon/wagon-http/2.0/wagon-http-2.0-shaded.jar
 cp wagon-http-2.0-shaded.jar $M2_HOME/lib/ext/

Here my +1.

Thanks,
--
Olivier Lamy
Talend : http://talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

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





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





-- 
Olivier Lamy
Talend : http://talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

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



Re: [VOTE] Release Apache Maven Wagon 2.0

2011-09-26 Thread Julien HENRY
In fact the artifact was already downloaded during a previous build and is in 
the local repository. But it seems there is a check once a day on the 
repository (even for releases???).

Do you want that I test with a clean local repo?



- Mail original -
 De : Olivier Lamy ol...@apache.org
 À : Maven Developers List dev@maven.apache.org; Julien HENRY 
 henr...@yahoo.fr
 Cc : 
 Envoyé le : Lundi 26 Septembre 2011 16h47
 Objet : Re: [VOTE] Release Apache Maven Wagon 2.0
 
 is the artifact correctly downloaded ?
 
 2011/9/26 Julien HENRY henr...@yahoo.fr:
  Hi Olivier,
 
  I just tried to use new wagon with Maven 3.0.3 to mvn clean install an 
 already previously built project and I get tons of message in logs 
 similar to:
 
  Downloading: 
 http://nexus.mycompany.fr/content/groups/public-releases/org/apache/commons/commons-exec/1.0.1/commons-exec-1.0.1.pom
  26 sept. 2011 16:33:08 
 org.apache.maven.wagon.providers.http.httpclient.client.protocol.ResponseProcessCookies
  
 processCookies
  ATTENTION: Cookie rejected: [version: 0][name: rememberMe][value: 
 deleteMe][domain: nexus.mycompany.fr][path: /nexus][expiry: Mon Sep 26 
 16:33:08 
 CEST 2011]. Illegal path attribute /nexus. Path of origin: 
 /content/groups/public-releases/org/apache/commons/commons-exec/1.0.1/commons-exec-1.0.1.pom
 
  Following executions seems to be fine (but maybe this is because of update 
 policy).
 
  I don't know if it is really an issue, but feel free to ask if you need 
 more info.
 
  Regards,
 
  Julien
 
 
 De : Olivier Lamy ol...@apache.org
 À : Maven Developers List dev@maven.apache.org
 Envoyé le : Lundi 26 Septembre 2011 15h56
 Objet : [VOTE] Release Apache Maven Wagon 2.0
 
 Hello,
 I'd like to release Apache Maven Wagon 2.0.
 We fixed 31 issues:
 https://jira.codehaus.org/secure/ReleaseNote.jspa?version=17379styleName=TextprojectId=10335Create=Create
 
 Staging repo :  
 https://repository.apache.org/content/repositories/maven-104/
 
 Staging site : http://maven.apache.org/wagon-2.0 (wait sync).
 
 [+1]
 [ 0]
 [-1]
 
 An easy way to test it: download jar and put it your $M2_HOME/lib/ext
 (if you use maven 3).
 wagon http: wget
 https://repository.apache.org/content/repositories/maven-104/org/apache/maven/wagon/wagon-http/2.0/wagon-http-2.0-shaded.jar
  cp wagon-http-2.0-shaded.jar $M2_HOME/lib/ext/
 
 Here my +1.
 
 Thanks,
 --
 Olivier Lamy
 Talend : http://talend.com
 http://twitter.com/olamy | http://linkedin.com/in/olamy
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org
 
 
 
 
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
  For additional commands, e-mail: dev-h...@maven.apache.org
 
 
 
 
 
 -- 
 Olivier Lamy
 Talend : http://talend.com
 http://twitter.com/olamy | http://linkedin.com/in/olamy
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org


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



Re: [VOTE] Release Apache Maven Wagon 2.0

2011-09-26 Thread Olivier Lamy
If you have time -:) : yes.


2011/9/26 Julien HENRY henr...@yahoo.fr:
 In fact the artifact was already downloaded during a previous build and is in 
 the local repository. But it seems there is a check once a day on the 
 repository (even for releases???).

 Do you want that I test with a clean local repo?



 - Mail original -
 De : Olivier Lamy ol...@apache.org
 À : Maven Developers List dev@maven.apache.org; Julien HENRY 
 henr...@yahoo.fr
 Cc :
 Envoyé le : Lundi 26 Septembre 2011 16h47
 Objet : Re: [VOTE] Release Apache Maven Wagon 2.0

 is the artifact correctly downloaded ?

 2011/9/26 Julien HENRY henr...@yahoo.fr:
  Hi Olivier,

  I just tried to use new wagon with Maven 3.0.3 to mvn clean install an
 already previously built project and I get tons of message in logs
 similar to:

  Downloading:
 http://nexus.mycompany.fr/content/groups/public-releases/org/apache/commons/commons-exec/1.0.1/commons-exec-1.0.1.pom
  26 sept. 2011 16:33:08
 org.apache.maven.wagon.providers.http.httpclient.client.protocol.ResponseProcessCookies
 processCookies
  ATTENTION: Cookie rejected: [version: 0][name: rememberMe][value:
 deleteMe][domain: nexus.mycompany.fr][path: /nexus][expiry: Mon Sep 26 
 16:33:08
 CEST 2011]. Illegal path attribute /nexus. Path of origin:
 /content/groups/public-releases/org/apache/commons/commons-exec/1.0.1/commons-exec-1.0.1.pom

  Following executions seems to be fine (but maybe this is because of update
 policy).

  I don't know if it is really an issue, but feel free to ask if you need
 more info.

  Regards,

  Julien

 
 De : Olivier Lamy ol...@apache.org
 À : Maven Developers List dev@maven.apache.org
 Envoyé le : Lundi 26 Septembre 2011 15h56
 Objet : [VOTE] Release Apache Maven Wagon 2.0

 Hello,
 I'd like to release Apache Maven Wagon 2.0.
 We fixed 31 issues:
 https://jira.codehaus.org/secure/ReleaseNote.jspa?version=17379styleName=TextprojectId=10335Create=Create

 Staging repo :
 https://repository.apache.org/content/repositories/maven-104/

 Staging site : http://maven.apache.org/wagon-2.0 (wait sync).

 [+1]
 [ 0]
 [-1]

 An easy way to test it: download jar and put it your $M2_HOME/lib/ext
 (if you use maven 3).
 wagon http: wget
 https://repository.apache.org/content/repositories/maven-104/org/apache/maven/wagon/wagon-http/2.0/wagon-http-2.0-shaded.jar
  cp wagon-http-2.0-shaded.jar $M2_HOME/lib/ext/

 Here my +1.

 Thanks,
 --
 Olivier Lamy
 Talend : http://talend.com
 http://twitter.com/olamy | http://linkedin.com/in/olamy

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





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





 --
 Olivier Lamy
 Talend : http://talend.com
 http://twitter.com/olamy | http://linkedin.com/in/olamy

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


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





-- 
Olivier Lamy
Talend : http://talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

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



Re: are multi-threaded builds still working reliably?

2011-09-26 Thread David Jencks
Maybe it would be a good idea to mention this on the siki page?

Anyone know why?  I thought maven used the eclipse compiler which is IIUC just 
java code so why would it behave differently on different os?

thanks
david jencks

On Sep 24, 2011, at 12:11 AM, Olivier Lamy wrote:

 On osx you must fork compiler.
 
 --
 Olivier
 Le 24 sept. 2011 04:41, David Jencks david_jen...@yahoo.com a écrit :
 I tried out the multi-threaded builds again recently (
 https://cwiki.apache.org/MAVEN/parallel-builds-in-maven-3.html) (maven
 3.0.3) and got some really strange results several minutes into the build.
 
 - the compiler plugin seemed to get corrupted source files and reported
 lots of nonexistent syntax errors
 - transitive dependencies didn't work the same as with a normal build
 
 I don't really have time to investigate what's going on but wonder if
 anyone has a stable large-project multi-threaded build running on a recent
 macbook pro with snow leopard?
 
 OSX 10.6.8
 
 java version 1.6.0_26
 Java(TM) SE Runtime Environment (build 1.6.0_26-b03-384-10M3425)
 Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02-384, mixed mode)
 
 thanks
 david jencks
 
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org
 


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



Re: [VOTE] Release Apache Maven Wagon 2.0

2011-09-26 Thread Olivier Lamy
IMHO you must rewrite cookie path in your httpd instance with
something like: ProxyPassReverseCookiePath / /nexus/

2011/9/26 Julien HENRY henr...@yahoo.fr:
 Hi Olivier,

 I just tried to use new wagon with Maven 3.0.3 to mvn clean install an 
 already previously built project and I get tons of message in logs similar 
 to:

 Downloading: 
 http://nexus.mycompany.fr/content/groups/public-releases/org/apache/commons/commons-exec/1.0.1/commons-exec-1.0.1.pom
 26 sept. 2011 16:33:08 
 org.apache.maven.wagon.providers.http.httpclient.client.protocol.ResponseProcessCookies
  processCookies
 ATTENTION: Cookie rejected: [version: 0][name: rememberMe][value: 
 deleteMe][domain: nexus.mycompany.fr][path: /nexus][expiry: Mon Sep 26 
 16:33:08 CEST 2011]. Illegal path attribute /nexus. Path of origin: 
 /content/groups/public-releases/org/apache/commons/commons-exec/1.0.1/commons-exec-1.0.1.pom

 Following executions seems to be fine (but maybe this is because of update 
 policy).

 I don't know if it is really an issue, but feel free to ask if you need more 
 info.

 Regards,

 Julien


De : Olivier Lamy ol...@apache.org
À : Maven Developers List dev@maven.apache.org
Envoyé le : Lundi 26 Septembre 2011 15h56
Objet : [VOTE] Release Apache Maven Wagon 2.0

Hello,
I'd like to release Apache Maven Wagon 2.0.
We fixed 31 issues:
https://jira.codehaus.org/secure/ReleaseNote.jspa?version=17379styleName=TextprojectId=10335Create=Create

Staging repo :  https://repository.apache.org/content/repositories/maven-104/

Staging site : http://maven.apache.org/wagon-2.0 (wait sync).

[+1]
[ 0]
[-1]

An easy way to test it: download jar and put it your $M2_HOME/lib/ext
(if you use maven 3).
wagon http: wget
https://repository.apache.org/content/repositories/maven-104/org/apache/maven/wagon/wagon-http/2.0/wagon-http-2.0-shaded.jar
 cp wagon-http-2.0-shaded.jar $M2_HOME/lib/ext/

Here my +1.

Thanks,
--
Olivier Lamy
Talend : http://talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

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





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





-- 
Olivier Lamy
Talend : http://talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

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



Re: [VOTE] Release Apache Maven Wagon 2.0

2011-09-26 Thread Julien HENRY
It was a configuration issue of my MRM, so the log was in fact good to detect 
the problem.

Thanks for the tip about ProxyPassReverseCookiePath 


De : Olivier Lamy ol...@apache.org
À : Maven Developers List dev@maven.apache.org; Julien HENRY 
henr...@yahoo.fr
Envoyé le : Lundi 26 Septembre 2011 21h38
Objet : Re: [VOTE] Release Apache Maven Wagon 2.0

IMHO you must rewrite cookie path in your httpd instance with
something like: ProxyPassReverseCookiePath / /nexus/

2011/9/26 Julien HENRY henr...@yahoo.fr:
 Hi Olivier,

 I just tried to use new wagon with Maven 3.0.3 to mvn clean install an 
 already previously built project and I get tons of message in logs similar 
 to:

 Downloading: 
 http://nexus.mycompany.fr/content/groups/public-releases/org/apache/commons/commons-exec/1.0.1/commons-exec-1.0.1.pom
 26 sept. 2011 16:33:08 
 org.apache.maven.wagon.providers.http.httpclient.client.protocol.ResponseProcessCookies
  processCookies
 ATTENTION: Cookie rejected: [version: 0][name: rememberMe][value: 
 deleteMe][domain: nexus.mycompany.fr][path: /nexus][expiry: Mon Sep 26 
 16:33:08 CEST 2011]. Illegal path attribute /nexus. Path of origin: 
 /content/groups/public-releases/org/apache/commons/commons-exec/1.0.1/commons-exec-1.0.1.pom

 Following executions seems to be fine (but maybe this is because of update 
 policy).

 I don't know if it is really an issue, but feel free to ask if you need more 
 info.

 Regards,

 Julien


De : Olivier Lamy ol...@apache.org
À : Maven Developers List dev@maven.apache.org
Envoyé le : Lundi 26 Septembre 2011 15h56
Objet : [VOTE] Release Apache Maven Wagon 2.0

Hello,
I'd like to release Apache Maven Wagon 2.0.
We fixed 31 issues:
https://jira.codehaus.org/secure/ReleaseNote.jspa?version=17379styleName=TextprojectId=10335Create=Create

Staging repo :  https://repository.apache.org/content/repositories/maven-104/

Staging site : http://maven.apache.org/wagon-2.0 (wait sync).

[+1]
[ 0]
[-1]

An easy way to test it: download jar and put it your $M2_HOME/lib/ext
(if you use maven 3).
wagon http: wget
https://repository.apache.org/content/repositories/maven-104/org/apache/maven/wagon/wagon-http/2.0/wagon-http-2.0-shaded.jar
 cp wagon-http-2.0-shaded.jar $M2_HOME/lib/ext/

Here my +1.

Thanks,
--
Olivier Lamy
Talend : http://talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

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





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





-- 
Olivier Lamy
Talend : http://talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy




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



[VOTE] Release Maven Surefire version 2.10

2011-09-26 Thread Paul Gier
Hi,

We solved 8 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541version=17431

There are still lots of issues left in JIRA:
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truemode=hidejqlQuery=project+%3D+SUREFIRE+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC

Staging repo:
https://repository.apache.org/content/repositories/maven-107/

Staging site: (Sync pending)
http://maven.apache.org/surefire-2.10/
http://maven.apache.org/plugins/maven-failsafe-plugin-2.10/
http://maven.apache.org/plugins/maven-surefire-plugin-2.10/
http://maven.apache.org/plugins/maven-surefire-reports-plugin-2.10/

SCM Tag:
http://svn.apache.org/repos/asf/maven/surefire/tags/surefire-2.10/

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1




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



Re: are multi-threaded builds still working reliably?

2011-09-26 Thread Barrie Treloar
On Tue, Sep 27, 2011 at 1:40 AM, David Jencks david_jen...@yahoo.com wrote:
 Maybe it would be a good idea to mention this on the siki page?

 Anyone know why?  I thought maven used the eclipse compiler which is IIUC 
 just java code so why would it behave differently on different os?

Maven uses the JDK, it doesn't know anything about eclipse.

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



Re: [VOTE] Release Maven Surefire version 2.10

2011-09-26 Thread Kristian Rosenvold

+1

Den 27.09.2011 00:26, skrev Paul Gier:

Hi,

We solved 8 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541version=17431

There are still lots of issues left in JIRA:
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truemode=hidejqlQuery=project+%3D+SUREFIRE+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC

Staging repo:
https://repository.apache.org/content/repositories/maven-107/

Staging site: (Sync pending)
http://maven.apache.org/surefire-2.10/
http://maven.apache.org/plugins/maven-failsafe-plugin-2.10/
http://maven.apache.org/plugins/maven-surefire-plugin-2.10/
http://maven.apache.org/plugins/maven-surefire-reports-plugin-2.10/

SCM Tag:
http://svn.apache.org/repos/asf/maven/surefire/tags/surefire-2.10/

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1




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




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



Re: [VOTE] Release Apache Maven Wagon 2.0

2011-09-26 Thread Kristian Rosenvold

+1

Kristian

Den 26.09.2011 15:56, skrev Olivier Lamy:

Hello,
I'd like to release Apache Maven Wagon 2.0.
We fixed 31 issues:
https://jira.codehaus.org/secure/ReleaseNote.jspa?version=17379styleName=TextprojectId=10335Create=Create

Staging repo :  https://repository.apache.org/content/repositories/maven-104/

Staging site : http://maven.apache.org/wagon-2.0 (wait sync).

[+1]
[ 0]
[-1]

An easy way to test it: download jar and put it your $M2_HOME/lib/ext
(if you use maven 3).
wagon http: wget
https://repository.apache.org/content/repositories/maven-104/org/apache/maven/wagon/wagon-http/2.0/wagon-http-2.0-shaded.jar
  cp wagon-http-2.0-shaded.jar $M2_HOME/lib/ext/

Here my +1.

Thanks,



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



Re: [VOTE] Release Apache Maven Wagon 2.0

2011-09-26 Thread Lukas Theussl


+1

-Lukas


On 09/26/2011 03:56 PM, Olivier Lamy wrote:

Hello,
I'd like to release Apache Maven Wagon 2.0.
We fixed 31 issues:
https://jira.codehaus.org/secure/ReleaseNote.jspa?version=17379styleName=TextprojectId=10335Create=Create

Staging repo :  https://repository.apache.org/content/repositories/maven-104/

Staging site : http://maven.apache.org/wagon-2.0 (wait sync).

[+1]
[ 0]
[-1]

An easy way to test it: download jar and put it your $M2_HOME/lib/ext
(if you use maven 3).
wagon http: wget
https://repository.apache.org/content/repositories/maven-104/org/apache/maven/wagon/wagon-http/2.0/wagon-http-2.0-shaded.jar
  cp wagon-http-2.0-shaded.jar $M2_HOME/lib/ext/

Here my +1.

Thanks,


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