|
|
|
@ -60,22 +60,15 @@ |
|
|
|
|
<encoding>UTF8</encoding> |
|
|
|
|
</configuration> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId> |
|
|
|
|
<version>2.19.1</version> |
|
|
|
|
<configuration> |
|
|
|
|
<skip>true</skip> |
|
|
|
|
</configuration> |
|
|
|
|
</plugin> |
|
|
|
|
</plugins> |
|
|
|
|
</build> |
|
|
|
|
|
|
|
|
|
<profiles> |
|
|
|
|
<profile> |
|
|
|
|
<id>jdk-1.6</id> |
|
|
|
|
<activation> |
|
|
|
|
<activeByDefault>true</activeByDefault> |
|
|
|
|
<jdk>1.6</jdk> |
|
|
|
|
</activation> |
|
|
|
|
<properties> |
|
|
|
|
<maven.compiler.source>1.6</maven.compiler.source> |
|
|
|
|
<maven.compiler.target>1.6</maven.compiler.target> |
|
|
|
|
<maven.compiler.compilerVersion>1.6</maven.compiler.compilerVersion> |
|
|
|
|
</properties> |
|
|
|
|
</profile> |
|
|
|
|
</profiles> |
|
|
|
|
|
|
|
|
|
</project> |