source: trunk/quest-core-tasktrees/pom.xml @ 460

Last change on this file since 460 was 460, checked in by pharms, 12 years ago

test for emma and findbugs

File size: 1.3 KB
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.quest</groupId>
4  <artifactId>quest-core-tasktrees</artifactId>
5  <version>0.0.1-SNAPSHOT</version>
6  <name>quest-core-tasktrees</name>
7  <scm>
8    <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-core-tasktrees</url>
9  </scm>
10  <dependencies>
11    <dependency>
12      <groupId>de.ugoe.cs.quest</groupId>
13      <artifactId>quest-core-events-patrick</artifactId>
14      <version>0.0.1-SNAPSHOT</version>
15    </dependency>
16  </dependencies>
17  <build>
18    <plugins>
19      <plugin>
20        <artifactId>maven-compiler-plugin</artifactId>
21        <version>2.3.2</version>
22        <configuration>
23          <source>1.6</source>
24          <target>1.6</target>
25        </configuration>
26      </plugin>
27    </plugins>
28  </build>
29  <!-- reporting>
30    <plugins>
31      <plugin>
32        <groupId>org.codehaus.mojo</groupId>
33        <artifactId>findbugs-maven-plugin</artifactId>
34        <version>2.5.1</version>
35      </plugin>
36    </plugins>
37  </reporting>
38  <reports>
39    <report>maven-emma-plugin</report>
40  </reports-->
41</project>
Note: See TracBrowser for help on using the repository browser.