Skip to content

Commit

Permalink
Merge pull request #191 from HubSpot/js-apidocs-targetdir
Browse files Browse the repository at this point in the history
set javadoc to output html into target/apidocs
  • Loading branch information
jaredstehler authored Oct 8, 2024
2 parents a4fdd68 + 6cd9709 commit 6ca8efd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2159,6 +2159,14 @@
</dependencies>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<outputDirectory>${project.build.directory}</outputDirectory>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
Expand Down

0 comments on commit 6ca8efd

Please sign in to comment.