diff --git a/.gitignore b/.gitignore index 6069bbb..63337d1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ .settings/ target/ /native/ +build.properties diff --git a/pom.xml b/pom.xml index e685c8c..90aa171 100644 --- a/pom.xml +++ b/pom.xml @@ -64,7 +64,99 @@ org.libgit2.jagged.core:org.libgit2.jagged.core.* + + + org.codehaus.mojo + properties-maven-plugin + 1.0-alpha-1 + + + initialize + + read-project-properties + + + + ${basedir}/build.properties + + + + + + + + maven-antrun-plugin + 1.6 + + + clean-native + clean + + + + + + + + run + + + + + + + + windows + + + windows + + + + + + maven-antrun-plugin + 1.6 + + + compile-native.windows + compile + + + + + + + + + + + + + + + + + + + + + + + + + + + run + + + + + + + +