Estos son mis principios. Si a usted no le gustan, tengo otros

Apache Maven. Compiler JVM Compliance level / Compilador Nivel de especificación JVM

Posted: November 22nd, 2009 | Author: Edu | Filed under: Compiler, Java, Maven | Tags: , , | No Comments »
VN:F [1.9.3_1094]
Rating: 0.0/5 (0 votes cast)

At your pom.xml / En tu fichero pom.xml:

<plugin>
	<groupId>org.apache.maven.plugins</groupId>
	<artifactId>maven-compiler-plugin</artifactId>
	<configuration>
		<source>1.6</source>
		<target>1.6</target>
	</configuration>
</plugin>
VN:F [1.9.3_1094]
Rating: 0.0/5 (0 votes cast)


Leave a Reply

  • Powered by WP Hashcash