source: trunk/quest-plugin-core/pom.xml @ 511

Last change on this file since 511 was 511, checked in by sherbold, 12 years ago
  • initial commit of quest-plugin-core and quest-plugin-core-test
  • Property svn:mime-type set to text/plain
File size: 769 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-plugin-core</artifactId>
6        <version>0.0.1-SNAPSHOT</version>
7        <name>quest-plugin-core</name>
8        <scm>
9                <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-plugin-core</url>
10        </scm>
11        <build>
12                <plugins>
13                        <plugin>
14                                <artifactId>maven-compiler-plugin</artifactId>
15                                <version>2.3.2</version>
16                                <configuration>
17                                        <source>1.6</source>
18                                        <target>1.6</target>
19                                </configuration>
20                        </plugin>
21                </plugins>
22        </build>
23</project>
Note: See TracBrowser for help on using the repository browser.