[ANN] RPM Maven Plugin Version 2.1.4 - Released

2015-09-14 Thread Dan Tran
Hi, The Mojo team is pleased to announce the release of the RPM Maven Plugin version 2.1.4 The RPM Maven Plugin allows artifacts from one or more projects to be packaged in an RPM for distribution. In addition to project artifacts, the RPM can contain other resources to be installed with the arti

Re: Upgrading to 3.3.3

2015-09-14 Thread Karl Heinz Marbaise
Hi David, On 9/14/15 7:20 PM, David Hoffer wrote: Thanks for the info...that really clears up the issues. Let me try to answer your questions. Yes we use 'maven-ant-tasks-2.1.3.jar' to call maven from an Ant script. Based on my point of view there is no advantage to call Maven from Ant ? ju

Re: Upgrading to 3.3.3

2015-09-14 Thread David Hoffer
Thanks for the info...that really clears up the issues. Let me try to answer your questions. Yes we use 'maven-ant-tasks-2.1.3.jar' to call maven from an Ant script. I didn't create any of the Ant stuff so can't say why things are the way they are but we use this a lot to download artifacts from

Re: Upgrading to 3.3.3

2015-09-14 Thread Karl Heinz Marbaise
Hi David, On 9/14/15 5:57 PM, David Hoffer wrote: The reason for the Ant script is historical. It's a very large project that back in the day was 100% Ant. Over time portions were migrated to Maven, the only way to integrate with the larger Ant script is with Maven-Ant-Task. Today all the dev

Re: Upgrading to 3.3.3

2015-09-14 Thread David Hoffer
The reason for the Ant script is historical. It's a very large project that back in the day was 100% Ant. Over time portions were migrated to Maven, the only way to integrate with the larger Ant script is with Maven-Ant-Task. Today all the developer builds are pure maven but most of the CI builds

Re: Upgrading to 3.3.3

2015-09-14 Thread Karl Heinz Marbaise
Hi, if you call via Ant script? Why? Special requirement ? Are you on Windows or Linux ? Do you call the "mvn.bat" or "mvn.cmd" file ? Do you call the file from the distribution ? Apart from that the property is intended to find the root folder of a multi module build where the ".mvn" folde

Upgrading to 3.3.3

2015-09-14 Thread David Hoffer
We are attempting to upgrade our CI builds to use Maven 3.3.3 but are getting new errors with that version (3.2.5 worked). The error is: -Dmaven.multiModuleProjectDirectory system propery is not set. Check $M2_HOME environment variable and mvn script match. This only seems to be an issue with som

RE: RESOLVED: R question (with context)

2015-09-14 Thread Martin Gainty
> Date: Mon, 14 Sep 2015 11:30:20 +0930 > Subject: Re: RESOLVED: R question (with context) > From: baerr...@gmail.com > To: users@maven.apache.org > > On 14 September 2015 at 11:17, Martin Gainty wrote: > > > got it working and the apk deployable is ready to be tested > > > > Many Thanks