[java-parent-project] branch master updated: Remove javadoc generation from the release profile.
Phil Smart
philip.smart at jisc.ac.uk
Fri Apr 24 12:07:20 EDT 2020
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch master
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=ca8f99f835519f4879b8d38a25e39cacfa3fb775
The following commit(s) were added to refs/heads/master by this push:
new ca8f99f Remove javadoc generation from the release profile.
ca8f99f is described below
commit ca8f99f835519f4879b8d38a25e39cacfa3fb775
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Apr 24 17:06:14 2020 +0100
Remove javadoc generation from the release profile.
related to: https://issues.shibboleth.net/jira/browse/JPAR-164
---
pom.xml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 7eb2d61..b7584e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1037,7 +1037,11 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
</plugin>
- <plugin>
+ <!--
+
+ Removed temporarily while JPAR-164 is being worked on.
+
+ <plugin>
<groupId>net.shibboleth.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
@@ -1049,7 +1053,7 @@
</goals>
</execution>
</executions>
- </plugin>
+ </plugin> -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list