This is an automated email from the ASF dual-hosted git repository. rfscholte pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-jarsigner-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 26e5c49 Fix Javadoc warning Upgrade maven-jxr-plugin to 3.0.0 for improved reports 26e5c49 is described below commit 26e5c49a35531d530b58d222d561112f68ee5bf7 Author: rfscholte <rfscho...@apache.org> AuthorDate: Fri Oct 26 12:09:44 2018 +0200 Fix Javadoc warning Upgrade maven-jxr-plugin to 3.0.0 for improved reports --- pom.xml | 5 +++++ .../org/apache/maven/plugins/jarsigner/AbstractJarsignerMojo.java | 1 + 2 files changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 0ae810a..ba6b27b 100644 --- a/pom.xml +++ b/pom.xml @@ -136,6 +136,11 @@ under the License. </excludes> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jxr-plugin</artifactId> + <version>3.0.0</version> + </plugin> </plugins> </pluginManagement> </build> diff --git a/src/main/java/org/apache/maven/plugins/jarsigner/AbstractJarsignerMojo.java b/src/main/java/org/apache/maven/plugins/jarsigner/AbstractJarsignerMojo.java index 5c6a4c1..69581d0 100644 --- a/src/main/java/org/apache/maven/plugins/jarsigner/AbstractJarsignerMojo.java +++ b/src/main/java/org/apache/maven/plugins/jarsigner/AbstractJarsignerMojo.java @@ -370,6 +370,7 @@ public abstract class AbstractJarsignerMojo * * @param archive the archive file to treat by jarsigner * @return the request + * @throws MojoExecutionException if an exception occurs * @since 1.3 */ protected abstract JarSignerRequest createRequest( File archive )