Re: Maven Manual PDF

2011-06-07 Thread Lukas Theussl
No need to open an issue here I think, just a matter of adjusting some configuration properties. I have added some for the maven site: http://svn.apache.org/viewvc?view=revision&revision=1133015 and re-deployed the pdf (the site needs to sync still, don't know how long this will take). Bt

Fwd: Travel Assistance applications now open for ApacheCon NA 2011

2011-06-07 Thread Vincent Siveton
FYI -- Forwarded message -- From: Gavin McDonald Date: 2011/6/6 Subject: Travel Assistance applications now open for ApacheCon NA 2011 To: committ...@apache.org The Apache Software Foundation (ASF)'s Travel Assistance Committee (TAC) is now accepting applications for ApacheCon N

Re: [VOTE] Release Maven EAR Plugin version 2.6

2011-06-07 Thread Vincent Siveton
sounds good +1 Vincent 2011/6/6 Stephane Nicoll : > Hi, > > I'd like to release the maven ear plugin. It is a follow up of the new > application client archive (ACR) plugin that was released a few weeks > ago. 2.6 brings a compatibility layer that auto-detectes the 'acr' > packaging type just lik

Re: Maven Manual PDF

2011-06-07 Thread Vincent Siveton
Could you create an issue for this one? http://jira.codehaus.org/browse/MPDF Cheers, Vincent 2011/6/7 Michael Angstadt : > Hi, I just wanted to let you know that in the PDF version of the Maven > manual (http://maven.apache.org/apache-maven.pdf), the super POM code > listings on pages 113 and 1

Re: [VOTE] Release Maven EAR Plugin version 2.6

2011-06-07 Thread Mark Struberg
+1 LieGrue, strub --- On Tue, 6/7/11, Olivier Lamy wrote: > From: Olivier Lamy > Subject: Re: [VOTE] Release Maven EAR Plugin version 2.6 > To: "Maven Developers List" > Date: Tuesday, June 7, 2011, 7:10 PM > +1 > > 2011/6/6 Stephane Nicoll : > > Hi, > > > > I'd like to release the maven ear

Re: Handling of unrecognised version qualifiers

2011-06-07 Thread Paul Gier
On 05/27/2011 11:02 AM, Paul Gier wrote: > Maven 3 currently treats unrecognised version qualifiers as newer > releases than the GA release. For example: > > 1.0 is older than 1.0-xyz > > It also looks like this was reversed at some point, since there is a > test case commented out on line 117 t

Unsigned 32 bit user & group id's on modern linuxes

2011-06-07 Thread Kristian Rosenvold
It turns out "modern" linux kernels now use 32 bit unsigned int to represent user/group id's. It also seems like recent versions of NFS (version 4) have started using the top numbers in the high-bit range. Plexus Io's FileAttributes class uses integers to represent this, which is a bit of a PITA s

Re: [VOTE] Release Maven EAR Plugin version 2.6

2011-06-07 Thread Olivier Lamy
+1 2011/6/6 Stephane Nicoll : > Hi, > > I'd like to release the maven ear plugin. It is a follow up of the new > application client archive (ACR) plugin that was released a few weeks > ago. 2.6 brings a compatibility layer that auto-detectes the 'acr' > packaging type just like it does for ejb,war

Re: [VOTE] Release Maven EAR Plugin version 2.6

2011-06-07 Thread Lukas Theussl
+1 -Lukas Stephane Nicoll wrote: Hi, I'd like to release the maven ear plugin. It is a follow up of the new application client archive (ACR) plugin that was released a few weeks ago. 2.6 brings a compatibility layer that auto-detectes the 'acr' packaging type just like it does for ejb,war,ra

Re: [VOTE] Release Maven EAR Plugin version 2.6

2011-06-07 Thread Stephane Nicoll
+1 S. On Mon, Jun 6, 2011 at 10:06 AM, Stephane Nicoll wrote: > Hi, > > I'd like to release the maven ear plugin. It is a follow up of the new > application client archive (ACR) plugin that was released a few weeks > ago. 2.6 brings a compatibility layer that auto-detectes the 'acr' > packaging

Maven Manual PDF

2011-06-07 Thread Michael Angstadt
Hi, I just wanted to let you know that in the PDF version of the Maven manual (http://maven.apache.org/apache-maven.pdf), the super POM code listings on pages 113 and 115 are cut off. They should span multiple pages but instead are cut off after the first page. This website has the entire super P

[ANN] Maven GPG Plugin 1.3 Released

2011-06-07 Thread Stephen Connolly
The Maven team is pleased to announce the release of the Maven GPG Plugin, version 1.3 This plugin signs project artifacts with GnuPG. http://maven.apache.org/plugins/maven-gpg-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-gpg

[WAGON] sporadic IT test errors on jenkins

2011-06-07 Thread Mark Struberg
Hi folks! After activating the TCKs for wagon-http and wagon-http-lihtweight I saw frequent errors on our jenkins. I now grabbed the test output and it seems that is due to the parallel build we get 'Address already in use clashes'. The same thing happens locally if I build with -T8. An easy

[RESULT] [VOTE] Release Maven GPG Plugin version 1.3

2011-06-07 Thread Stephen Connolly
Hi, The vote has passed with the following result: +1 (binding): Olivier Lamy, Stephen Connolly, Brett Porter +1 (non-binding): Lukas Theussl, Tony Chemit I will promote the artifacts to the central repo. -Stephen - To unsubsc