|
@@ -20,18 +20,6 @@
|
|
|
</properties>
|
|
|
|
|
|
<profiles>
|
|
|
- <profile>
|
|
|
- <id>skip-tests</id>
|
|
|
- <properties>
|
|
|
- <skipTests>true</skipTests>
|
|
|
- </properties>
|
|
|
- </profile>
|
|
|
- <profile>
|
|
|
- <id>skip-javadoc</id>
|
|
|
- <properties>
|
|
|
- <maven.javadoc.skip>true</maven.javadoc.skip>
|
|
|
- </properties>
|
|
|
- </profile>
|
|
|
<profile>
|
|
|
<!-- Builds a zip file containing the built war file, along with the supplemental directory -->
|
|
|
<id>release</id>
|
|
@@ -98,70 +86,6 @@
|
|
|
</plugin>
|
|
|
-->
|
|
|
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-surefire-plugin</artifactId>
|
|
|
- <version>2.19.1</version>
|
|
|
- <configuration>
|
|
|
- <skipTests>${skipTests}</skipTests>
|
|
|
- <excludes>
|
|
|
- <exclude>password.pwm.manual.*</exclude>
|
|
|
- </excludes>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-source-plugin</artifactId>
|
|
|
- <version>3.0.1</version>
|
|
|
- <configuration>
|
|
|
- <includePom>true</includePom>
|
|
|
- <archive>
|
|
|
- <manifestEntries>
|
|
|
- <Implementation-Archive-Name>pwm.source</Implementation-Archive-Name>
|
|
|
- <Implementation-Title>${project.name}</Implementation-Title>
|
|
|
- <Implementation-Version>${project.version}</Implementation-Version>
|
|
|
- <Implementation-Vendor>${project.organization.name}</Implementation-Vendor>
|
|
|
- <Implementation-URL>${project.organization.url}</Implementation-URL>
|
|
|
- <Implementation-Build-Java-Vendor>${java.vendor}</Implementation-Build-Java-Vendor>
|
|
|
- <Implementation-Build-Java-Version>${java.version}</Implementation-Build-Java-Version>
|
|
|
- <Implementation-Build>${build.number}</Implementation-Build>
|
|
|
- <Implementation-Build-Timestamp>${timestamp.iso}</Implementation-Build-Timestamp>
|
|
|
- <Implementation-Revision>${build.revision}</Implementation-Revision>
|
|
|
- <Implementation-Version-Display>v${project.version} b${build.number} r${build.revision}</Implementation-Version-Display>
|
|
|
- </manifestEntries>
|
|
|
- </archive>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-javadoc-plugin</artifactId>
|
|
|
- <version>3.0.1</version>
|
|
|
- <executions>
|
|
|
- <execution>
|
|
|
- <goals>
|
|
|
- <goal>jar</goal>
|
|
|
- </goals>
|
|
|
- <configuration>
|
|
|
- <additionalOptions>-Xdoclint:none</additionalOptions>
|
|
|
- <archive>
|
|
|
- <manifestEntries>
|
|
|
- <Implementation-Archive-Name>pwm.javadoc</Implementation-Archive-Name>
|
|
|
- <Implementation-Title>${project.name}</Implementation-Title>
|
|
|
- <Implementation-Version>${project.version}</Implementation-Version>
|
|
|
- <Implementation-Vendor>${project.organization.name}</Implementation-Vendor>
|
|
|
- <Implementation-URL>${project.organization.url}</Implementation-URL>
|
|
|
- <Implementation-Build-Java-Vendor>${java.vendor}</Implementation-Build-Java-Vendor>
|
|
|
- <Implementation-Build-Java-Version>${java.version}</Implementation-Build-Java-Version>
|
|
|
- <Implementation-Build>${build.number}</Implementation-Build>
|
|
|
- <Implementation-Build-Timestamp>${timestamp.iso}</Implementation-Build-Timestamp>
|
|
|
- <Implementation-Revision>${build.revision}</Implementation-Revision>
|
|
|
- <Implementation-Version-Display>v${project.version} b${build.number} r${build.revision}</Implementation-Version-Display>
|
|
|
- </manifestEntries>
|
|
|
- </archive>
|
|
|
- </configuration>
|
|
|
- </execution>
|
|
|
- </executions>
|
|
|
- </plugin>
|
|
|
<plugin>
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
|
<version>2.7</version>
|
|
@@ -349,7 +273,6 @@
|
|
|
</execution>
|
|
|
</executions>
|
|
|
</plugin>
|
|
|
-
|
|
|
</plugins>
|
|
|
</build>
|
|
|
|
|
@@ -358,7 +281,7 @@
|
|
|
<plugin> <!-- checks owsp vulnerability database -->
|
|
|
<groupId>org.owasp</groupId>
|
|
|
<artifactId>dependency-check-maven</artifactId>
|
|
|
- <version>3.1.2</version>
|
|
|
+ <version>3.3.1</version>
|
|
|
<reportSets>
|
|
|
<reportSet>
|
|
|
<reports>
|