changed config on javadoc so it does not fail with jdk8

Former-commit-id: 6300a8fd8bf2c6314f5a963fb10fd85cf3e59ac8
This commit is contained in:
Jeremy Long
2015-04-05 12:54:36 -04:00
parent 587bf131db
commit 64aad66adc
6 changed files with 9 additions and 11 deletions

View File

@@ -293,6 +293,7 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved.
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<configuration>
<failOnError>false</failOnError>
<bottom>Copyright© 2012-15 Jeremy Long. All Rights Reserved.</bottom>
</configuration>
<reportSets>

View File

@@ -197,6 +197,7 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved.
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<configuration>
<failOnError>false</failOnError>
<bottom>Copyright© 2012-15 Jeremy Long. All Rights Reserved.</bottom>
</configuration>
<reportSets>

View File

@@ -224,6 +224,7 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<configuration>
<failOnError>false</failOnError>
<bottom>Copyright© 2012-15 Jeremy Long. All Rights Reserved.</bottom>
</configuration>
<reportSets>

View File

@@ -140,6 +140,7 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<configuration>
<failOnError>false</failOnError>
<bottom>Copyright© 2012-15 Jeremy Long. All Rights Reserved.</bottom>
</configuration>
<reportSets>

View File

@@ -106,6 +106,7 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved.
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<configuration>
<failOnError>false</failOnError>
<bottom>Copyright© 2012-15 Jeremy Long. All Rights Reserved.</bottom>
</configuration>
<reportSets>

15
pom.xml
View File

@@ -46,21 +46,17 @@ Copyright (c) 2012 - Jeremy Long
<name>Jeremy Long</name>
<email>jeremy.long@owasp.org</email>
<organization>OWASP</organization>
<organizationUrl>https://www.owasp.org/index.php/OWASP_Dependency_Check</organizationUrl>
<organizationUrl>https://www.owasp.org/</organizationUrl>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
<properties>
<picUrl>https://plus.google.com/s2/photos/profile/108968019311857145023</picUrl>
<twitter>@ctxt</twitter>
</properties>
</developer>
<developer>
<name>Steve Springett</name>
<email>Steve.Springett@owasp.org</email>
<organization>OWASP</organization>
<organizationUrl>https://www.owasp.org/index.php/OWASP_Dependency_Check</organizationUrl>
<organizationUrl>https://www.owasp.org/</organizationUrl>
<roles>
<role>developer</role>
</roles>
@@ -69,13 +65,10 @@ Copyright (c) 2012 - Jeremy Long
<name>Will Stranathan</name>
<email>Will.Stranathan@owasp.org</email>
<organization>OWASP</organization>
<organizationUrl>https://www.owasp.org/index.php/OWASP_Dependency_Check</organizationUrl>
<organizationUrl>https://www.owasp.org/</organizationUrl>
<roles>
<role>developer</role>
</roles>
<properties>
<twitter>@willathome</twitter>
</properties>
</developer>
</developers>
<contributors>
@@ -387,7 +380,7 @@ Copyright (c) 2012 - Jeremy Long
<dependency>
<groupId>org.jmockit</groupId>
<artifactId>jmockit</artifactId>
<version>1.15</version>
<version>1.16</version>
<scope>test</scope>
</dependency>
</dependencies>