Skip to content

Commit

Permalink
Add the url for the project and use the javadoc:aggregate goal for cr…
Browse files Browse the repository at this point in the history
…eating JavaDoc's.

Signed-off-by: James R. Perkins <jperkins@redhat.com>
  • Loading branch information
jamezp committed Nov 21, 2024
1 parent 2f6b7a0 commit 36e7803
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-javadocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cache: 'maven'
distribution: 'temurin'
- name: Generate JavaDoc
run: mvn -B -ntp clean -Pjboss-release javadoc:javadoc
run: mvn -B -ntp clean -Pjboss-release javadoc:aggregate
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<developerConnection>scm:git:${wildfly.launcher.scm.connection}</developerConnection>
<url>${wildfly.launcher.scm.url}</url>
</scm>
<url>https://wildfly.org</url>

<properties>
<wildfly.launcher.scm.connection>git@github.com:wildfly/wildfly-launcher.git</wildfly.launcher.scm.connection>
Expand Down Expand Up @@ -238,6 +239,12 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<source>${maven.compiler.release}</source>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
Expand Down

0 comments on commit 36e7803

Please sign in to comment.