annotate pom.xml @ 38:cb9fabaedfd4

added tests and changed testing provider to junit47
author Shoshi TAMAKI
date Mon, 28 Jan 2013 18:52:52 +0900
parents 761d04aecfcb
children a3a8c49ad209
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 <modelVersion>4.0.0</modelVersion>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
4
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 <groupId>jungle</groupId>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
6 <artifactId>jungle-core</artifactId>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
7 <version>0.0.1-SNAPSHOT</version>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
8 <packaging>jar</packaging>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
9
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
10 <name>jungle-core</name>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
11 <url>http://maven.apache.org</url>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
12
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
13 <properties>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
14 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
15 </properties>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
16
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
17 <dependencies>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
18 <dependency>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
19 <groupId>junit</groupId>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
20 <artifactId>junit</artifactId>
38
cb9fabaedfd4 added tests and changed testing provider to junit47
Shoshi TAMAKI
parents: 4
diff changeset
21 <version>4.7</version>
0
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
22 <scope>test</scope>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
23 </dependency>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
24 <dependency>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
25 <groupId>com.google.guava</groupId>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
26 <artifactId>guava</artifactId>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
27 <version>12.0</version>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
28 </dependency>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
29 <dependency>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
30 <groupId>commons-collections</groupId>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
31 <artifactId>commons-collections</artifactId>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
32 <version>3.2.1</version>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
33 </dependency>
3
9eb9fabd9f29 added Table framework
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 2
diff changeset
34 <dependency>
4
761d04aecfcb added Graph API and some implementation
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 3
diff changeset
35 <groupId>org.functionaljava</groupId>
761d04aecfcb added Graph API and some implementation
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 3
diff changeset
36 <artifactId>functionaljava</artifactId>
761d04aecfcb added Graph API and some implementation
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 3
diff changeset
37 <version>3.1</version>
761d04aecfcb added Graph API and some implementation
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 3
diff changeset
38 </dependency>
0
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
39 </dependencies>
2
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
40 <build>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
41 <plugins>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
42 <plugin>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
43 <groupId>org.apache.maven.plugins</groupId>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
44 <artifactId>maven-compiler-plugin</artifactId>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
45 <configuration>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
46 <source>1.6</source>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
47 <target>1.6</target>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
48 </configuration>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
49 </plugin>
38
cb9fabaedfd4 added tests and changed testing provider to junit47
Shoshi TAMAKI
parents: 4
diff changeset
50 <plugin>
cb9fabaedfd4 added tests and changed testing provider to junit47
Shoshi TAMAKI
parents: 4
diff changeset
51 <groupId>org.apache.maven.plugin</groupId>
cb9fabaedfd4 added tests and changed testing provider to junit47
Shoshi TAMAKI
parents: 4
diff changeset
52 <artifactId>maven-surefire-plugin</artifactId>
cb9fabaedfd4 added tests and changed testing provider to junit47
Shoshi TAMAKI
parents: 4
diff changeset
53 <version>2.13</version>
cb9fabaedfd4 added tests and changed testing provider to junit47
Shoshi TAMAKI
parents: 4
diff changeset
54 <configuration>
cb9fabaedfd4 added tests and changed testing provider to junit47
Shoshi TAMAKI
parents: 4
diff changeset
55 <exclude>**/*TestBase.java</exclude>
cb9fabaedfd4 added tests and changed testing provider to junit47
Shoshi TAMAKI
parents: 4
diff changeset
56 </configuration>
cb9fabaedfd4 added tests and changed testing provider to junit47
Shoshi TAMAKI
parents: 4
diff changeset
57 <dependencies>
cb9fabaedfd4 added tests and changed testing provider to junit47
Shoshi TAMAKI
parents: 4
diff changeset
58 <dependency>
cb9fabaedfd4 added tests and changed testing provider to junit47
Shoshi TAMAKI
parents: 4
diff changeset
59 <groupId>org.apache.maven.surefire</groupId>
cb9fabaedfd4 added tests and changed testing provider to junit47
Shoshi TAMAKI
parents: 4
diff changeset
60 <artifactId>surefire-junit47</artifactId>
cb9fabaedfd4 added tests and changed testing provider to junit47
Shoshi TAMAKI
parents: 4
diff changeset
61 <version>2.13</version>
cb9fabaedfd4 added tests and changed testing provider to junit47
Shoshi TAMAKI
parents: 4
diff changeset
62 </dependency>
cb9fabaedfd4 added tests and changed testing provider to junit47
Shoshi TAMAKI
parents: 4
diff changeset
63 </dependencies>
cb9fabaedfd4 added tests and changed testing provider to junit47
Shoshi TAMAKI
parents: 4
diff changeset
64 </plugin>
2
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
65 </plugins>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
66 </build>
0
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
67 </project>