source: trunk/JFCMonitor/pom.xml @ 822

Last change on this file since 822 was 822, checked in by sherbold, 12 years ago
  • converted JFCMonitor to Maven project
  • Property svn:mime-type set to text/plain
File size: 839 bytes
Line 
1<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3        <modelVersion>4.0.0</modelVersion>
4        <groupId>de.ugoe.cs.quest</groupId>
5        <artifactId>quest-jfcmonitor</artifactId>
6        <version>0.0.1-SNAPSHOT</version>
7        <name>quest-jfcmonitor</name>
8        <dependencies>
9                <dependency>
10                        <groupId>de.ugoe.cs</groupId>
11                        <artifactId>java-utils</artifactId>
12                        <version>0.0.1-SNAPSHOT</version>
13                </dependency>
14        </dependencies>
15        <build>
16                <plugins>
17                        <plugin>
18                                <artifactId>maven-compiler-plugin</artifactId>
19                                <version>2.3.2</version>
20                                <configuration>
21                                        <source>1.6</source>
22                                        <target>1.6</target>
23                                </configuration>
24                        </plugin>
25                </plugins>
26        </build>
27</project>
Note: See TracBrowser for help on using the repository browser.