summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2021-02-22 09:56:20 +0100
committerThomas Lenz <thomas.lenz@egiz.gv.at>2021-02-22 09:56:20 +0100
commitbeb781fc5196ee4f630fe7d5c48617de5cf9f184 (patch)
tree45afdc03c611369a55ba8b4f8e1b8b9bd22a0d02
parent2b275ced46a283882bfb2042df18341968fc3450 (diff)
parent18d972fa54b63fd4d7392f64b3b827eb4d2786db (diff)
downloadEAAF-Components-beb781fc5196ee4f630fe7d5c48617de5cf9f184.tar.gz
EAAF-Components-beb781fc5196ee4f630fe7d5c48617de5cf9f184.tar.bz2
EAAF-Components-beb781fc5196ee4f630fe7d5c48617de5cf9f184.zip
Merge branch 'feature/small_changes' into 'nightlyBuild'
update build process to deploy source.jar into maven repo See merge request egiz/eaaf_components!18
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index a5fc7b55..8848df24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -704,7 +704,7 @@
<execution>
<id>attach-sources</id>
<goals>
- <goal>jar</goal>
+ <goal>jar-no-fork</goal>
</goals>
</execution>
</executions>