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

add mvn build sources

parent 90df123d
Branches
Tags
No related merge requests found
...@@ -373,6 +373,19 @@ ...@@ -373,6 +373,19 @@
</execution> </execution>
</executions> </executions>
</plugin> </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> </plugins>
</build> </build>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment