Skip to content

Commit 8a87da3

Browse files
committed
Fixes Maven Source Plugin issues
1 parent 1b0d146 commit 8a87da3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,12 @@
9292
<plugin>
9393
<groupId>org.apache.maven.plugins</groupId>
9494
<artifactId>maven-source-plugin</artifactId>
95-
<configuration>
96-
<outputDirectory>${project.dist.directory}</outputDirectory>
97-
</configuration>
95+
<version>2.2.1</version>
9896
<executions>
9997
<execution>
10098
<id>attach-sources</id>
10199
<goals>
102-
<goal>jar</goal>
100+
<goal>jar-no-fork</goal>
103101
</goals>
104102
</execution>
105103
</executions>

0 commit comments

Comments
 (0)