[java-parent-project] branch main updated: JPAR-223 - Convert from per-module to aggregated javadocs
Scott Cantor
cantor.2 at osu.edu
Mon Oct 16 13:25:11 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=cc71a6a56e9dc7fb1679892280ae57aaea22087f
The following commit(s) were added to refs/heads/main by this push:
new cc71a6a JPAR-223 - Convert from per-module to aggregated javadocs
cc71a6a is described below
commit cc71a6a56e9dc7fb1679892280ae57aaea22087f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Oct 16 09:24:41 2023 -0400
JPAR-223 - Convert from per-module to aggregated javadocs
https://shibboleth.atlassian.net/browse/JPAR-223
Disable javadoc in release profile.
---
pom.xml | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/pom.xml b/pom.xml
index 283492d..4653f67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -964,18 +964,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
</plugin>
- <plugin>
- <groupId>net.shibboleth.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-javadocs</id>
- <goals>
- <goal>aggregate-jar</goal>
- </goals>
- </execution>
- </executions>
- </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