Re: Request for functionality in maven-assembly-plugin - ignoreProjectBuildFilters

2014-10-13 Thread Karl Heinz Marbaise
Hi Tony, I have taken a look into your patch...looks ok... This looks like a usefull enhancement so I will integrate your patch... I have created an appropriate JIRA entry: http://jira.codehaus.org/browse/MASSEMBLY-717 Kind regards Karl Heinz Marbaise On 10/13/14 1:09 AM, Tony Jewell

Re: Request for functionality in maven-assembly-plugin - ignoreProjectBuildFilters

2014-10-13 Thread Tony Jewell
Thanks Karl, Two things: 1. I couldn't get access to the JIRA to submit a ticket myself - is this something I am allowed to request? 2. Of course I'm going to ask: when is maven-assembly-plugin:2.4.2 likely to be released? Thanks, Tony Jewell On 13 October 2014 07:14, Karl Heinz

Re: Request for functionality in maven-assembly-plugin - ignoreProjectBuildFilters

2014-10-13 Thread Barrie Treloar
On 13 October 2014 17:08, Tony Jewell tony.jew...@cregganna.com wrote: Thanks Karl, Two things: 1. I couldn't get access to the JIRA to submit a ticket myself - is this something I am allowed to request? Yes, you have to do something non-intuitive to get access. It should be

Re: Request for functionality in maven-assembly-plugin - ignoreProjectBuildFilters

2014-10-13 Thread Tony Jewell
Thanks Barrie, Have now created login on Xicrles A 2.4.2 release would be really cool as we are currently blocked on this and I'd rather not use patched plugins in our build. ATB Tony Jewell On 13 Oct 2014 08:31, Barrie Treloar baerr...@gmail.com wrote: On 13 October 2014 17:08, Tony Jewell

Re: How to resolve artifacts while respecting projects' dependency management? (or finding an alternative)

2014-10-13 Thread Thomas Broyer
On Mon, Oct 13, 2014 at 7:53 AM, Anders Hammar and...@hammar.net wrote: If it is a dependency only needed by the plugin in question (during build time) it should not be added to the project's dependencies. However, it should probably be added as a dependency to the plugin in the pom, hich

Re: Request for functionality in maven-assembly-plugin - ignoreProjectBuildFilters

2014-10-13 Thread Barrie Treloar
On 13 October 2014 19:12, Tony Jewell tony.jew...@cregganna.com wrote: Thanks Barrie, Have now created login on Xicrles A 2.4.2 release would be really cool as we are currently blocked on this and I'd rather not use patched plugins in our build. Somewhere on the internet is my notes for

Re: Request for functionality in maven-assembly-plugin - ignoreProjectBuildFilters

2014-10-13 Thread Karl Heinz Marbaise
Hi Tony, On 10/13/14 8:38 AM, Tony Jewell wrote: Thanks Karl, Two things: 1. I couldn't get access to the JIRA to submit a ticket myself - is this something I am allowed to request? 2. Of course I'm going to ask: when is maven-assembly-plugin:2.4.2 likely to be released? It's

Installing the pom.xml from inside an artifact using maven-install-plugin ?

2014-10-13 Thread Johan Ekesparr
Is there any way of installing the pom.xml file from inside an existing artifact using the maven-install-plugin ? Currently when we have an artifact created in a maven build the artifact includes the pom.xml file. Using the goal install:install-file we can install the arrtifact(jar-file) and the

Re: Request for functionality in maven-assembly-plugin - ignoreProjectBuildFilters

2014-10-13 Thread Tony Jewell
Karl, That would be superb. Thanks for all your efforts on this. Regards, Tony Jewell On 13 Oct 2014 11:47, Karl Heinz Marbaise khmarba...@gmx.de wrote: Hi Tony, On 10/13/14 8:38 AM, Tony Jewell wrote: Thanks Karl, Two things: 1. I couldn't get access to the JIRA to submit a ticket

Parent pom not resolved in current reactor ?

2014-10-13 Thread Grégory Joseph
Hey there, In the documentation for relativePath in http://maven.apache.org/xsd/maven-4.0.0.xsd, I read that Maven looks for the parent pom first in the reactor of currently building projects, then Oddly enough, even though the reference docs _seem_ to be generated off of the same source,

Re: Maven, Dependencies and Vulnerabilities

2014-10-13 Thread Bernd
Hello, instead of requiring everybody to come up with a CPE and add it to the POM, I would prefer if Maven Central publishes an approved (and registered) naming scheme to form CPEs which point to well known maven artifacts. cpe:/a:org.maven.central:groupid,artifactid[,classifier]:version (or

[ANN] Maven Compiler Plugin 3.2 Released

2014-10-13 Thread John Casey
The Maven team is pleased to announce the release of the Apache Maven Compiler Plugin, version 3.2 The Compiler Plugin is used to compile the sources of your project. http://maven.apache.org/plugins/maven-compiler-plugin/ You should specify the version in your project's plugin configuration:

Re: Installing the pom.xml from inside an artifact using maven-install-plugin ?

2014-10-13 Thread Robert Scholte
Hi, this is supported since version 2.5. Read http://maven.apache.org/plugins/maven-install-plugin/examples/custom-pom-installation.html for the details. thanks, Robert Op Mon, 13 Oct 2014 13:56:26 +0200 schreef Johan Ekesparr johan@gmail.com: Is there any way of installing the

Cleaning up a site:stage directory

2014-10-13 Thread Robert Kuropkat
Is there a commonly accepted way to clean up the local site staging directory in a multi-module build? As best I can tell, running a 'clean compile site:site site:stage' on a project with a staging directory of say ${basedir}/staging means the staging directory is difficult to manage

[ANN] Maven Compiler Plugin 3.2 Released

2014-10-13 Thread John Casey
The Maven team is pleased to announce the release of the Apache Maven Compiler Plugin, version 3.2 The Compiler Plugin is used to compile the sources of your project. http://maven.apache.org/plugins/maven-compiler-plugin/ You should specify the version in your project's plugin configuration:

RE: Maven, Dependencies and Vulnerabilities

2014-10-13 Thread David Dillard
A couple of potential problems with that: 1. If an existing CPE doesn't follow whatever convention is decided upon or worse the convention creates a CPE for one project that's already in use by a different project (admittedly that's unlikely) 2. When names change (e.g. the artifact ID) that

Details for maven deployment.

2014-10-13 Thread James Teng
i would like to know the details of what does maven do when take deployment actions.and i also would like to know what are required options to a successful deployment on a remote repository. i can see there are some files suffixed with md5 or sha1, are these files for validation purpose? Could