maven-compiler-plugin

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

---
Todd Thiessen
 

> -----Original Message-----
> From: Daniele Dellafiore [mailto:ilde...@gmail.com] 
> Sent: Wednesday, March 04, 2009 9:10 AM
> To: Maven Users List
> Subject: [maven-eclipse-plugin] Define compiler options in POM
> 
> Hi all.
> 
> Hi have this issue: every time I run mvn eclipse:eclipse the 
> .settings folder of the project is cleaned and I lose my 
> project specific compiler settings. I would like to keep them 
> or at least be able to define them in the POM.
> 
> What solution do you suggest? I have not found any on the web...
> 
> --
> Daniele Dellafiore
> http://blog.ildella.net/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to