[java-parent-project] branch maint-11 updated: JPAR-223 - Convert from per-module to aggregated javadocs
Scott Cantor
cantor.2 at osu.edu
Mon Oct 16 13:26:37 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-11
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=62c1ae9ded74f10841487da0837ae6e8656150fd
The following commit(s) were added to refs/heads/maint-11 by this push:
new 62c1ae9 JPAR-223 - Convert from per-module to aggregated javadocs
62c1ae9 is described below
commit 62c1ae9ded74f10841487da0837ae6e8656150fd
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Oct 16 09:26:04 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 | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/pom.xml b/pom.xml
index e3cdf77..9949f26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1014,19 +1014,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>jar</goal>
- <goal>test-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