Author: carnold
Date: Sat Jun 5 16:05:41 2010
New Revision: 951735
URL: http://svn.apache.org/viewvc?rev=951735&view=rev
Log:
Bug 49390: Avoid Doxia bug, set explicit encoding, rat check
Modified:
logging/log4j/companions/component/trunk/pom.xml
logging/log4j/companions/component/trunk/src/changes/changes.xml
Modified: logging/log4j/companions/component/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/companions/component/trunk/pom.xml?rev=951735&r1=951734&r2=951735&view=diff
==============================================================================
--- logging/log4j/companions/component/trunk/pom.xml (original)
+++ logging/log4j/companions/component/trunk/pom.xml Sat Jun 5 16:05:41 2010
@@ -88,6 +88,7 @@
<configuration>
<source>1.4</source>
<target>1.4</target>
+ <encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
@@ -183,6 +184,9 @@
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <encoding>UTF-8</encoding>
+ </configuration>
<executions>
<execution>
<goals>
@@ -240,6 +244,8 @@
<plugins>
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
+ <!-- version 2.2 runs into http://jira.codehaus.org/browse/DOXIA-215
-->
+ <version>2.1</version>
<reportSets>
<reportSet>
<reports>
@@ -264,6 +270,19 @@
</configuration>
</plugin>
<plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>rat-maven-plugin</artifactId>
+ <version>1.0-alpha-3</version>
+ <configuration>
+ <excludes>
+ <!-- empty file -->
+ <exclude>src/site/resources/css/site.css</exclude>
+ <!-- sample log file -->
+
<exclude>src/test/resources/org/apache/log4j/plugins/plugins.PluginTestCase.test1.txt</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ <plugin>
<artifactId>maven-changes-plugin</artifactId>
<reportSets>
<reportSet>
Modified: logging/log4j/companions/component/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/companions/component/trunk/src/changes/changes.xml?rev=951735&r1=951734&r2=951735&view=diff
==============================================================================
--- logging/log4j/companions/component/trunk/src/changes/changes.xml (original)
+++ logging/log4j/companions/component/trunk/src/changes/changes.xml Sat Jun 5
16:05:41 2010
@@ -21,9 +21,8 @@
</properties>
<body>
<release version="1.0" date="TBD" description="Initial release">
- <action issue="42094" type="add">
- Initial release of Component framework backported from log4j 1.3.
- </action>
+ <action issue="42094" type="add">Component framework backported from
log4j 1.3.</action>
+ <action issue="49390" type="add">component 1.0 release
preparation</action>
</release>
</body>
</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]