| Line | |
|---|
| 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 | > |
|---|
| 6 | <modelVersion>4.0.0</modelVersion> |
|---|
| 7 | <groupId>de.ugoe.cs.quest</groupId> |
|---|
| 8 | <artifactId>quest</artifactId> |
|---|
| 9 | <version>0.0.1-SNAPSHOT</version> |
|---|
| 10 | <name>quest</name> |
|---|
| 11 | <packaging>pom</packaging> |
|---|
| 12 | <properties> |
|---|
| 13 | <quest-scm-trunk-dir>https://quest.informatik.uni-goettingen.de/svn/quest/trunk</quest-scm-trunk-dir> |
|---|
| 14 | </properties> |
|---|
| 15 | <scm> |
|---|
| 16 | <url>${quest-scm-trunk-dir}/quest</url> |
|---|
| 17 | </scm> |
|---|
| 18 | <distributionManagement> |
|---|
| 19 | <snapshotRepository> |
|---|
| 20 | <id>quest-snapshots</id> |
|---|
| 21 | <url>https://trex.informatik.uni-goettingen.de/nexus/content/repositories/quest-snapshots</url> |
|---|
| 22 | </snapshotRepository> |
|---|
| 23 | <repository> |
|---|
| 24 | <id>quest</id> |
|---|
| 25 | <url>https://trex.informatik.uni-goettingen.de/nexus/content/repositories/quest</url> |
|---|
| 26 | </repository> |
|---|
| 27 | </distributionManagement> |
|---|
| 28 | <repositories> |
|---|
| 29 | <repository> |
|---|
| 30 | <id>quest-thirdparty-repo</id> |
|---|
| 31 | <url>https://trex.informatik.uni-goettingen.de/nexus/content/repositories/thirdparty</url> |
|---|
| 32 | </repository> |
|---|
| 33 | </repositories> |
|---|
| 34 | <build> |
|---|
| 35 | <plugins> |
|---|
| 36 | <plugin> |
|---|
| 37 | <artifactId>maven-compiler-plugin</artifactId> |
|---|
| 38 | <version>2.3.2</version> |
|---|
| 39 | <configuration> |
|---|
| 40 | <source>1.6</source> |
|---|
| 41 | <target>1.6</target> |
|---|
| 42 | </configuration> |
|---|
| 43 | </plugin> |
|---|
| 44 | </plugins> |
|---|
| 45 | </build> |
|---|
| 46 | <reporting> |
|---|
| 47 | <plugins> |
|---|
| 48 | <plugin> |
|---|
| 49 | <groupId>org.apache.maven.plugins</groupId> |
|---|
| 50 | <artifactId>maven-javadoc-plugin</artifactId> |
|---|
| 51 | </plugin> |
|---|
| 52 | </plugins> |
|---|
| 53 | </reporting> |
|---|
| 54 | </project> |
|---|
Note: See
TracBrowser
for help on using the repository browser.