Projekt von de.halbekunst.juplo nach de.juplo verschoben und aufgerÀumt
[percentcodec] / pom.xml
diff --git a/pom.xml b/pom.xml
index 8c63f41..ec6d830 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,12 +4,12 @@
 
   <modelVersion>4.0.0</modelVersion>
 
-  <groupId>de.halbekunst</groupId>
+  <groupId>de.juplo</groupId>
   <artifactId>juplo</artifactId>
-  <version>2.0-SNAPSHOT</version>
+  <version>1.0-SNAPSHOT</version>
   <name>Juplo</name>
   <packaging>pom</packaging>
-  <url>http://www.halbekunst.de</url>
+  <url>http://www.juplo.de</url>
 
   <prerequisites>
     <maven>2.0.6</maven>
     <developer>
       <id>kai</id>
       <name>Kai Moritz</name>
-      <email>kai@ich-geh-kaputt.de</email>
+      <email>kai@juplo.de</email>
     </developer>
   </developers>
 
   <modules>
-    <module>test</module>
-    <module>cachecontrol</module>
-    <module>examples</module>
+    <module>testingtools</module>
+    <module>percentcodec</module>
+    <module>maven-plugins</module>
+    <module>accelerator</module>
+    <module>accelerator-examples</module>
   </modules>
 
   <properties>
-
     <!-- Zeichensatz -->
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-
-    <!-- Verwendete Versionen -->
-    <aspectj.version>1.6.11</aspectj.version>
-    <commons-io.version>1.3.2</commons-io.version>
-    <httpunit.version>1.7.1</httpunit.version>
-    <jasper.version>6.0.29</jasper.version>
-    <jetty.version>8.1.4.v20120524</jetty.version>
-    <jpa.version>1.0</jpa.version>
-    <jstl.version>1.2</jstl.version>
-    <junit.version>4.8.1</junit.version>
-    <log4j.version>1.2.16</log4j.version>
-    <servlet-api.version>2.5</servlet-api.version>
-    <slf4j.binding>slf4j-log4j12</slf4j.binding>
-    <slf4j.version>1.6.1</slf4j.version>
-    <springframework.version>3.0.6.RELEASE</springframework.version>
-
   </properties>
 
-  <dependencies>
-
-    <!-- Logging -->
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-api</artifactId>
-      <version>${slf4j.version}</version>
-    </dependency>
-
-    <!-- Test -->
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>${junit.version}</version>
-      <scope>test</scope>
-    </dependency>
-
-  </dependencies>
-
-  <repositories>
-    <!-- For JSR 303, Hibernate Validator and other Hibernate-Stuff - Encourage JBoss to publish these artifacts to Maven Central! -->
-    <repository>
-      <id>org.jboss.repository.maven</id>
-      <url>http://repository.jboss.org/maven2</url>
-      <snapshots><enabled>false</enabled></snapshots>
-    </repository>
-    <repository>
-      <id>halbekunst.internal</id>
-      <name>Internal Release Repository</name>
-      <url>http://halbekunst.de/archiva/repository/internal/</url>
-      <snapshots><enabled>false</enabled></snapshots>
-    </repository>
-  </repositories>
-
   <distributionManagement>
     <repository>
-      <id>halbekunst.internal</id>
+      <id>juplo.internal</id>
       <name>Internal Release Repository</name>
-      <url>http://halbekunst.de/archiva/repository/internal/</url>
+      <url>http://juplo.de/archiva/repository/internal/</url>
     </repository>
     <snapshotRepository>
-      <id>halbekunst.snapshots</id>
+      <id>juplo.snapshots</id>
       <name>Internal Snapshot Repository</name>
-      <url>http://halbekunst.de/archiva/repository/snapshots/</url>
+      <url>http://juplo.de/archiva/repository/snapshots/</url>
     </snapshotRepository>
   </distributionManagement>
 
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.6</source>
-          <target>1.6</target>
-          <encoding>utf8</encoding>
-          <showWarnings>true</showWarnings>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-dependency-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>install</id>
-            <phase>install</phase>
-            <goals>
-              <goal>sources</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-source-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>attach-sources</id>
-            <phase>verify</phase>
-            <goals>
-              <goal>jar</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
   <reporting>
     <plugins>
       <plugin>
       <plugin>
         <artifactId>maven-checkstyle-plugin</artifactId>
       </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.0</version>
-      </plugin>
-      <plugin>
-        <artifactId>maven-javadoc-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <artifactId>maven-jxr-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <artifactId>maven-pmd-plugin</artifactId>
-        <configuration>
-          <linkXref>true</linkXref>
-          <targetJdk>1.5</targetJdk>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-surefire-report-plugin</artifactId>
-      </plugin>
     </plugins>
   </reporting>