diff --git a/DIST/DIST.iml b/DIST/DIST.iml new file mode 100644 index 0000000..261c986 --- /dev/null +++ b/DIST/DIST.iml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/DIST/pom.xml b/DIST/pom.xml new file mode 100644 index 0000000..6e376d4 --- /dev/null +++ b/DIST/pom.xml @@ -0,0 +1,74 @@ + + + + 4.0.0 + + + com.trafalcraft.antiRedstoneClock + AntiRedstoneClock-Reborn + 2.0 + + + DIST + pom + + + 17 + 17 + UTF-8 + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 17 + 17 + + + + org.apache.maven.plugins + maven-jar-plugin + 3.0.2 + + + org.apache.maven.plugins + maven-assembly-plugin + 3.1.0 + + + package-all + package + + single + + + false + + ${project.basedir}/../src/main/resources/all-jar.xml + + + + + + + + + + + ${project.groupId} + MAIN + ${project.version} + jar + compile + + + +