Pfad-Ergänzung korrigiert: der Pfad enthielt einen Eintrag zu viel
[maven-thymeleaf-skin] / pom.xml
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/xsd/maven-4.0.0.xsd">
3   <modelVersion>4.0.0</modelVersion>
4
5   <groupId>de.juplo</groupId>
6   <artifactId>maven-thymeleaf-skin</artifactId>
7   <version>1.0</version>
8
9   <name>Maven Thymeleaf Skin</name>
10   <description>A maven skin, that renders the site as templates, that can be styled without restrictions with the help of thymeleaf.</description>
11   <url>http://juplo.de/maven-thymeleaf-skin</url>
12
13   <scm>
14     <connection>scm:git:http://juplo.de/git/maven-thymeleaf-skin</connection>
15     <developerConnection>scm:git:ssh://juplo.de:/var/lib/git/juplo/maven-thymeleaf-skin</developerConnection>
16     <url>http://juplo.de/gitweb/?p=maven-thymeleaf-skin;a=summary</url>
17   </scm>
18
19   <developers>
20     <developer>
21       <id>kai</id>
22       <name>Kai Moritz</name>
23       <email>kai@juplo.de</email>
24     </developer>
25   </developers>
26
27
28   <properties>
29
30     <!-- Zeichensatz -->
31     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
32
33   </properties>
34
35   <distributionManagement>
36     <repository>
37       <id>juplo.internal</id>
38       <name>Internal Release Repository</name>
39       <url>http://juplo.de/archiva/repository/internal/</url>
40     </repository>
41     <snapshotRepository>
42       <id>juplo.snapshots</id>
43       <name>Internal Snapshot Repository</name>
44       <url>http://juplo.de/archiva/repository/snapshots/</url>
45     </snapshotRepository>
46   </distributionManagement>
47
48 </project>