|
@@ -60,22 +60,15 @@
|
60
|
60
|
<encoding>UTF8</encoding>
|
61
|
61
|
</configuration>
|
62
|
62
|
</plugin>
|
|
63
|
+ <plugin>
|
|
64
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
65
|
+ <artifactId>maven-surefire-plugin</artifactId>
|
|
66
|
+ <version>2.19.1</version>
|
|
67
|
+ <configuration>
|
|
68
|
+ <skip>true</skip>
|
|
69
|
+ </configuration>
|
|
70
|
+ </plugin>
|
63
|
71
|
</plugins>
|
64
|
72
|
</build>
|
65
|
73
|
|
66
|
|
- <profiles>
|
67
|
|
- <profile>
|
68
|
|
- <id>jdk-1.6</id>
|
69
|
|
- <activation>
|
70
|
|
- <activeByDefault>true</activeByDefault>
|
71
|
|
- <jdk>1.6</jdk>
|
72
|
|
- </activation>
|
73
|
|
- <properties>
|
74
|
|
- <maven.compiler.source>1.6</maven.compiler.source>
|
75
|
|
- <maven.compiler.target>1.6</maven.compiler.target>
|
76
|
|
- <maven.compiler.compilerVersion>1.6</maven.compiler.compilerVersion>
|
77
|
|
- </properties>
|
78
|
|
- </profile>
|
79
|
|
- </profiles>
|
80
|
|
-
|
81
|
74
|
</project>
|