Re: [ANN] Apache Maven Compiler Plugin Version 3.5 Released

2016-01-21 Thread Andrei Ivanov
Hi, Thank you for your work :-) I just wished the long standing https://issues.apache.org/jira/browse/MCOMPILER-209 would have been included too :-( On Wed, Jan 20, 2016 at 9:43 PM, Andreas Gudian wrote: > The Apache Maven team is pleased to announce the release of the

Re: [ANN] Apache Maven Compiler Plugin Version 3.5 Released

2016-01-21 Thread Thomas Broyer
On Wed, Jan 20, 2016 at 8:43 PM Andreas Gudian wrote: > ** New Feature > * [MCOMPILER-203] - Allow compiler-plugin to specify annotation > processor dependencies > Great! But… I don't get how you can add a feature about annotation processors and not at the same time fix

Re: CD versioning

2016-01-21 Thread Benson Margulies
On Thu, Jan 21, 2016 at 2:42 PM, Karl Heinz Marbaise wrote: > Hi Benson, > > you know that you can define the following properties since Maven 3.2.1[1] > > ${revision}, ${changelist} and ${sha1} which can be set outside from Maven > via: > > mvn -Drevision=1.2.3-SNAPSHOT ... >

Fwd: [ANN] Apache Maven Compiler Plugin Version 3.5 Released

2016-01-21 Thread Andreas Gudian
cross-posting to the users-list... -- Forwarded message -- From: Andreas Gudian Date: 2016-01-21 20:49 GMT+01:00 Subject: Re: [ANN] Apache Maven Compiler Plugin Version 3.5 Released To: Maven Developers List I've just committed

Re: iText 4.2.0 - Could a software licence be changed from MPL/LGPL to AGPL by simply redistributing the pom.xml?

2016-01-21 Thread Mirko Friedenhagen
Hello Siegfried, I do not think this was an accident, see https://issues.sonatype.org/plugins/servlet/mobile#issue/MVNCENTRAL-760. The relocation does break builds as the package is different as well. I am not a lawyer but at I think it is not a nice move to cause breaking builds and licensing

Re: CD versioning

2016-01-21 Thread Jason van Zyl
I have something that I wouldn’t make public but you’re free to hack it up and do what you like with it. > On Jan 21, 2016, at 11:47 AM, Benson Margulies wrote: > > On Thu, Jan 21, 2016 at 2:42 PM, Karl Heinz Marbaise > wrote: >> Hi Benson, >> >>

Re: CD versioning

2016-01-21 Thread Karl Heinz Marbaise
Hi Benson, you know that you can define the following properties since Maven 3.2.1[1] ${revision}, ${changelist} and ${sha1} which can be set outside from Maven via: mvn -Drevision=1.2.3-SNAPSHOT ... and you can use it: ... ... ${revision} .. in case of a multi module build you