4903566421a23abbb4a2a6c8ce14799befc363b2
[percentcodec] / 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"
3          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4
5   <modelVersion>4.0.0</modelVersion>
6
7   <groupId>de.juplo</groupId>
8   <artifactId>juplo</artifactId>
9   <version>1.0-SNAPSHOT</version>
10   <name>Juplo</name>
11   <packaging>pom</packaging>
12   <url>http://www.juplo.de</url>
13
14   <prerequisites>
15     <maven>2.0.6</maven>
16   </prerequisites>
17
18   <scm>
19     <connection>scm:git:http://juplo.de/git</connection>
20     <developerConnection>scm:git:ssh://ich-geh-kaputt.de:/home/kai/git/juplo</developerConnection>
21     <url>http://juplo.de/git</url>
22   </scm>
23
24   <developers>
25     <developer>
26       <id>kai</id>
27       <name>Kai Moritz</name>
28       <email>kai@juplo.de</email>
29     </developer>
30   </developers>
31
32   <modules>
33     <module>testingtools</module>
34     <module>percentcodec</module>
35     <module>maven-plugins</module>
36     <module>accelerator</module>
37     <module>accelerator-examples</module>
38   </modules>
39
40   <properties>
41     <!-- Zeichensatz -->
42     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
43   </properties>
44
45   <distributionManagement>
46     <repository>
47       <id>juplo.internal</id>
48       <name>Internal Release Repository</name>
49       <url>http://juplo.de/archiva/repository/internal/</url>
50     </repository>
51     <snapshotRepository>
52       <id>juplo.snapshots</id>
53       <name>Internal Snapshot Repository</name>
54       <url>http://juplo.de/archiva/repository/snapshots/</url>
55     </snapshotRepository>
56   </distributionManagement>
57
58   <reporting>
59     <plugins>
60       <plugin>
61         <groupId>org.apache.maven.plugins</groupId>
62         <artifactId>maven-scm-plugin</artifactId>
63         <configuration>
64           <goals>install</goals>
65         </configuration>
66       </plugin>
67       <plugin>
68         <artifactId>maven-changes-plugin</artifactId>
69       </plugin>
70       <plugin>
71         <artifactId>maven-checkstyle-plugin</artifactId>
72       </plugin>
73     </plugins>
74   </reporting>
75
76 </project>