diff options
author | shentao <shentao@chinamobile.com> | 2017-09-01 19:57:44 +0800 |
---|---|---|
committer | shentao <shentao@chinamobile.com> | 2017-09-01 19:57:58 +0800 |
commit | c8257c6d9b1883161cc5abd8359e6fc247c66ed1 (patch) | |
tree | 5078f414f377eedb3232f4110e9100576652fe0b /usecaseui-common/pom.xml | |
parent | 57dbba269d19bc59fad89160200bb2dbcccb9003 (diff) |
Modify pom file for merge error
Change-Id: I5cbc754aba8d528f097aa04a00ff204f9d406d25
Issue-Id: USECASEUI-6
Signed-off-by: shentao <shentao@chinamobile.com>
Diffstat (limited to 'usecaseui-common/pom.xml')
-rw-r--r-- | usecaseui-common/pom.xml | 21 |
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> |