Author: felixk
Date: Tue Aug  9 19:40:23 2011
New Revision: 1155515

URL: http://svn.apache.org/viewvc?rev=1155515&view=rev
Log:
- Use target.jdk where usefull
- Define version of dashboard-maven-plugin (makes maven3 happier)

Modified:
    james/hupa/trunk/pom.xml

Modified: james/hupa/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/hupa/trunk/pom.xml?rev=1155515&r1=1155514&r2=1155515&view=diff
==============================================================================
--- james/hupa/trunk/pom.xml (original)
+++ james/hupa/trunk/pom.xml Tue Aug  9 19:40:23 2011
@@ -105,6 +105,7 @@
     <properties>
         <gwtVersion>2.3.0</gwtVersion>
         <gwtMavenVersion>2.3.0</gwtMavenVersion>
+        <target.jdk>1.6</target.jdk>
     </properties>
 
     <build>
@@ -130,7 +131,7 @@
                     <artifactId>maven-pmd-plugin</artifactId>
                     <version>2.5</version>
                     <configuration>
-                        <targetJdk>1.6</targetJdk>
+                        <targetJdk>${target.jdk}</targetJdk>
                         <rulesets>
                             <ruleset>/rulesets/basic.xml</ruleset>
                             <ruleset>/rulesets/controversial.xml</ruleset>
@@ -166,8 +167,8 @@
                     <artifactId>maven-compiler-plugin</artifactId>
                     <version>2.3.2</version>
                     <configuration>
-                        <source>1.6</source>
-                        <target>1.6</target>
+                        <source>${target.jdk}</source>
+                        <target>${target.jdk}</target>
                         <encoding>iso8859-1</encoding>
                     </configuration>
                 </plugin>
@@ -217,6 +218,11 @@
                 </plugin>
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>dashboard-maven-plugin</artifactId>
+                    <version>1.0.0-beta-1</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
                     <artifactId>cobertura-maven-plugin</artifactId>
                     <version>2.5.1</version>
                 </plugin>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to