[java-parent-project] branch maint-11 updated: Remove reporting section from javadoc plugin.
Scott Cantor
cantor.2 at osu.edu
Thu Mar 14 15:30:13 UTC 2024
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=9655fa609bf2d9f244403929156016a19edeca18
The following commit(s) were added to refs/heads/maint-11 by this push:
new 9655fa6 Remove reporting section from javadoc plugin.
9655fa6 is described below
commit 9655fa609bf2d9f244403929156016a19edeca18
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Mar 14 11:30:09 2024 -0400
Remove reporting section from javadoc plugin.
---
pom.xml | 51 ---------------------------------------------------
1 file changed, 51 deletions(-)
diff --git a/pom.xml b/pom.xml
index cb48c7e..3d6f756 100644
--- a/pom.xml
+++ b/pom.xml
@@ -935,57 +935,6 @@
</tag>
</tags>
</configuration>
- <reportSets>
- <reportSet>
- <id>aggregate</id>
- <reports>
- <report>aggregate</report>
- <report>test-aggregate</report>
- </reports>
- </reportSet>
- <reportSet>
- <id>non-aggregate</id>
- <reports>
- <report>javadoc-no-fork</report>
- <report>test-javadoc-no-fork</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jxr-plugin</artifactId>
- <version>${maven-jxr-plugin.version}</version>
- <configuration>
- <aggregate>true</aggregate>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-project-info-reports-plugin</artifactId>
- <version>${maven-project-info-reports-plugin.version}</version>
- <configuration>
- <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
- <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
- </configuration>
- <reportSets>
- <reportSet>
- <reports>
- <report>index</report>
- <report>licenses</report>
- <report>distribution-management</report>
- <report>mailing-lists</report>
- <report>issue-management</report>
- <report>scm</report>
- <report>ci-management</report>
- <report>team</report>
- <report>dependencies</report>
- <report>dependency-management</report>
- <report>plugins</report>
- <report>plugin-management</report>
- </reports>
- </reportSet>
- </reportSets>
</plugin>
</plugins>
</reporting>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list