Skip to content

Commit

Permalink
Bump java11-oss parent and tidy javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-bygrave committed Oct 31, 2024
1 parent 9f5a77f commit eb05be2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
20 changes: 0 additions & 20 deletions ebean-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,26 +235,6 @@
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<doctitle>Ebean 14</doctitle>
<overview>src/main/java/io/ebean/overview.html</overview>
<excludePackageNames>io.ebeaninternal.*:io.ebeanservice:io.ebean.common:io.ebean.bean:io.ebean.service:io.ebean.metric:io.ebean.util:io.ebean.config.properties:io.ebean.config.dbplatform</excludePackageNames>
<linksource>true</linksource>
<overview>src/main/java/com/avaje/ebean/overview.html</overview>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>

</plugins>

</build>
Expand Down
16 changes: 1 addition & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.avaje</groupId>
<artifactId>java11-oss</artifactId>
<version>4.3</version>
<version>4.5</version>
</parent>

<groupId>io.ebean</groupId>
Expand Down Expand Up @@ -103,20 +103,6 @@
<module>ebean-spring-txn</module>
</modules>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin.version}</version>
<configuration>
<additionalOptions>-Xdoclint:none</additionalOptions>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
<profiles>
<profile>
<id>central</id>
Expand Down

0 comments on commit eb05be2

Please sign in to comment.