Der Quellcode wird ab sofort mitveröffentlicht
[percentcodec] / pom.xml
diff --git a/pom.xml b/pom.xml
index f9bb030..1bdbf17 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,6 +25,7 @@
 
   <modules>
     <module>cachecontrol</module>
+    <module>utils</module>
   </modules>
 
   <properties>
@@ -34,6 +35,7 @@
 
     <!-- Verwendete Versionen -->
     <junit.version>4.8.1</junit.version>
+    <log4j.version>1.2.15</log4j.version>
     <servlet-api.version>2.5</servlet-api.version>
     <slf4j.version>1.6.1</slf4j.version>
     <springframework.version>3.0.5.RELEASE</springframework.version>
           </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>