[maven-release-plugin] prepare release mapasuta-umbrella-0.0.8
[mapasuta/umbrella.git] / pom.xml
blobd5b08be890b6a5a770925bff1a620e615b6008d0
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>net.sf.mapasuta</groupId>
4   <artifactId>mapasuta-umbrella</artifactId>
5   <packaging>pom</packaging>
6   <version>0.0.8</version>
7   <name>Mapasuta Umbrella</name>
8   <description>Umbrella Project</description>
9   <inceptionYear>2006</inceptionYear>
10   <developers>
11     <developer>
12       <id>twenstar</id>
13       <name>Dominik Winter</name>
14       <email>twenstar@users.sourceforge.net</email>
15       <organization>The Mapasuta Development Group</organization>
16       <roles>
17         <role>Project Lead</role>
18       </roles>
19       <timezone>+1</timezone>
20     </developer>
21   </developers>
22   <scm>
23     <developerConnection>scm:git:git://repo.or.cz/mapasuta/umbrella.git</developerConnection>
24     <url>http://repo.or.cz/w/mapasuta/umbrella.git</url>
25   </scm>
26   <licenses>
27     <license>
28       <name>General Public License 3</name>
29       <url>http://www.gnu.org/licenses/gpl-3.0-standalone.html</url>
30       <distribution>manual</distribution>
31     </license>
32   </licenses>
33   <url>https://sourceforge.net/projects/mapasuta/</url>
34   <issueManagement>
35     <system>SourceForge.net Bugtracker</system>
36     <url>https://sourceforge.net/tracker/?group_id=180255&amp;atid=892439</url>
37   </issueManagement>
38   <prerequisites>
39     <maven>2.0.9</maven>
40   </prerequisites>
41   <organization>
42     <name>The Mapasuta Development Group</name>
43   </organization>
44   <build>
45     <plugins>
46       <plugin>
47         <artifactId>maven-site-plugin</artifactId>
48       </plugin>
49       <plugin>
50         <groupId>org.apache.maven.plugins</groupId>
51         <artifactId>maven-compiler-plugin</artifactId>
52         <configuration>
53           <source>1.5</source>
54           <target>1.5</target>
55         </configuration>
56       </plugin>
57       <plugin>
58         <artifactId>maven-release-plugin</artifactId>
59         <dependencies>
60           <dependency>
61             <groupId>org.apache.maven.plugins</groupId>
62             <artifactId>maven-scm-plugin</artifactId>
63             <version>1.1-dw-1</version>
64             <scope>runtime</scope>
65           </dependency>
66           <dependency>
67             <groupId>org.apache.maven.scm</groupId>
68             <artifactId>maven-scm-api</artifactId>
69             <version>1.1-dw-1</version>
70             <scope>runtime</scope>
71           </dependency>
72         </dependencies>
73       </plugin>
74       <plugin>
75         <artifactId>maven-scm-plugin</artifactId>
76         <version>1.1-dw-1</version>
77         <dependencies>
78           <dependency>
79             <groupId>org.apache.maven.scm</groupId>
80             <artifactId>maven-scm-provider-gitexe</artifactId>
81             <version>1.1-dw-1</version>
82             <scope>runtime</scope>
83           </dependency>
84         </dependencies>
85       </plugin>
86     </plugins>
87   </build>
88   <reporting>
89     <plugins>
90       <plugin>
91         <groupId>org.apache.maven.plugins</groupId>
92         <artifactId>maven-jxr-plugin</artifactId>
93       </plugin>
94       <plugin>
95         <groupId>org.apache.maven.plugins</groupId>
96         <artifactId>maven-project-info-reports-plugin</artifactId>
97         <reportSets>
98           <reportSet>
99             <reports>
100               <report>dependencies</report>
101               <report>project-team</report>
102               <report>license</report>
103               <report>scm</report>
104               <report>issue-tracking</report>
105             </reports>
106           </reportSet>
107         </reportSets>
108       </plugin>
109       <plugin>
110         <groupId>org.apache.maven.plugins</groupId>
111         <artifactId>maven-surefire-report-plugin</artifactId>   
112       </plugin>
113     </plugins>
114   </reporting>
115   <distributionManagement>
116     <repository>
117       <id>mapasuta.repo</id>
118       <name>Mapasuta Developers Repository</name>
119       <url>scpexe://shell.sourceforge.net/home/groups/m/ma/mapasuta/htdocs/maven/repo</url>
120     </repository>
121     <downloadUrl>http://sourceforge.net/project/showfiles.php?group_id=180255</downloadUrl>
122     <site>
123       <id>mapasuta.site</id>
124       <name>Mapasuta Project Sites</name>
125       <url>scpexe://shell.sourceforge.net/home/groups/m/ma/mapasuta/htdocs/maven/site/umbrella</url>
126     </site>
127   </distributionManagement>
128   <repositories>
129     <repository>
130       <id>mapasuta.repo</id>
131       <name>Mapasuta Project Download Repository</name>
132       <url>http://mapasuta.sf.net/maven/repo</url>
133       <releases>
134         <enabled>true</enabled>
135         <updatePolicy>daily</updatePolicy>
136         <checksumPolicy>fail</checksumPolicy>
137       </releases>
138       <snapshots>
139         <enabled>false</enabled>
140       </snapshots>
141     </repository>
142   </repositories>
143 </project>