OSDN Git Service

CVSリポジトリから移行。
[rpolishcomop/repo.git] / expression-computer / project.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project>
3     <pomVersion>3</pomVersion>
4     <artifactId>expression-computer</artifactId>
5     <name>数式計算機</name>
6     <groupId>expression-computer</groupId>
7     <currentVersion>1.0.0-beta-1</currentVersion>
8     <organization />
9     <inceptionYear>2006</inceptionYear>
10     <package>jp.sourceforge.expression_computer</package>
11     <url>http://rpolishcomop.sourceforge.jp/</url>
12     <logo>http://msig.info/web2v2/Expression+Computer.png</logo>
13     <organization>
14         <name>SourceForge.jp</name>
15         <url>http://www.sourceforge.jp/</url>
16         <logo>http://sourceforge.jp/sflogo.php?group_id=2405</logo>
17     </organization>
18     <repository>
19         <connection>scm:cvs:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/rpolishcomop:expression-computer</connection>
20     </repository>
21     <developers>
22         <developer>
23             <name>uguu</name>
24             <id>2</id>
25             <email>uguu@users.sourceforge.jp</email>
26         </developer>
27     </developers>
28     <licenses>
29         <license>
30             <name>BSD License</name>
31         </license>
32     </licenses>
33     <versions>
34         <version>
35             <name>0.1.0</name>
36             <tag>RELEASE_0_1_0</tag>
37             <id>0.1.0</id>
38         </version>
39         <version>
40             <name>1.0.0 beta 1</name>
41             <tag>RELEASE_1_0_0_BETA_1</tag>
42             <id>1.0.0-beta-1</id>
43         </version>
44     </versions>
45     <branches>
46         <branch>
47             <tag>RELEASE_0_1_0</tag>
48         </branch>
49         <branch>
50             <tag>RELEASE_1_0_0_BETA_1</tag>
51         </branch>
52     </branches>
53     <build>
54         <sourceDirectory>src/main/java</sourceDirectory>
55         <unitTestSourceDirectory>src/test/java</unitTestSourceDirectory>
56         <unitTest>
57             <includes>
58                 <include>**/*Test.java</include>
59             </includes>
60         </unitTest>
61     </build>
62     <dependencies>
63         <dependency>
64             <groupId>maven</groupId>
65             <artifactId>maven-checkstyle-plugin</artifactId>
66             <version>3.0.1</version>
67             <type>plugin</type>
68             <url>http://cvs.apache.org/repository/</url>
69         </dependency>
70     </dependencies>
71     <reports>
72         <report>maven-checkstyle-plugin</report>
73         <report>maven-license-plugin</report>
74         <report>maven-javadoc-plugin</report>
75         <report>maven-junit-report-plugin</report>
76     </reports>
77 </project>