Skip to content

Commit 2a7fda9

Browse files
authored
Run maven-source-plugin on jar-no-fork (#176)
*Issue #, if available:* *Description of changes:* Matches v2 [here](https://github.com/aws/aws-secretsmanager-caching-java/blob/v2/pom.xml#L89) https://maven.apache.org/plugins/maven-source-plugin/jar-no-fork-mojo.html By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 49b9d1a commit 2a7fda9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<execution>
8686
<id>attach-sources</id>
8787
<goals>
88-
<goal>jar</goal>
88+
<goal>jar-no-fork</goal>
8989
</goals>
9090
</execution>
9191
</executions>

0 commit comments

Comments
 (0)