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 bcbbc84 commit d5bd72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -258,7 +258,7 @@
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
Expand Down

0 comments on commit d5bd72a

Please sign in to comment.