changed site URL to point to shell server
[mapasuta/umbrella.git] / pom.xml
blob6914a8dc5bedd02818fbeb89d5abdeb97de81fc2
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>umbrella</artifactId>
5   <packaging>pom</packaging>
6   <version>0.0.10-SNAPSHOT</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.git</url>
25   </scm>
26   <licenses>
27     <license>
28       <name>General Public License 3</name>
29       <url>LICENSE.txt</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     <url>http://mapasuta.sourceforge.net</url>
44   </organization>
45   <mailingLists>
46     <mailingList>
47       <name>Mapasuta-users</name>
48       <subscribe>https://lists.sourceforge.net/lists/listinfo/mapasuta-users</subscribe>
49       <unsubscribe>https://lists.sourceforge.net/lists/listinfo/mapasuta-users</unsubscribe>
50       <post>mapasuta-users@lists.sourceforge.net</post>
51       <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=mapasuta-users</archive>
52     </mailingList>
53   </mailingLists>
54   <build>
55     <pluginManagement>
56       <plugins>
57         <plugin>
58           <groupId>org.apache.maven.plugins</groupId>
59           <artifactId>maven-compiler-plugin</artifactId>
60           <version>2.0.2</version>
61         </plugin>
62       <plugin>
63         <groupId>org.apache.maven.plugins</groupId>
64         <artifactId>maven-docck-plugin</artifactId>
65         <version>1.0</version>
66       </plugin>
67       <plugin>
68         <groupId>org.apache.maven.plugins</groupId>
69         <artifactId>maven-javadoc-plugin</artifactId>
70         <version>2.5</version>
71       </plugin>
72       <plugin>
73         <groupId>org.apache.maven.plugins</groupId>
74         <artifactId>maven-jxr-plugin</artifactId>
75         <version>2.1</version>
76       </plugin>
77       <plugin>
78         <groupId>org.apache.maven.plugins</groupId>
79         <artifactId>maven-plugin-plugin</artifactId>
80         <version>2.4.3</version>
81       </plugin>
82       <plugin>
83         <groupId>org.apache.maven.plugins</groupId>
84         <artifactId>maven-project-info-reports-plugin</artifactId>
85         <version>2.1</version>
86       </plugin>
87         <plugin>
88           <groupId>org.apache.maven.plugins</groupId>
89           <artifactId>maven-release-plugin</artifactId>
90           <version>2.0-beta-8</version>
91           <dependencies>
92             <dependency>
93               <groupId>org.apache.maven.plugins</groupId>
94               <artifactId>maven-scm-plugin</artifactId>
95               <version>1.1-dw-1</version>
96               <scope>runtime</scope>
97             </dependency>
98             <dependency>
99               <groupId>org.apache.maven.scm</groupId>
100               <artifactId>maven-scm-api</artifactId>
101               <version>1.1-dw-1</version>
102               <scope>runtime</scope>
103             </dependency>
104           </dependencies>
105         </plugin>
106         <plugin>
107           <groupId>org.apache.maven.plugins</groupId>
108           <artifactId>maven-site-plugin</artifactId>
109           <version>2.0-beta-7</version>
110         </plugin>
111       <plugin>
112         <groupId>org.apache.maven.plugins</groupId>
113         <artifactId>maven-surefire-plugin</artifactId>
114         <version>2.4.3</version>
115       </plugin>
116       <plugin>
117         <groupId>org.apache.maven.plugins</groupId>
118         <artifactId>maven-surefire-report-plugin</artifactId>
119         <version>2.4.3</version>
120       </plugin>
121         <plugin>
122           <groupId>org.codehaus.mojo</groupId>
123           <artifactId>javancss-maven-plugin</artifactId>
124           <version>2.0-beta-2</version>
125       </plugin>
126       </plugins>
127     </pluginManagement>
128     <plugins>
129       <plugin>
130         <artifactId>maven-site-plugin</artifactId>
131       </plugin>
132       <plugin>
133         <artifactId>maven-compiler-plugin</artifactId>
134         <configuration>
135           <source>1.5</source>
136           <target>1.5</target>
137         </configuration>
138       </plugin>
139       <plugin>
140         <artifactId>maven-release-plugin</artifactId>
141         <dependencies>
142           <dependency>
143             <groupId>org.apache.maven.plugins</groupId>
144             <artifactId>maven-scm-plugin</artifactId>
145             <version>1.1-dw-1</version>
146             <scope>runtime</scope>
147           </dependency>
148           <dependency>
149             <groupId>org.apache.maven.scm</groupId>
150             <artifactId>maven-scm-api</artifactId>
151             <version>1.1-dw-1</version>
152             <scope>runtime</scope>
153           </dependency>
154         </dependencies>
155       </plugin>
156       <plugin>
157         <artifactId>maven-scm-plugin</artifactId>
158         <version>1.1-dw-1</version>
159         <dependencies>
160           <dependency>
161             <groupId>org.apache.maven.scm</groupId>
162             <artifactId>maven-scm-provider-gitexe</artifactId>
163             <version>1.1-dw-1</version>
164             <scope>runtime</scope>
165           </dependency>
166         </dependencies>
167       </plugin>
168     </plugins>
169   </build>
170   <reporting>
171     <plugins>
172       <plugin>
173         <groupId>org.codehaus.mojo</groupId>
174         <artifactId>javancss-maven-plugin</artifactId>
175       </plugin>
176       <plugin>
177         <groupId>org.apache.maven.plugins</groupId>
178         <artifactId>maven-jxr-plugin</artifactId>
179       </plugin>
180       <plugin>
181         <groupId>org.apache.maven.plugins</groupId>
182         <artifactId>maven-docck-plugin</artifactId>
183       </plugin>
184       <plugin>
185         <artifactId>maven-javadoc-plugin</artifactId>
186       </plugin>
187       <plugin>
188         <groupId>org.apache.maven.plugins</groupId>
189         <artifactId>maven-project-info-reports-plugin</artifactId>
190         <reportSets>
191           <reportSet>
192             <reports>
193               <report>dependencies</report>
194               <report>dependency-convergence</report>
195               <report>dependency-management</report>
196               <report>project-team</report>
197               <report>license</report>
198               <report>scm</report>
199               <report>issue-tracking</report>
200               <report>mailing-list</report>
201               <report>index</report>
202               <report>plugin-management</report>
203               <report>summary</report>
204             </reports>
205           </reportSet>
206         </reportSets>
207       </plugin>
208       <plugin>
209         <groupId>org.apache.maven.plugins</groupId>
210         <artifactId>maven-surefire-report-plugin</artifactId>   
211       </plugin>
212     </plugins>
213   </reporting>
214   <distributionManagement>
215     <repository>
216       <id>mapasuta.repo</id>
217       <name>Mapasuta Developers Repository</name>
218       <url>sftp://web.sourceforge.net/home/groups/m/ma/mapasuta/htdocs/maven/repo</url>
219     </repository>
220     <downloadUrl>http://sourceforge.net/project/showfiles.php?group_id=180255</downloadUrl>
221     <site>
222       <id>mapasuta.site</id>
223       <name>Mapasuta Project Sites</name>
224       <url>scp://shell.sourceforge.net/home/groups/m/ma/mapasuta/htdocs/maven/site/${project.artifactId}</url>
225     </site>
226   </distributionManagement>
227   <repositories>
228     <repository>
229       <id>mapasuta.repo</id>
230       <name>Mapasuta Project Download Repository</name>
231       <url>http://mapasuta.sf.net/maven/repo</url>
232       <releases>
233         <enabled>true</enabled>
234         <updatePolicy>daily</updatePolicy>
235         <checksumPolicy>fail</checksumPolicy>
236       </releases>
237       <snapshots>
238         <enabled>false</enabled>
239       </snapshots>
240     </repository>
241   </repositories>
242 </project>