refactor(layout): clean packaging

This commit is contained in:
aro 2023-01-31 15:26:09 +01:00
parent 273ffb28ec
commit 575224a69d
80 changed files with 48 additions and 18 deletions

View file

@ -4,7 +4,7 @@
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>
<artifactId>nicko-core</artifactId>
<artifactId>core</artifactId>
<version>1.0-SNAPSHOT</version>
<parent>

37
dist/pom.xml vendored
View file

@ -76,32 +76,57 @@
<dependencies>
<dependency>
<groupId>net.artelnatif</groupId>
<artifactId>nicko-core</artifactId>
<artifactId>core</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>net.artelnatif</groupId>
<artifactId>nicko-v1_17_R1</artifactId>
<artifactId>v1_14_R1</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>net.artelnatif</groupId>
<artifactId>nicko-v1_18_R1</artifactId>
<artifactId>v1_15_R1</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>net.artelnatif</groupId>
<artifactId>nicko-v1_18_R2</artifactId>
<artifactId>v1_16_R1</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>net.artelnatif</groupId>
<artifactId>nicko-v1_19_R1</artifactId>
<artifactId>v1_16_R2</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>net.artelnatif</groupId>
<artifactId>nicko-v1_19_R2</artifactId>
<artifactId>v1_16_R3</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>net.artelnatif</groupId>
<artifactId>v1_17_R1</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>net.artelnatif</groupId>
<artifactId>v1_18_R1</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>net.artelnatif</groupId>
<artifactId>v1_18_R2</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>net.artelnatif</groupId>
<artifactId>v1_19_R1</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>net.artelnatif</groupId>
<artifactId>v1_19_R2</artifactId>
<version>${project.parent.version}</version>
</dependency>
</dependencies>

View file

@ -11,8 +11,13 @@
<packaging>pom</packaging>
<modules>
<module>nicko-core</module>
<module>core</module>
<module>dist</module>
<module>v1_14_R1</module>
<module>v1_15_R1</module>
<module>v1_16_R1</module>
<module>v1_16_R2</module>
<module>v1_16_R3</module>
<module>v1_17_R1</module>
<module>v1_18_R1</module>
<module>v1_18_R2</module>

View file

@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>nicko-v1_17_R1</artifactId>
<artifactId>v1_17_R1</artifactId>
<version>1.0-SNAPSHOT</version>
<dependencies>
@ -21,7 +21,7 @@
</dependency>
<dependency>
<groupId>net.artelnatif</groupId>
<artifactId>nicko-core</artifactId>
<artifactId>core</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>

View file

@ -10,7 +10,7 @@
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>nicko-v1_18_R1</artifactId>
<artifactId>v1_18_R1</artifactId>
<version>1.0-SNAPSHOT</version>
<dependencies>
@ -22,7 +22,7 @@
</dependency>
<dependency>
<groupId>net.artelnatif</groupId>
<artifactId>nicko-core</artifactId>
<artifactId>core</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>

View file

@ -10,7 +10,7 @@
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>nicko-v1_18_R2</artifactId>
<artifactId>v1_18_R2</artifactId>
<version>1.0-SNAPSHOT</version>
<dependencies>
@ -22,7 +22,7 @@
</dependency>
<dependency>
<groupId>net.artelnatif</groupId>
<artifactId>nicko-core</artifactId>
<artifactId>core</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>

View file

@ -10,7 +10,7 @@
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>nicko-v1_19_R1</artifactId>
<artifactId>v1_19_R1</artifactId>
<version>1.0-SNAPSHOT</version>
<dependencies>
@ -22,7 +22,7 @@
</dependency>
<dependency>
<groupId>net.artelnatif</groupId>
<artifactId>nicko-core</artifactId>
<artifactId>core</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>

View file

@ -10,7 +10,7 @@
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>nicko-v1_19_R2</artifactId>
<artifactId>v1_19_R2</artifactId>
<version>1.0-SNAPSHOT</version>
<dependencies>
@ -23,7 +23,7 @@
</dependency>
<dependency>
<groupId>net.artelnatif</groupId>
<artifactId>nicko-core</artifactId>
<artifactId>core</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>