diff --git a/pom.xml b/pom.xml index 3d7b1abb..38d8c502 100644 --- a/pom.xml +++ b/pom.xml @@ -1,60 +1,84 @@ - - 4.0.0 - - com.yourorganization - - javaparser-maven-sample - - 1.0-SNAPSHOT + + 4.0.0 - - - 1.8 - 1.8 - - UTF-8 - + com.mycompany.app + my-app + 1.0-SNAPSHOT - - - - com.github.javaparser - javaparser-core - 3.23.1 - - + my-app + + http://www.example.com - - - - - org.apache.maven.plugins - maven-shade-plugin - 3.2.4 - - - - shade - - - true - - - com.yourorganization.maven_sample.LogicPositivizer - - - - - - - - - \ No newline at end of file + + UTF-8 + 1.7 + 1.7 + + + + + junit + junit + 4.11 + test + + + + + nexus-snapshots + http://localhost:8081/repository/maven-snapshots/ + + + nexus-releases + http://localhost:8081/repository/maven-releases/ + + + + + + + + maven-clean-plugin + 3.1.0 + + + + maven-resources-plugin + 3.0.2 + + + maven-compiler-plugin + 3.8.0 + + + maven-surefire-plugin + 2.22.1 + + + maven-jar-plugin + 3.0.2 + + + maven-install-plugin + 2.5.2 + + + maven-deploy-plugin + 2.8.2 + + + + maven-site-plugin + 3.7.1 + + + maven-project-info-reports-plugin + 3.0.0 + + + + +