diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..905f13b --- /dev/null +++ b/pom.xml @@ -0,0 +1,60 @@ + + + 4.0.0 + + + com.yourorganization + + javaparser-maven-sample + + 1.0-SNAPSHOT + + + + 1.8 + 1.8 + + UTF-8 + + + + + + com.github.javaparser + javaparser-core + 3.14.5 + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + 3.2.1 + + + + shade + + + true + + + com.yourorganization.maven_sample.LogicPositivizer + + + + + + + + + \ No newline at end of file