Skip to content

Instantly share code, notes, and snippets.

@zznate
Created May 17, 2010 18:12
Show Gist options
  • Save zznate/404044 to your computer and use it in GitHub Desktop.
Save zznate/404044 to your computer and use it in GitHub Desktop.
diff --git a/pom.xml b/pom.xml
index 4a2d807..0e9517e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,6 +10,22 @@
<build>
<finalName>cassandra-webconsole</finalName>
+ <plugins>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ <optimize>true</optimize>
+ <debug>true</debug>
+ <showDeprecation>true</showDeprecation>
+ <showWarnings>true</showWarnings>
+ </configuration>
+ </plugin>
+
+ </plugins>
</build>
<dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment