nicolas de loof wrote on Thursday, December 14, 2006 2:53 PM: > Hello, > > I'd like to create a JAR containing both Java 1.3 and Java5 > classes (think > about Spring jars) > > I have created 2 modules, one for java 1.3 core features, and one for > "tiger" extensions. The parent POM contains all dependencies, > child poms > only contains maven compiler plugin configuration. > In my parent POM, I'm using assembly to jar all classes in a > single JAR. > > I now want to deploy the assembly to my maven repository, > with a custom POM > with same content my parent POM but was JAR packaging (and if > possible without <modules> section). > > Is this possible ?
We do this all in one artifact: http://fisheye.codehaus.org/browse/xstream/trunk/xstream/pom.xml - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
