Skip to content

Commit

Permalink
POMs: revert of maven-deploy-plugin to 2.8.2
Browse files Browse the repository at this point in the history
It seems 3.0.0-M1 may be responsible for failure of "javadoc" module
build during "deploy" phase.
  • Loading branch information
virgo47 committed Apr 29, 2020
1 parent 35d58bb commit 89e8f06
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Expand Up @@ -1830,7 +1830,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0-M1</version>
<version>2.8.2</version>
<!--
With 3.0.0-M1 javadoc module fails with:
The packaging plugin for this project did not assign a main file to the project but it has attachments. Change packaging to 'pom'.
-->
<!--<version>3.0.0-M1</version>-->
<configuration>
<deployAtEnd>true</deployAtEnd>
</configuration>
Expand Down

0 comments on commit 89e8f06

Please sign in to comment.