On 03/07/2007, at 10:42 PM, Mark Hobson wrote:

Hi there,

I'd like to add the following to the Maven POM plugin management block:

 <plugin>
   <artifactId>maven-compiler-plugin</artifactId>
   <configuration>
     <source>1.4</source>
     <target>1.4</target>
   </configuration>
 </plugin>

Makes sense.

 <plugin>
   <artifactId>maven-eclipse-plugin</artifactId>
   <configuration>
     <downloadSources>true</downloadSources>
   </configuration>
 </plugin>

Would *everyone* want that? (having to debug into libraries isn't really ideal :) It's quite time consuming to download. I wouldn't personally want it there for the idea plugin.

- Brett

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to