Re: My promotion on Apache JIRA

2013-12-21 Thread Olivier Lamy
done. On 20 December 2013 21:22, Michael-O <1983-01...@gmx.net> wrote: > Hi PMCs, > > please reply to my promotion in > https://issues.apache.org/jira/browse/INFRA-7120. I'd like to manage release > just like on Codehaus JIRA. > > I need to release Maven Skins Parent 8. > > Thanks, > > Michael >

[ANN] Apache Maven Shared Jarsigner 1.2 Released

2013-12-21 Thread Tony Chemit
The Maven team is pleased to announce the release of the Apache Maven Jarsigner, version 1.2 This component provides some utilities to sign/verify jars/files in your Mojos. http://maven.apache.org/shared/maven-jarsigner/ To use the Maven Jarsigner, add the following dependency to your project

Altering Artifact Versions within Reactor

2013-12-21 Thread Sejal Patel
Hey guys, I was hoping that someone might be able to help me out with an issue I'm having on a plugin I've written. The high level of what the plugin does is automatically change the version number of a project to match whatever the name of the git branch name is that it is on without any physical

[ANN] Apache Maven Shared Utils 0.5 released

2013-12-21 Thread Tony Chemit
The Apache Maven team is pleased to announce the release of the maven-shared-utils, version 0.5 This project aims to be a functional replacement for {{{http://plexus.codehaus.org/plexus-utils}plexus-utils}} in Maven. It is not a 100% API compatible replacement though but a replacement : lots of

[RESULT] [VOTE] Maven Shared Utils 0.5 and Maven JarSigner 1.2

2013-12-21 Thread Tony Chemit
Hi, The vote has passed with the following result: +1 (binding): Olivier Lamy, Hervé Boutemy, Robert Scholte +1 (non-binding): Tony Chemit I will promote the artifacts to the central repo. tony. - To unsubscribe, e-mail: dev-u

Re: [VOTE] Maven Shared Utils 0.5 and Maven JarSigner 1.2 (take 2)

2013-12-21 Thread Robert Scholte
+1 - project can be built from the source-release zip. - rat license check is clean. The site is not correct though, the dependencies-page[1] is empty, but that can be fixed apart from this release. Robert ps. would be nice if the MSHARED-304 had a reference to the revision with the fix.

Re: [VOTE] Maven Shared Utils 0.5 and Maven JarSigner 1.2 (take 2)

2013-12-21 Thread Tony Chemit
On Wed, 18 Dec 2013 02:00:18 +0100 Tony Chemit wrote: Hi, Need one more +1 from a binding voter. Thanks, tony. > Hi, > > maven-jarsigner site is now ok :) > > Maven shared Utils 0.5 > -- > > The version 0.5 offers a new simple API to execute java tool via commandline >

Re: Plugin phase awareness...

2013-12-21 Thread Igor Fedorenko
Something like this should do the trick @Parameter(defaultValue = "${mojoExecution.lifecyclePhase}") private String executionPhase; other "magic" properties available to mojos are documented in [1] [1] http://maven.apache.org/ref/3.1.1/maven-core/apidocs/org/apache/maven/plugin/PluginPar

RE: Plugin phase awareness...

2013-12-21 Thread Martin Gainty
bash>mvn help:effective-pom | grep phase site-deploy package generate-resources site site-deploy test test-compile compile clean install process-resources

Re: New logo?

2013-12-21 Thread Stephen Connolly
Having thought about it overnight... if people really want to go with a non-stylised raven we can always ask for permission: http://people.apache.org/~stephenc/maven-logo-contest/maven-9.png OTOH here is a different stylised version http://people.apache.org/~stephenc/maven-logo-contest/maven-10.

Plugin phase awareness...

2013-12-21 Thread Lennart Jörelid
Hello all, How can a running Mojo query the Maven API (or some other API) to find out which Maven Phase it has been invoked in? Something like ... String currentPhase = getSomeMavenApiHelper().getCurrentPhase(); -- +==+ | Bästa hälsningar, | [sw. "Best regards"] | | L