source: trunk/java-utils/pom.xml @ 506

Last change on this file since 506 was 506, checked in by sherbold, 12 years ago
  • added missing SCM paths to POMs of java-utils, quest-core-events-test, quest-ui-core, and quest-ui-core-test
  • removed main/java target from the quest-core-tasktrees-test classpath
  • Property svn:mime-type set to text/plain
File size: 787 bytes
Line 
1<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2  <modelVersion>4.0.0</modelVersion>
3  <groupId>de.ugoe.cs</groupId>
4  <artifactId>java-utils</artifactId>
5  <version>0.0.1-SNAPSHOT</version>
6  <name>java-utils</name>
7  <scm>
8    <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/java-utils</url>
9  </scm>
10  <build>
11    <plugins>
12      <plugin>
13        <artifactId>maven-compiler-plugin</artifactId>
14        <version>2.3.2</version>
15        <configuration>
16          <source>1.6</source>
17          <target>1.6</target>
18        </configuration>
19      </plugin>
20    </plugins>
21  </build>
22</project>
Note: See TracBrowser for help on using the repository browser.