git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/branches/REL_2@2955
ab3bd59b-922f-494d-bb5f-
6f0a3c29deca
<groupId>edu.internet2.middleware</groupId>
<artifactId>shibboleth-identityprovider</artifactId>
<groupId>edu.internet2.middleware</groupId>
<artifactId>shibboleth-identityprovider</artifactId>
- <version>2.2.0-SNAPSHOT</version>
+ <version>2.2.0</version>
<!-- We bundle as a jar here, the installer creates the WAR -->
<packaging>jar</packaging>
<!-- We bundle as a jar here, the installer creates the WAR -->
<packaging>jar</packaging>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <configuration>
- <configLocation>checkstyle.xml</configLocation>
- <outputDirectory>${project.reporting.outputDirectory}/style</outputDirectory>
- <enableRSS>false</enableRSS>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<configuration>
<outputDirectory>${project.reporting.outputDirectory}/unitTest</outputDirectory>
<artifactId>maven-surefire-report-plugin</artifactId>
<configuration>
<outputDirectory>${project.reporting.outputDirectory}/unitTest</outputDirectory>
</execution>
</executions>
</plugin>
</execution>
</executions>
</plugin>
- <!--
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <executions>
- <execution>
- <id>release-checkstyle</id>
- <phase>package</phase>
- <goals>
- <goal>checkstyle</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>