DATACASS-126 - Removed maven compiler plugin that is ingerited by
parent.
This commit is contained in:
11
pom.xml
11
pom.xml
@@ -230,17 +230,6 @@
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.1</version>
|
||||
<configuration>
|
||||
<source>1.6</source>
|
||||
<target>1.6</target>
|
||||
<optimize>true</optimize>
|
||||
<showDeprecation>true</showDeprecation>
|
||||
<showWarnings>true</showWarnings>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.bitstrings.maven.plugins</groupId>
|
||||
<artifactId>dependencypath-maven-plugin</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user