summaryrefslogtreecommitdiffstats
path: root/usecaseui-common/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'usecaseui-common/pom.xml')
-rw-r--r--usecaseui-common/pom.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/usecaseui-common/pom.xml b/usecaseui-common/pom.xml
index 31286fa7..6842a195 100644
--- a/usecaseui-common/pom.xml
+++ b/usecaseui-common/pom.xml
@@ -105,27 +105,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>build-helper-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-artifacts</id>
- <phase>package</phase>
- <goals>
- <goal>attach-artifact</goal>
- </goals>
- <configuration>
- <artifacts>
- <artifact>
- <file>target/${packagename}-${project.version}.zip</file>
- <type>zip</type>
- </artifact>
- </artifacts>
- </configuration>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
</project>