You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by matthew hindle <ma...@gmail.com> on 2008/11/17 18:16:03 UTC

Alternative assemblies with a range of compiler settings

I would like to asemble 2 jars from my maven2 pom one compiled without a
given aspectj <excludes> and the other with. Does anyone know if there is a
way to do this in maven2?
-- 
View this message in context: http://www.nabble.com/Alternative-assemblies-with-a-range-of-compiler-settings-tp20543738p20543738.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Alternative assemblies with a range of compiler settings

Posted by Wayne Fay <wa...@gmail.com>.
> I would like to asemble 2 jars from my maven2 pom one compiled without a
> given aspectj <excludes> and the other with. Does anyone know if there is a
> way to do this in maven2?

You can do just about anything (like this) with profiles.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org