diff artifacts/pom.xml @ 298:a5e6d1923c95

Made namespace resolution more compatible. artifacts/trunk@2383 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 21 Jul 2011 08:32:34 +0000
parents 10d726907419
children 8032aade18f7
line wrap: on
line diff
--- a/artifacts/pom.xml	Wed Jul 20 12:30:57 2011 +0000
+++ b/artifacts/pom.xml	Thu Jul 21 08:32:34 2011 +0000
@@ -18,6 +18,15 @@
   <build>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.0.2</version>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>buildnumber-maven-plugin</artifactId>
         <executions>

http://dive4elements.wald.intevation.org