Skip to content

Commit

Permalink
build: update pom to enable JavaDoc build
Browse files Browse the repository at this point in the history
  • Loading branch information
RvandenHam committed Sep 6, 2023
1 parent 50ee7db commit aee0763
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>io.github.fontysvenlo.alda</groupId>
<artifactId>simpletime_api</artifactId>
<version>2.2</version>
<version>2.3</version>
<packaging>jar</packaging>
<name>ALDA Simple Time API</name>
<description>ALDA Simple Time API</description>
Expand All @@ -27,4 +27,15 @@
--add-opens simpletimeapi/simpletimeapi=ALL-UNNAMED
</surefire.opens>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<detectJavaApiLink>false</detectJavaApiLink>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit aee0763

Please sign in to comment.