Skip to content

Commit

Permalink
Merge pull request #110 from wireapp/mvn-fix-site-plugin
Browse files Browse the repository at this point in the history
Update Maven site plugin
  • Loading branch information
spoonman01 authored Nov 8, 2024
2 parents 0a4e32e + e13c9e7 commit ba9dd95
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ jobs:
- name: Try to create package
run: |
mvn package -DskipTests
- name: Generate Javadoc
run: mvn -DskipTests site
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,16 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.7.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.0.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand Down

0 comments on commit ba9dd95

Please sign in to comment.