Skip to content
Snippets Groups Projects
Commit 84873b85 authored by OZGCloud's avatar OZGCloud
Browse files

Merge pull request 'add mvn build sources' (#24) from build-sources into master

parents 90df123d b2944c28
No related branches found
No related tags found
No related merge requests found
......@@ -373,6 +373,19 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment