diff --git a/.gitignore b/.gitignore index 84adb3f..ae5a5fe 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,13 @@ # Compiled class file *.class +# maven +target + +# intellji idea +.idea +*.iml + # Log file *.log diff --git a/agl-api/pom.xml b/agl-api/pom.xml new file mode 100644 index 0000000..c6f044e --- /dev/null +++ b/agl-api/pom.xml @@ -0,0 +1,16 @@ + + + + GreenAppleLogin + net.limework.plugins + 1.0.0-SNAPSHOT + ../pom.xml + + 4.0.0 + + agl-api + + + \ No newline at end of file diff --git a/agl-velocity/pom.xml b/agl-velocity/pom.xml new file mode 100644 index 0000000..2d6c3fc --- /dev/null +++ b/agl-velocity/pom.xml @@ -0,0 +1,16 @@ + + + + GreenAppleLogin + net.limework.plugins + 1.0.0-SNAPSHOT + ../pom.xml + + 4.0.0 + + agl-velocity + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..d882cfd --- /dev/null +++ b/pom.xml @@ -0,0 +1,17 @@ + + + 4.0.0 + + net.limework.plugins + GreenAppleLogin + pom + 1.0.0-SNAPSHOT + + agl-api + agl-velocity + + + + \ No newline at end of file