On 26 March 2013 15:25, <simonetrip...@apache.org> wrote: > Author: simonetripodi > Date: Tue Mar 26 15:25:20 2013 > New Revision: 1461185 > > URL: http://svn.apache.org/r1461185 > Log: > releng: as pointed by Manu and Bene, just include the main artifact in the > -bin archive
Surely it's often useful to have at least the main Javadocs in the bin archive? Also examples (as source ideally)? But I agree the source jar does not need to be in the bin archive, nor the test jar. > Modified: > commons/proper/fileupload/trunk/src/main/assembly/bin.xml > > Modified: commons/proper/fileupload/trunk/src/main/assembly/bin.xml > URL: > http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/src/main/assembly/bin.xml?rev=1461185&r1=1461184&r2=1461185&view=diff > ============================================================================== > --- commons/proper/fileupload/trunk/src/main/assembly/bin.xml (original) > +++ commons/proper/fileupload/trunk/src/main/assembly/bin.xml Tue Mar 26 > 15:25:20 2013 > @@ -35,7 +35,7 @@ > <directory>target</directory> > <outputDirectory>lib</outputDirectory> > <includes> > - <include>*.jar</include> > + <include>${project.build.finalName}.jar</include> > </includes> > </fileSet> > </fileSets> > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org