Author: norman
Date: Fri Feb 25 07:53:47 2011
New Revision: 1074427
URL: http://svn.apache.org/viewvc?rev=1074427&view=rev
Log:
Fix type in plugin config. Thanks to Felix Knecht for the fix
Modified:
james/postage/trunk/pom.xml
Modified: james/postage/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/postage/trunk/pom.xml?rev=1074427&r1=1074426&r2=1074427&view=diff
==============================================================================
--- james/postage/trunk/pom.xml (original)
+++ james/postage/trunk/pom.xml Fri Feb 25 07:53:47 2011
@@ -477,7 +477,7 @@
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
<configuration>
- <targetjdk>1.5</targetjdk>
+ <targetJdk>1.5</targetJdk>
<rulesets>
<ruleset>/rulesets/basic.xml</ruleset>
<ruleset>/rulesets/controversial.xml</ruleset>
@@ -494,4 +494,4 @@
</plugins>
</reporting>
-</project>
\ No newline at end of file
+</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]