summaryrefslogtreecommitdiffstats
path: root/robotframework-onap
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2019-04-23 16:12:14 -0400
committerDR695H <dr695h@att.com>2019-04-23 16:12:35 -0400
commit4e0bcf51301cb06870156de7508d0c846b7fc524 (patch)
treed2982150b1b1a7c999237b7fd13d909b14905cb4 /robotframework-onap
parentd050b58d3fde6a049104d8287f8d8cfbe3013d5d (diff)
make robotframework-onap not deploy twice
make robotframework-onap not deploy twice Change-Id: I9e01f58f666e99099522895ebf335f13bd07c950 Issue-ID: TEST-141 Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robotframework-onap')
-rw-r--r--robotframework-onap/pom.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/robotframework-onap/pom.xml b/robotframework-onap/pom.xml
index 8c6c05b..6f8cc1d 100644
--- a/robotframework-onap/pom.xml
+++ b/robotframework-onap/pom.xml
@@ -56,15 +56,8 @@
<goal>process-sources</goal>
</goals>
</execution>
- <execution>
- <id>deploy</id>
- <goals>
- <goal>deploy</goal>
- </goals>
- </execution>
</executions>
- <configuration>
- <repository>${python.pypi.repository}</repository>
+ <configuration>
<sourceDirectory>${python.sourceDirectory}</sourceDirectory>
</configuration>
</plugin>