Skip to content

Commit fb54419

Browse files
committed
revert back maven-source-plugin to 3.2.1
1 parent 0df261b commit fb54419

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,19 @@
365365
</executions>
366366
</plugin>
367367

368+
<plugin>
369+
<groupId>org.apache.maven.plugins</groupId>
370+
<artifactId>maven-source-plugin</artifactId>
371+
<version>3.2.1</version>
372+
<executions>
373+
<execution>
374+
<goals>
375+
<goal>jar-no-fork</goal>
376+
</goals>
377+
</execution>
378+
</executions>
379+
</plugin>
380+
368381
<plugin>
369382
<groupId>org.apache.maven.plugins</groupId>
370383
<artifactId>maven-javadoc-plugin</artifactId>

0 commit comments

Comments
 (0)