OSDN Git Service

自分用に修正
[maven-repo/ryu-archetype-quickstart.git] / pom.xml
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/maven-v4_0_0.xsd">
2   <modelVersion>4.0.0</modelVersion>
3   <groupId>org.ryu</groupId>
4   <artifactId>ryu-archetype-quickstart</artifactId>
5   <version>1.7-SNAPSHOT</version>
6   <name>Ryu's Java Project Archetype</name>
7   <description>
8 Creates Maven and Eclipse Java project with Ryu's coding standard checker,
9 which is supported by eclipse-cs, FindBugs and Eclipse Java Compiler.
10   </description>
11   <inceptionYear>2010</inceptionYear>
12   <developers>
13     <developer>
14       <id>ryuichi</id>
15       <name>Ryuichi Ishitsuka</name>
16       <email>jeremy.hillary.boob at gmail.com</email>
17       <timezone>+9</timezone>
18     </developer>
19   </developers>
20   <scm>
21     <connection>scm:git:git://github.com/ryu1/ryu-archetype-quickstart.git</connection>
22     <developerConnection>scm:git:git://github.com/ryu1/ryu-archetype-quickstart.git</developerConnection>
23   </scm>
24   <distributionManagement>
25     <repository>
26       <id>repo</id>
27       <url>http://github.com/ryu1/maven-repo/raw/master/release</url>
28     </repository>
29     <snapshotRepository>
30       <id>snapshot-repo</id>
31       <url>http://github.com/ryu1/maven-repo/raw/master/snapshotst</url>
32     </snapshotRepository>
33   </distributionManagement>
34 </project>