Flatten tools modules

This commit is contained in:
Willem Cazander 2024-06-15 16:28:25 +02:00
parent 15574fc840
commit 899bf24f1c
21 changed files with 9 additions and 32 deletions

View file

@ -24,7 +24,8 @@
<module>x4o-eld-doc</module>
<module>x4o-html</module>
<module>x4o-meta</module>
<module>x4o-tool</module>
<module>x4o-tool-ant-plugin</module>
<module>x4o-tool-maven-plugin</module>
</modules>
<properties>

View file

@ -2,8 +2,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>x4o</artifactId>
<groupId>org.x4o</groupId>
<artifactId>x4o</artifactId>
<version>0.8.7-SNAPSHOT</version>
</parent>
<artifactId>x4o-driver</artifactId>

View file

@ -2,8 +2,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>x4o</artifactId>
<groupId>org.x4o</groupId>
<artifactId>x4o</artifactId>
<version>0.8.7-SNAPSHOT</version>
</parent>
<artifactId>x4o-eld-doc</artifactId>

View file

@ -2,10 +2,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>x4o</artifactId>
<groupId>org.x4o</groupId>
<artifactId>x4o</artifactId>
<version>0.8.7-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>x4o-meta</artifactId>
<packaging>jar</packaging>

View file

@ -2,8 +2,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.x4o.tool</groupId>
<artifactId>x4o-tool</artifactId>
<groupId>org.x4o</groupId>
<artifactId>x4o</artifactId>
<version>0.8.7-SNAPSHOT</version>
</parent>
<artifactId>x4o-tool-ant-plugin</artifactId>
@ -13,12 +13,10 @@
<dependency>
<groupId>org.x4o</groupId>
<artifactId>x4o-driver</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.x4o</groupId>
<artifactId>x4o-eld-doc</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>

View file

@ -2,8 +2,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.x4o.tool</groupId>
<artifactId>x4o-tool</artifactId>
<groupId>org.x4o</groupId>
<artifactId>x4o</artifactId>
<version>0.8.7-SNAPSHOT</version>
</parent>
<artifactId>x4o-tool-maven-plugin</artifactId>
@ -14,12 +14,10 @@
<dependency>
<groupId>org.x4o</groupId>
<artifactId>x4o-driver</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.x4o</groupId>
<artifactId>x4o-eld-doc</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>

View file

@ -1,19 +0,0 @@
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>x4o</artifactId>
<groupId>org.x4o</groupId>
<version>0.8.7-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>x4o-tool</artifactId>
<groupId>org.x4o.tool</groupId>
<packaging>pom</packaging>
<name>x4o-tool</name>
<description>x4o tools to use and plugin for other applications</description>
<modules>
<module>x4o-tool-ant-plugin</module>
<module>x4o-tool-maven-plugin</module>
</modules>
</project>