You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by fe...@apache.org on 2011/10/19 09:01:28 UTC

svn commit: r1185997 - /james/project/trunk/pom.xml

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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: svn commit: r1185997 - /james/project/trunk/pom.xml

Posted by Ioan Eugen Stan <st...@gmail.com>.
2011/10/19 Eric Charles <er...@apache.org>:
> On 19/10/11 09:12, Felix Knecht wrote:
> <snip>
>>
>> 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.
>>
>
> +1
>

+1 for jdk 1.6


-- 
Ioan Eugen Stan
http://ieugen.blogspot.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: svn commit: r1185997 - /james/project/trunk/pom.xml

Posted by Eric Charles <er...@apache.org>.
On 19/10/11 09:12, Felix Knecht wrote:
<snip>
> 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.
>

+1

> Regards
> Felix
>
>>
>> Thanks,
>> Norman
>>
>>
-- 
Eric
http://about.echarles.net

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: svn commit: r1185997 - /james/project/trunk/pom.xml

Posted by Felix Knecht <fe...@apache.org>.
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<fe...@apache.org>:
>> 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: server-dev-unsubscribe@james.apache.org
>> For additional commands, e-mail: server-dev-help@james.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
> For additional commands, e-mail: server-dev-help@james.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: svn commit: r1185997 - /james/project/trunk/pom.xml

Posted by Norman Maurer <no...@googlemail.com>.
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,
Norman


2011/10/19  <fe...@apache.org>:
> 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: server-dev-unsubscribe@james.apache.org
> For additional commands, e-mail: server-dev-help@james.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org