Skip to content

Commit

Permalink
adobeGH-59 attempt to fix the mvn release process launching the javad…
Browse files Browse the repository at this point in the history
…oc plugin
  • Loading branch information
francoisledroff committed Mar 21, 2022
1 parent 4cae89b commit 554103c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions aem/lib_osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,15 @@

<build>
<plugins>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<arguments>-Dmaven.javadoc.skip=true</arguments>
</configuration>
</plugin>

<plugin>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
Expand Down

0 comments on commit 554103c

Please sign in to comment.