Skip to content

Commit

Permalink
Fix build with maven-source-plugin
Browse files Browse the repository at this point in the history
Refs #3369
  • Loading branch information
joschi committed May 24, 2023
1 parent 96a8d8e commit b9464a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -218,7 +218,7 @@
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
Expand Down

0 comments on commit b9464a2

Please sign in to comment.