Skip to content

Commit

Permalink
JBTM-1517 removed compiler customization
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjenkinson committed Mar 7, 2013
1 parent d213dae commit e129efb
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions fileio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,6 @@
</execution>
</executions>
</plugin>
<!-- Compiler settings -->
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<inherited>true</inherited>
<configuration>
<source>1.5</source>
<target>1.5</target>
<showDeprecation>false</showDeprecation>
<showWarnings>true</showWarnings>
<optimize>true</optimize>
<compilerVersion>1.5</compilerVersion>
<fork>true</fork>
<executable>${JAVA_HOME}/bin/javac</executable>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
Expand Down

0 comments on commit e129efb

Please sign in to comment.