Last change
on this file since 777 was
763,
checked in by pharms, 12 years ago
|
- created a parent pom test project
|
File size:
1.3 KB
|
Rev | Line | |
---|
[703] | 1 | <project |
---|
| 2 | xmlns="http://maven.apache.org/POM/4.0.0" |
---|
| 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
| 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" |
---|
| 5 | > |
---|
[763] | 6 | <parent> |
---|
| 7 | <groupId>de.ugoe.cs.quest</groupId> |
---|
| 8 | <artifactId>quest</artifactId> |
---|
| 9 | <version>0.0.1-SNAPSHOT</version> |
---|
| 10 | </parent> |
---|
[703] | 11 | <modelVersion>4.0.0</modelVersion> |
---|
| 12 | <artifactId>quest-test-utils</artifactId> |
---|
| 13 | <name>quest-test-utils</name> |
---|
| 14 | <scm> |
---|
[763] | 15 | <url>${quest-scm-trunk-dir}/quest-test-utils</url> |
---|
[703] | 16 | </scm> |
---|
| 17 | <dependencies> |
---|
| 18 | <dependency> |
---|
| 19 | <groupId>de.ugoe.cs</groupId> |
---|
| 20 | <artifactId>java-utils</artifactId> |
---|
| 21 | <version>0.0.1-SNAPSHOT</version> |
---|
| 22 | </dependency> |
---|
| 23 | <dependency> |
---|
| 24 | <groupId>de.ugoe.cs.quest</groupId> |
---|
| 25 | <artifactId>quest-core-events</artifactId> |
---|
[763] | 26 | <version>${parent.version}</version> |
---|
[703] | 27 | </dependency> |
---|
| 28 | <dependency> |
---|
[763] | 29 | <groupId>de.ugoe.cs.quest</groupId> |
---|
| 30 | <artifactId>quest-core-usageprofiles</artifactId> |
---|
| 31 | <version>${parent.version}</version> |
---|
| 32 | </dependency> |
---|
| 33 | <dependency> |
---|
[703] | 34 | <groupId>junit</groupId> |
---|
| 35 | <artifactId>junit</artifactId> |
---|
| 36 | <version>4.8.1</version> |
---|
| 37 | </dependency> |
---|
| 38 | </dependencies> |
---|
| 39 | </project> |
---|
Note: See
TracBrowser
for help on using the repository browser.