aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--standalone/pom.xml23
1 files changed, 1 insertions, 22 deletions
diff --git a/standalone/pom.xml b/standalone/pom.xml
index 73800b39..9c8de354 100644
--- a/standalone/pom.xml
+++ b/standalone/pom.xml
@@ -135,33 +135,12 @@
<include name="**/*.sh"/>
</tarfileset>
</tar>
- <!--attachartifact file="${version.output}/usecase-ui-server-${project.version}-linux64.tar.gz" classifier="linux64" type="tar.gz"/-->
+ <attachartifact file="${dockeroutput}/usecase-ui-server-${project.version}-linux64.tar.gz" classifier="linux64" type="tar.gz"/>
</tasks>
</configuration>
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>build-helper-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-artifacts-linux64</id>
- <phase>package</phase>
- <goals>
- <goal>attach-artifact</goal>
- </goals>
- <configuration>
- <artifacts>
- <artifact>
- <file>${dockeroutput}/usecase-ui-server-${project.version}-linux64.tar.gz</file>
- <type>tar.gz</type>
- </artifact>
- </artifacts>
- </configuration>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>