Skip to content

Commit

Permalink
Adds the maven-source-plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrozev committed Jul 26, 2019
1 parent ef610c4 commit 596c14b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@
<version>3.0.1</version>
<extensions>true</extensions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.1.0</version>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 596c14b

Please sign in to comment.