In Maven 1.0 you put this in your project.properties:

maven.compile.source=1.5
maven.compile.target=1.5
maven.test.source=1.5
maven.javadoc.source=1.5

 I don't know if this has changed for 2.0

 Graham.


Nathaniel Stoddard wrote:
Another newbie question for you guys (big thanks by the way!):

How do I set up Maven so it will compile with a target and source of
1.5.  I know how to do this in Ant, and I can see the properties for
the "compiler:compiler" plugin, but I don't really understand where I
should set them.  I'm using Maven 2.0.

---------------------------------------------------------------------
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]

Reply via email to