nickboldt | e4e41db | 2018-01-16 12:29:30 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" |
| 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 4 | <modelVersion>4.0.0</modelVersion> |
| 5 | <parent> |
| 6 | <groupId>org.eclipse.datatools</groupId> |
nickboldt | c92525e | 2018-01-22 15:56:23 -0500 | [diff] [blame] | 7 | <artifactId>tests</artifactId> |
nickboldt | 4050e31 | 2018-07-02 14:29:56 -0400 | [diff] [blame^] | 8 | <version>1.14.101-SNAPSHOT</version> |
nickboldt | e4e41db | 2018-01-16 12:29:30 -0500 | [diff] [blame] | 9 | </parent> |
nickboldt | 44f3a9d | 2018-01-24 18:33:37 -0500 | [diff] [blame] | 10 | <groupId>org.eclipse.datatools.tests</groupId> |
nickboldt | e4e41db | 2018-01-16 12:29:30 -0500 | [diff] [blame] | 11 | <artifactId>org.eclipse.datatools.connectivity.oda.consumer.tests</artifactId> |
nickboldt | 0728dc0 | 2018-05-04 09:48:11 -0400 | [diff] [blame] | 12 | <version>3.2.5-SNAPSHOT</version> |
nickboldt | e4e41db | 2018-01-16 12:29:30 -0500 | [diff] [blame] | 13 | <packaging>eclipse-test-plugin</packaging> |
nickboldt | 0728dc0 | 2018-05-04 09:48:11 -0400 | [diff] [blame] | 14 | <build> |
| 15 | <plugins> |
| 16 | <plugin> |
| 17 | <groupId>org.eclipse.tycho</groupId> |
| 18 | <artifactId>tycho-surefire-plugin</artifactId> |
| 19 | <version>${tycho-version}</version> |
| 20 | <configuration> |
| 21 | <testSuite>org.eclipse.datatools.connectivity.oda.consumer.tests</testSuite> |
| 22 | <testClass>org.eclipse.datatools.connectivity.oda.consumer.tests.AllTestSuites</testClass> |
| 23 | </configuration> |
| 24 | </plugin> |
| 25 | </plugins> |
| 26 | </build> |
nickboldt | e4e41db | 2018-01-16 12:29:30 -0500 | [diff] [blame] | 27 | </project> |