deb-maven-plugin from SVN did not compile (needed Java 5 source)
----------------------------------------------------------------
Key: MOJO-875
URL: http://jira.codehaus.org/browse/MOJO-875
Project: Mojo
Issue Type: Improvement
Components: deb
Environment: Java 1.6, Debian Etch/2.6.21
Reporter: Torstein Krause Johansen
Checking out deb-maven-plugin from SVN did not compile. Adding this to the
project pom resolved the issues:
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
<showDeprecation>true</showDeprecation>
</configuration>
</plugin>
</plugins>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email