1 <?xml version="1.0" encoding="utf-8"?>
2 <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">
3 <modelVersion>4.0.0</modelVersion>
5 <groupId>net.sf.mapasuta</groupId>
6 <artifactId>mapasuta-umbrella</artifactId>
7 <version>0.0.8</version>
8 <relativePath>../umbrella/pom.xml</relativePath>
10 <groupId>net.sf.mapasuta.build.maven.skins</groupId>
11 <artifactId>mapasuta-linotype-skin</artifactId>
12 <packaging>jar</packaging>
13 <version>0.1-SNAPSHOT</version>
14 <name>Linotype Skin for Mapasuta</name>
15 <description>Skin for sites generated by Maven based on the linotype theme by Stefano Mazzocchi</description>
17 <connection>scm:git:git://repo.or.cz/mapasuta/mapasuta-linotype-skin.git</connection>
18 <developerConnection>scm:git:git://repo.or.cz/mapasuta/mapasuta-linotype-skin.git</developerConnection>
19 <url>http://repo.or.cz/r/mapasuta/mapasuta-linotype-skin.git</url>
21 <distributionManagement>
23 <id>mapasuta.repo</id>
24 <name>Mapasuta Developers Repository</name>
25 <url>scpexe://shell.sourceforge.net/home/groups/m/ma/mapasuta/htdocs/maven/repo</url>
27 <downloadUrl>http://sourceforge.net/project/showfiles.php?group_id=180255</downloadUrl>
29 <id>mapasuta.site</id>
30 <name>Mapasuta Project Sites</name>
31 <url>scpexe://shell.sourceforge.net/home/groups/m/ma/mapasuta/htdocs/maven/site/mapasuta-linotype-skin</url>
33 </distributionManagement>
37 <directory>src/main/resources</directory>