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 86bb517 commit 282f313
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,9 @@ limitations under the License.
<value>true</value>
</property>
</activation>
<reporting>
<outputDirectory>docs/reports/${project.version}</outputDirectory>
</reporting>
<build>
<plugins>
<!-- Skip license plugin during release as maven release is now shallow cloned -->
Expand Down

0 comments on commit 282f313

Please sign in to comment.