Skip to content

Commit

Permalink
Fix maven-source-plugin configuration for release
Browse files Browse the repository at this point in the history
Else, an error reporting the plugin is run twice is shown.

Fixes asciidoctor#644
  • Loading branch information
abelsromero committed May 28, 2023
1 parent 007d3e5 commit dac8f35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Improvements::
* Reimplement resource copy using 'plexus.util.DirectorScanner' instead of 'maven-filtering' to reduce dependencies and build time (#597)
* Set minimal Maven version to v3.8.5 (#629)

Build / Infrastructure::

* Fix maven-source-plugin configuration for releases (#644)

Documentation::

* Add v3.x.x migration guide (#598)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
Expand Down

0 comments on commit dac8f35

Please sign in to comment.