|
@@ -42,25 +42,6 @@
|
|
|
|
|
|
|
|
<build>
|
|
<build>
|
|
|
<plugins>
|
|
<plugins>
|
|
|
- <plugin>
|
|
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
- <artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
- <configuration>
|
|
|
|
|
- <source>${maven.compiler.source}</source>
|
|
|
|
|
- <target>${maven.compiler.target}</target>
|
|
|
|
|
- <compilerArgs>
|
|
|
|
|
- <argument>-Xlint:unchecked</argument>
|
|
|
|
|
- <argument>-parameters</argument>
|
|
|
|
|
- </compilerArgs>
|
|
|
|
|
- </configuration>
|
|
|
|
|
- </plugin>
|
|
|
|
|
- <plugin>
|
|
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
- <artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
|
- <configuration>
|
|
|
|
|
- <excludedGroups>net.ranides.assira.junit.JCategories$Slow,net.ranides.assira.junit.JCategories$UnstableTest</excludedGroups>
|
|
|
|
|
- </configuration>
|
|
|
|
|
- </plugin>
|
|
|
|
|
<plugin>
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
<artifactId>maven-jar-plugin</artifactId>
|