Re: Release 1.3 - status

2007-03-15 Thread Gwyn Evans
Without being 100% sure about what you're aiming for, this is what I'm doing in one of my projects, which might help? pom.xml: plugin artifactIdmaven-assembly-plugin/artifactId configuration outputDirectorytarget/release/outputDirectory

Re: Release 1.3 - status

2007-03-13 Thread Martijn Dashorst
The warnings have been resolved, and the META-INF directory of each jar file will now include the LICENSE, NOTICE and DISCLAIMER file (incubator disclaimer). I suggest that everyone upgrades their maven to 2.0.5 to prevent conflicts. Martijn On 3/13/07, Martijn Dashorst [EMAIL PROTECTED]

Re: Release 1.3 - status

2007-03-13 Thread Al Maw
Martijn Dashorst wrote: I've been working on the release and have come to a last point: how to package stuff. The default src assembly is IMO moot: it packages each project without context. It seems to me that a zip containing the sources for all projects is better, as it makes it one package