On 10/19/2011 09:04 AM, Norman Maurer wrote:
We still have some project which are jdk 1.5... Do you plan to make
1.6 the default and override this on the others ?
Thanks for head up.
I thought having read some time ago that we will prerequisit jdk 1.6,
but the one (jdk1.5) or the other (jdk1.6) needs to be overwritten.
Having jdk1.6 as default will problably motivate more to move all
projects to 1.6. If you favour to have 1.5 as default jdk it can be
switched easily as nothing is released yet.
Regards
Felix
Thanks,
Norman
2011/10/19<[email protected]>:
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]