Source Rebels

Source for Coding Rebels
  • Home
  • About
  • Links
Switcher

Archive

Archive for the ‘Compiler’ Category

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

November 22nd, 2009
No comments

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>

Compiler, HowTo, Java, Maven Compiler, HowTo, Java, Maven

RSS feed
  • Google
  • Youdao
  • Xian Guo
  • Zhua Xia
  • My Yahoo!
  • newsgator
  • Bloglines
  • iNezha

Random Posts

  • Simple Javascript call from Java / Llamada simple a Javascript desde Java
  • My top recomentations for new programmers
  • Debian/Java. Parte III: Instalando algunas utilidades
  • Debian/Java. Parte I: Personalización del entorno
  • Apache Maven. Compiler JVM Compliance level / Compilador Nivel de especificación JVM

Tag Cloud

Apple Artículos Best-Practices Code Compiler Database Design Patterns Eclipse Git GNU HowTo Java Javascript Linux Maven MySQL Scripting Spring Spring MVC Tools Unix UrlRewriteFilter VCS WTF XML Schema

Categories

  • Apple
  • Artículos
  • Best-Practices
  • Code
  • Compiler
  • Design Patterns
  • Eclipse
  • HowTo
  • Java
  • Javascript
  • Linux
  • Maven
  • Scripting
  • Spring
  • Spring MVC
  • Tools
  • VCS
  • WTF
  • XML Schema

Archives

  • February 2010
  • December 2009
  • November 2009
  • October 2009
  • January 2009

Meta

  • Log in
Top WordPress
Copyright © 2009-2010 Source Rebels
Theme by mg12. Valid XHTML 1.1 and CSS 3.