Skip to content
Snippets Groups Projects
Commit e348e5ec authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

orche: deploy artifact with sources

parent e3b3246b
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,16 @@
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<phase>compile</phase>
<goals><goal>jar-no-fork</goal></goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment