Author: bago
Date: Thu Aug 14 04:50:50 2008
New Revision: 685865
URL: http://svn.apache.org/viewvc?rev=685865&view=rev
Log:
Make sure the source distribution includes NOTICE.txt and LICENSE.txt from the
source tree instead of the tuple generated by maven remote resource plugin.
(Same approach as for jSieve: NOTICE.txt/LICENSE.txt from the src tree used
only in the src.zip, other artifacts using maven generated files).
Modified:
james/mime4j/trunk/src/assemble/src.xml
Modified: james/mime4j/trunk/src/assemble/src.xml
URL:
http://svn.apache.org/viewvc/james/mime4j/trunk/src/assemble/src.xml?rev=685865&r1=685864&r2=685865&view=diff
==============================================================================
--- james/mime4j/trunk/src/assemble/src.xml (original)
+++ james/mime4j/trunk/src/assemble/src.xml Thu Aug 14 04:50:50 2008
@@ -35,18 +35,8 @@
<exclude>.*</exclude>
<exclude>.*/**</exclude>
<exclude>**.bak</exclude>
- <exclude>NOTICE</exclude>
- <exclude>LICENSE</exclude>
</excludes>
<useDefaultExcludes>true</useDefaultExcludes>
</fileSet>
- <fileSet>
- <directory>target/maven-shared-archive-resources/META-INF/</directory>
- <outputDirectory>/</outputDirectory>
- <includes>
- <include>NOTICE</include>
- <include>LICENSE</include>
- </includes>
- </fileSet>
</fileSets>
</assembly>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]