Author: felixk
Date: Wed Oct 19 07:01:27 2011
New Revision: 1185997

URL: http://svn.apache.org/viewvc?rev=1185997&view=rev
Log:
- Target JDK is 1-6
- No need to generate test-javadocs for site generation, only javadocs are 
needed to make them available from the site

Modified:
    james/project/trunk/pom.xml

Modified: james/project/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/project/trunk/pom.xml?rev=1185997&r1=1185996&r2=1185997&view=diff
==============================================================================
--- james/project/trunk/pom.xml (original)
+++ james/project/trunk/pom.xml Wed Oct 19 07:01:27 2011
@@ -314,7 +314,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <target.jdk>1.5</target.jdk>
+        <target.jdk>1.6</target.jdk>
         <james-skin.version>1.7</james-skin.version>
         
<maven-site-plugin.siteDirectory>${basedir}/src/site</maven-site-plugin.siteDirectory>
         
<maven-site-plugin.generateReports>false</maven-site-plugin.generateReports>
@@ -753,7 +753,6 @@
                         <phase>pre-site</phase>
                         <goals>
                             <goal>aggregate</goal>
-                            <goal>test-aggregate</goal>
                         </goals>
                         <configuration>
                             <minmemory>256m</minmemory>



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

Reply via email to