Skip to content

Commit

Permalink
Try fix this Maven error while releasing:
Browse files Browse the repository at this point in the history
[INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.12.1:deploy (default-deploy) on project license-maven-plugin-parent: Wagon protocol 'https' doesn't support directory copying -> [Help 1]
  • Loading branch information
mathieucarbou committed May 11, 2024
1 parent 282f313 commit 4c85b0d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,14 @@ limitations under the License.
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.12.1</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand Down

0 comments on commit 4c85b0d

Please sign in to comment.