Author: carnold
Date: Sat Jun 19 23:50:05 2010
New Revision: 956311
URL: http://svn.apache.org/viewvc?rev=956311&view=rev
Log:
Bug 49078: javadoc.jar was missing NOTICE and LICENSE
Modified:
logging/log4j/companions/receivers/trunk/pom.xml
logging/log4j/companions/receivers/trunk/src/changes/changes.xml
Modified: logging/log4j/companions/receivers/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/companions/receivers/trunk/pom.xml?rev=956311&r1=956310&r2=956311&view=diff
==============================================================================
--- logging/log4j/companions/receivers/trunk/pom.xml (original)
+++ logging/log4j/companions/receivers/trunk/pom.xml Sat Jun 19 23:50:05 2010
@@ -159,6 +159,23 @@
<goal>run</goal>
</goals>
</execution>
+ <execution>
+ <id>javadoc.resources</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <copy todir="${project.build.directory}/apidocs/META-INF">
+ <fileset dir="${basedir}">
+ <include name="LICENSE" />
+ <include name="NOTICE" />
+ </fileset>
+ </copy>
+ </tasks>
+ </configuration>
+ </execution>
</executions>
<dependencies>
<dependency>
@@ -199,6 +216,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<encoding>UTF-8</encoding>
+ <docEncoding>UTF-8</docEncoding>
</configuration>
<executions>
<execution>
Modified: logging/log4j/companions/receivers/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/companions/receivers/trunk/src/changes/changes.xml?rev=956311&r1=956310&r2=956311&view=diff
==============================================================================
--- logging/log4j/companions/receivers/trunk/src/changes/changes.xml (original)
+++ logging/log4j/companions/receivers/trunk/src/changes/changes.xml Sat Jun 19
23:50:05 2010
@@ -25,6 +25,7 @@
Initial release of receivers companion backported from log4j 1.3.
</action>
<action issue="42171" type="fix">SocketHubReceiver duplicates
messages</action>
+ <action issue="49078" action="fix">javadoc.jar was missing NOTICE and
LICENSE.</action>
</release>
</body>
</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]