We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b0d146 commit 8a87da3Copy full SHA for 8a87da3
1 file changed
pom.xml
@@ -92,14 +92,12 @@
92
<plugin>
93
<groupId>org.apache.maven.plugins</groupId>
94
<artifactId>maven-source-plugin</artifactId>
95
- <configuration>
96
- <outputDirectory>${project.dist.directory}</outputDirectory>
97
- </configuration>
+ <version>2.2.1</version>
98
<executions>
99
<execution>
100
<id>attach-sources</id>
101
<goals>
102
- <goal>jar</goal>
+ <goal>jar-no-fork</goal>
103
</goals>
104
</execution>
105
</executions>
0 commit comments