Project build taking longer time when using JDK 1.6 instead of 1.5
------------------------------------------------------------------

                 Key: MCOMPILER-163
                 URL: https://jira.codehaus.org/browse/MCOMPILER-163
             Project: Maven 2.x Compiler Plugin
          Issue Type: Wish
         Environment: Windows XP
            Reporter: Abhishek Kulkarni


Hello,
    While using JDK SE 1.5, I was using 2.0.1 Maven compiler plugin. My pom 
looked like this:

        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-compiler-plugin</artifactId>
          <version>2.0.1</version>
          <configuration>
            <source>1.5</source>
            <target>1.5</target>
          </configuration>
        </plugin>

After I started using JDK SE 1.6, I see my build time has started taking a very 
long time. When on JDK 1.5, it used to take around 25 mins, it now  takes upto 
an hour. In general, I see that that the "Compiling...." step just gets hung 
for around 10 secs for each prject or a test suite.

If I should be upgrading the plugin, what version should I be using now? I have 
tried a few performance tuning ideas from other links, but they too didn't help.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to