[java-parent-project] branch main updated: JPAR-223 - Convert from per-module to aggregated javadocs

Scott Cantor cantor.2 at osu.edu
Fri Oct 6 18:41:05 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=031c9aeba45d86cabe21fc12058fb958d9fe7356

The following commit(s) were added to refs/heads/main by this push:
     new 031c9ae  JPAR-223 - Convert from per-module to aggregated javadocs
031c9ae is described below

commit 031c9aeba45d86cabe21fc12058fb958d9fe7356
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Oct 6 14:39:58 2023 -0400

    JPAR-223 - Convert from per-module to aggregated javadocs
    
    Adjust release profile to build aggregate javadoc.
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6ca5e26..283492d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -971,8 +971,7 @@
                             <execution>
                                 <id>attach-javadocs</id>
                                 <goals>
-                                    <goal>jar</goal>
-                                    <goal>test-jar</goal>
+                                    <goal>aggregate-jar</goal>
                                 </goals>
                             </execution>
                         </executions>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list