diff options
author | DR695H <dr695h@att.com> | 2019-04-18 10:56:38 -0400 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2019-04-23 10:34:04 -0700 |
commit | d050b58d3fde6a049104d8287f8d8cfbe3013d5d (patch) | |
tree | 7563bfffabfc4f713996b1f12e52b5f2317fc6e2 /pom.xml | |
parent | 5709f89501b9ecf93fcb1667de017e1736c8919f (diff) |
move robotframeworkonap to subdirectory
i also moved the build to maven based, although that isnt needed
to work right now.
Change-Id: Ib18d70e3ea4858cc4b9d51fdc2046b59202640ab
Issue-ID: TEST-141
Signed-off-by: DR695H <dr695h@att.com>
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 80 |
1 files changed, 6 insertions, 74 deletions
@@ -5,78 +5,10 @@ <groupId>org.onap.testsuite</groupId> <artifactId>python-testing-utils</artifactId> <name>testsuite-python-testing-utils</name> - <version>0.3.0-SNAPSHOT</version> - <description>Scripts written to be used during robot framework testing</description> - <parent> - <groupId>org.onap.oparent</groupId> - <artifactId>oparent-python</artifactId> - <version>1.2.3</version> - </parent> - <properties> - <wheel.name>${project.artifactId}-${python_version}-py2-none-any.whl</wheel.name> - <python.sourceDirectory>${project.basedir}</python.sourceDirectory> - <python.pypi.repository>https://nexus3.onap.org/repository/PyPi.snapshot/</python.pypi.repository> - </properties> - <build> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>build-helper-maven-plugin</artifactId> - <executions> - <execution> - <id>attach-artifacts</id> - <configuration> - <artifacts> - <artifact> - <file>${project.build.directory}/maven-python/dist/${wheel.name}</file> - <type>whl</type> - </artifact> - </artifacts> - <skipAttach>false</skipAttach> - </configuration> - </execution> - </executions> - </plugin> - <plugin> - <groupId>com.github.UltimateDogg</groupId> - <artifactId>maven-python-distribute-plugin</artifactId> - <executions> - <execution> - <id>package</id> - <goals> - <goal>package</goal> - </goals> - </execution> - <execution> - <id>process</id> - <goals> - <goal>process-sources</goal> - </goals> - </execution> - <execution> - <id>deploy</id> - <goals> - <goal>deploy</goal> - </goals> - </execution> - </executions> - <configuration> - <repository>${python.pypi.repository}</repository> - <sourceDirectory>${python.sourceDirectory}</sourceDirectory> - </configuration> - </plugin> - <plugin> - <artifactId>exec-maven-plugin</artifactId> - <groupId>org.codehaus.mojo</groupId> - <executions> - <execution> - <id>tox-test</id> - <configuration> - <workingDirectory>${project.build.directory}/maven-python/eteutils</workingDirectory> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> + <version>0.4.0-SNAPSHOT</version> + <description>parent project for scripts written to be used during robot framework testing</description> + + <modules> + <module>robotframework-onap</module> + </modules> </project>
\ No newline at end of file |