commit a04297cf0a7ca3a0bc8e351a416d7a9795f0844a Author: Graham Date: Sun Jul 28 10:28:42 2019 +0100 Add initial project structure diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..b7099542 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.* +!.git* +!.mailmap +*/target +*~ +/nonfree +/target diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..071c344f --- /dev/null +++ b/pom.xml @@ -0,0 +1,165 @@ + + + 4.0.0 + + dev.openrs2 + openrs2 + 1.0.0-SNAPSHOT + pom + + OpenRS2 + + + util + + + + UTF-8 + + + + + + ch.qos.logback + logback-classic + 1.2.3 + + + org.slf4j + slf4j-api + 1.7.26 + + + org.junit.jupiter + junit-jupiter + 5.5.1 + test + + + + + + + + + org.apache.maven.plugins + maven-clean-plugin + 3.1.0 + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.0 + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + org.apache.maven.plugins + maven-enforcer-plugin + 1.4.1 + + + org.apache.maven.plugins + maven-install-plugin + 2.5.2 + + + org.apache.maven.plugins + maven-jar-plugin + 3.1.0 + + + org.apache.maven.plugins + maven-resources-plugin + 3.0.2 + + + org.apache.maven.plugins + maven-site-plugin + 3.7 + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2 + + + org.codehaus.mojo + tidy-maven-plugin + 1.1.0 + + + org.codehaus.mojo + versions-maven-plugin + 2.7 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 12 + 12 + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-versions + + enforce + + + + + 3.0.5 + + + + + + + + org.codehaus.mojo + tidy-maven-plugin + + + validate + validate + + check + + + + + + org.codehaus.mojo + versions-maven-plugin + + file://${session.executionRootDirectory}/version-rules.xml + + + + + + + + nonfree + + + nonfree/pom.xml + + + + nonfree + + + + diff --git a/util/pom.xml b/util/pom.xml new file mode 100644 index 00000000..e2d27bad --- /dev/null +++ b/util/pom.xml @@ -0,0 +1,15 @@ + + + 4.0.0 + + + dev.openrs2 + openrs2 + 1.0.0-SNAPSHOT + + + openrs2-util + jar + + OpenRS2 Utilities + diff --git a/version-rules.xml b/version-rules.xml new file mode 100644 index 00000000..bc6ec118 --- /dev/null +++ b/version-rules.xml @@ -0,0 +1,6 @@ + + + + (?i).*[._-](?:alpha|beta|rc|cr|m).* + +