Skip to content

Commit

Permalink
BUILD-6160 emptyJavadoc (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-carsique-sonarsource authored Sep 3, 2024
1 parent 4703258 commit 27d459b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 37 deletions.
18 changes: 0 additions & 18 deletions client/java-client-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,6 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>empty-javadoc-jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<classifier>javadoc</classifier>
<classesDirectory>${basedir}/javadoc</classesDirectory>
</configuration>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
Expand Down
18 changes: 0 additions & 18 deletions client/java-client-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,24 +41,6 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>empty-javadoc-jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<classifier>javadoc</classifier>
<classesDirectory>${basedir}/javadoc</classesDirectory>
</configuration>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<source>11</source>
</configuration>
Expand Down

0 comments on commit 27d459b

Please sign in to comment.