RE: How to include @inheritDoc from a dependent jar

2014-01-16 Thread Mikael Petterson
Ok so I have added all in my pom.xml reporting plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-project-info-reports-plugin/artifactId

Maven release prepare on jenkins

2014-01-16 Thread Adrien Ruffié
Hello all, I perform following command in my jenkins jobs: /usr/local/apache-maven-3.0.4/bin/mvn -B -Darguments=-Dmaven.test.skip=true -f /var/lib/jenkins/workspace/Winter2014-Deploy-Test/pom.xml release:prepare --batch-mode -Dtag=Winter2014/004 -DreleaseVersion=Winter2014-004

How to bake secrets into your release artifacts without checking them into source control

2014-01-16 Thread Stephen Connolly
For when I cannot do things the “right way™” I created the Release From My Machine maven plugin... http://developer-blog.cloudbees.com/2014/01/maven-keeping-secrets-out-of-source.html Perhaps some people will find it useful... P.S. the integration tests for this plugin are quite fun if you want

RE: How to include @inheritDoc from a dependent jar

2014-01-16 Thread Mikael Petterson
Hi, I realized one mistake. I use the following under build tag: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-javadoc-plugin/artifactId

Re: Maven just won't die! -- WTF is Takari?

2014-01-16 Thread George Wilson
- Shell: long-lived CLI process for Maven A Maven shell? Interesting idea, how does that work? It seems like the idea behind maven is set it and forget it. On Wed, Jan 15, 2014 at 5:08 PM, Dan Tran dant...@gmail.com wrote: is it a new baby from Sonatype? -D On Wed, Jan 15, 2014 at 10:26

Re: Maven just won't die! -- WTF is Takari?

2014-01-16 Thread Jeff Jensen
Looking forward to it, particularly faster builds and improvements helping CD! On Wed, Jan 15, 2014 at 12:26 PM, Jason van Zyl ja...@tesla.io wrote: Hi, As some may know, a lot of work has been done at tesla.io on various advanced features in Maven but, unfortunately, not enough work for

Maven won't die!

2014-01-16 Thread Jason van Zyl
Sorry I'm responding out of the original thread, but realized I had the wrong account subscribed to the user list. So I'll respond to the few questions here in one thread. @Dan: Takari is my new company and is not related to Sonatype. I want to focus all my time on the Maven ecosystem.

Re: Maven just won't die! -- WTF is Takari?

2014-01-16 Thread Manfred Moser
This is another great sign that there is again lots of innovation and exiting development going on in the Maven ecosystem. I am excited to see where this will take us all. Manfred Hi, As some may know, a lot of work has been done at tesla.io on various advanced features in Maven but,

Re: [m2e-users] Maven just won't die! -- WTF is Takari?

2014-01-16 Thread Tamás Cservenák
Howdy, great news! Can't wait to see more information on these features you listed here. And generations (CD) did me very very curious... Thanks, ~t~ On Wed, Jan 15, 2014 at 7:30 PM, Jason van Zyl ja...@tesla.io wrote: Hi, As some may know, a lot of work has been done at tesla.io on

Re: Perforce and Maven Release process help...

2014-01-16 Thread Robert Scholte
Hi, the maven-release-plugin uses the scm-api[1] to do the tagging and committing. The implementation for perforce can be found at http://maven.apache.org/scm/maven-scm-providers/maven-scm-provider-perforce/index.html Also I would try to run Maven with an additional -X (or --debug) to switch

Re: Maven release prepare on jenkins

2014-01-16 Thread Robert Scholte
Hi, Have a look at the documentation: http://maven.apache.org/maven-release/maven-release-plugin/prepare-mojo.html#pushChanges Also consider to set localCheckout to true: http://maven.apache.org/maven-release/maven-release-plugin/perform-mojo.html#localCheckout Robert Op Thu, 16 Jan 2014

Re: Fortify and Maven

2014-01-16 Thread progosch
Hi Kunal, you may download Fortify package and build maven plugin from sources. In plugin's target directory you will find a site which contains usage instruction for single and multi module project. Kind regards, Patryk -- View this message in context:

Re: Maven won't die!

2014-01-16 Thread George Wilson
Sounds interesting. I signed up for the webinar and look forward to hearing more. On Thu, Jan 16, 2014 at 10:53 AM, Jason van Zyl ja...@takari.io wrote: Sorry I'm responding out of the original thread, but realized I had the wrong account subscribed to the user list. So I'll respond to the

Re: Maven just won't die! -- WTF is Takari?

2014-01-16 Thread Torsten Stolpmann
I think the idea is not completely new - have a look at https://github.com/jdoklovic/maven-cli-plugin/wiki for an implementation for maven 2 and a rudimentary maven 3 support to get the idea. Looking forward to what Takari will bring. On 16.01.2014 18:56, George Wilson wrote: - Shell: