Skip to content

Commit fc25334

Browse files
committed
[feature] Apache Maven Source Plugin
1 parent e5be376 commit fc25334

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,12 @@
294294
<artifactId>maven-jar-plugin</artifactId>
295295
<version>3.5.0</version>
296296
</plugin>
297+
<!-- Maven Source Plugin -->
298+
<plugin>
299+
<groupId>org.apache.maven.plugins</groupId>
300+
<artifactId>maven-source-plugin</artifactId>
301+
<version>3.4.0</version>
302+
</plugin>
297303
</plugins>
298304
</build>
299305
</project>

0 commit comments

Comments
 (0)