Skip to content

Commit

Permalink
Run maven-source-plugin attach-sources with jar-no-fork
Browse files Browse the repository at this point in the history
Preferred default by: https://maven.apache.org/plugins/maven-source-plugin/usage.html#installing-the-sources-along-with-your-artifact

and prevents reruns of your `generate sources` phase such as graphql-simple-bindings, openapi generator and wirespec
  • Loading branch information
Julius van Dis committed Jan 21, 2024
1 parent ba9ee41 commit 56e5421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
Expand Down

0 comments on commit 56e5421

Please sign in to comment.