Re: shade plugin usage

2013-09-03 Thread Anders Hammar
First, try to stay away from the überjar path. It's normally not the way to go today, but you should use the jar and it's dependencies instead. I've seen many case where people use a überjar just to try to make their life simpler but ending up with other issues instead. A proper classpath is the wa

shade plugin usage

2013-09-03 Thread Richard Sand
I've a project that uses shade to create an uberjar - since I want that uberjar artifact to be available for use in other projects, does it make sense to *not* attach the artifact in shade, but rather have shade create the uberjar and dependency-reduced-pom, and then use install:install-file to gra

RE: using a plugin twice?

2013-09-03 Thread Richard Sand
Ah, too easy! I was hoping for a more difficult solution :-) -Original Message- From: Stephen Connolly [mailto:stephen.alan.conno...@gmail.com] Sent: Tuesday, September 03, 2013 6:09 PM To: Maven Users List Subject: Re: using a plugin twice? Just add the second execution with a differen

[ANN] AspectJ Maven Plugin version 1.5 released

2013-09-03 Thread Lennart Jörelid
Hello all, The Mojo team is pleased to announce the release of the AspectJ Maven Plugin version 1.5. This release updates the plugin to current standards, resolving a set of outstanding bugs (c.f. release notes below). The AspectJ-Maven-Plugin weaves AspectJ aspects into your classes using the As

using a plugin twice?

2013-09-03 Thread Richard Sand
I've a feeling I know the answer at this point, but: Is it possible to use the same plugin twice in the same maven session? E.g. if I want to use maven-assembly-plugin to create two different assemblies? Or if I wanted the maven-shade-plugin to create a zip and a tarball but with slightly differen

Re: using a plugin twice?

2013-09-03 Thread Stephen Connolly
Just add the second execution with a different id On Tuesday, 3 September 2013, Richard Sand wrote: > I've a feeling I know the answer at this point, but: > > Is it possible to use the same plugin twice in the same maven session? E.g. > if I want to use maven-assembly-plugin to create two differe

[ANN] Extra Enforcer Rules 1.0-beta-1 Released

2013-09-03 Thread Robert Scholte
Hi, The Mojo team is pleased to announce the release of the Extra Enforcer Rules version 1.0-beta-1. Apache's Maven Enforcer Plugin is used to apply and enforce rules on your Maven projects. The Enforcer plugin ships with a set of standard rules The Mojo project hosts this project to provi

Re: Overriding a plugin dependency's profile property?

2013-09-03 Thread David Hay
Can anyone confirm whether this is supported or not? Happy to file ticket if someone can confirm... thanks! On Mon, Sep 2, 2013 at 2:35 AM, Baptiste Mathus wrote: > Hi, > On a related note, please ensure there's a corresponding ticket filed in > JIRA or cobertura-m-p. There's currently some a

maven, avian and openjdk

2013-09-03 Thread Dariusz Walczak
Hi all, We are building a Mac OS X framework that would allow native Objective C developers to use bitcoinj. The result was successful and is available at https://github.com/grabhive/BitcoinKit. The problem is that this solution still requires a Java installation on the users' machine. We're tryi

Re: how to deploy multiple wars using the tomcat plugin in maven

2013-09-03 Thread Wayne Fay
> > org.apache.tomcat.maven > tomcat7-maven-plugin This groupId tells you the org.apache.tomcat folks are the ones who develop and support this plugin, and thus you should probably ask them for support (in addition to and/or instead of Maven Users). Wayne ---

how to deploy multiple wars using the tomcat plugin in maven

2013-09-03 Thread tonyelaltaico
At the forums that I looked at I tried some ways to find a way to deploy mutliple wars using tomcat plugin in maven but I could not succeed. I created a third project and used three projects in order to deploy them but I have not succeed it. Could you please tell me way to deploy three different