diff artifacts-common/pom.xml @ 576:9f49cf2d05bc 3.2.x

Cleanup POM inheritance
author Tom Gottfried <tom@intevation.de>
date Fri, 13 Jan 2023 18:52:12 +0100
parents a12a136e3d4c
children 0135bf3bd92b
line wrap: on
line diff
--- a/artifacts-common/pom.xml	Fri Jan 13 15:31:02 2023 +0100
+++ b/artifacts-common/pom.xml	Fri Jan 13 18:52:12 2023 +0100
@@ -1,18 +1,15 @@
 <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">
+  <parent>
+    <groupId>org.dive4elements</groupId>
+    <artifactId>artifact-system</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
   <modelVersion>4.0.0</modelVersion>
-
-  <groupId>org.dive4elements</groupId>
   <artifactId>artifacts-common</artifactId>
-  <version>1.0-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>artifacts-common</name>
-  <url>http://maven.apache.org</url>
-
-  <properties>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-  </properties>
 
   <dependencies>
     <dependency>
@@ -45,17 +42,6 @@
         <include>**/*.gwt.xml</include>
       </includes>
     </resource>
-  </resources>
-  <plugins>
-      <plugin>
-         <groupId>org.apache.maven.plugins</groupId>
-         <artifactId>maven-compiler-plugin</artifactId>
-         <version>2.0.2</version>
-         <configuration>
-            <source>1.6</source>
-            <target>1.6</target>
-         </configuration>
-      </plugin>
-   </plugins>
+   </resources>
   </build>
 </project>

http://dive4elements.wald.intevation.org