diff --git a/pom.xml b/pom.xml index 8d137aca..ae2a8ac5 100644 --- a/pom.xml +++ b/pom.xml @@ -1,210 +1,218 @@ - 4.0.0 - de.dhbwstuttgart - JavaTXcompiler - 0.1 - JavaTXcompiler - http://maven.apache.org - jar + 4.0.0 + de.dhbwstuttgart + JavaTXcompiler + 0.1.0 + JavaTXcompiler + http://maven.apache.org + jar - - 1.8 - 1.8 - UTF-8 - 1.2.0 - - - - maven-repository - MyCo Internal Repository - file:///${project.basedir}/maven-repository/ - - + + 1.8 + 1.8 + UTF-8 + 1.2.0 + + + + maven-repository + MyCo Internal Repository + file:///${project.basedir}/maven-repository/ + + - - - org.antlr - antlr4 - 4.7 - - - commons-io - commons-io - 2.6 - - - com.google.guava - guava - 27.0.1-jre - - - org.reflections - reflections - 0.9.11 - - - org.ow2.asm - asm - [6.1.1,) - - - junit - junit - 4.12 - test - - + + + org.antlr + antlr4 + 4.7 + + + commons-io + commons-io + 2.6 + + + com.google.guava + guava + 27.0.1-jre + + + org.reflections + reflections + 0.9.11 + + + org.ow2.asm + asm + [6.1.1,) + + + junit + junit + 4.12 + test + + - - target - target/classes - ${project.artifactId}-${project.version} - target/test-classes - - - org.antlr - antlr4-maven-plugin - 4.7 - - - antlr - - antlr4 - - - src/main/antlr4/java8 - ${project.basedir}/target/generated-sources/antlr4/de/dhbwstuttgart/parser/antlr - - -package - de.dhbwstuttgart.parser.antlr - - - - - aspParser - - antlr4 - - - src/main/antlr4/sat/ - ${project.basedir}/target/generated-sources/antlr4/de/dhbwstuttgart/sat/asp/parser/antlr - - -package - de.dhbwstuttgart.sat.asp.parser.antlr - - - + + target + target/classes + ${project.artifactId}-${project.version} + target/test-classes + + + org.antlr + antlr4-maven-plugin + 4.7 + + + antlr + + antlr4 + + + src/main/antlr4/java8 + ${project.basedir}/target/generated-sources/antlr4/de/dhbwstuttgart/parser/antlr + + -package + de.dhbwstuttgart.parser.antlr + + + + + aspParser + + antlr4 + + + src/main/antlr4/sat/ + ${project.basedir}/target/generated-sources/antlr4/de/dhbwstuttgart/sat/asp/parser/antlr + + -package + de.dhbwstuttgart.sat.asp.parser.antlr + + + - - - - maven-assembly-plugin - - - package - - single - - - - - - jar-with-dependencies - - - - - org.apache.maven.plugins - maven-site-plugin - 3.7.1 - - - org.apache.maven.plugins - maven-project-info-reports-plugin - 3.0.0 - - - org.reficio - p2-maven-plugin - 1.3.0 - - - default-cli - - - - - - de.dhbwstuttgart:JavaTXcompiler:0.1 - - - org.reflections:reflections:0.9.11 - - - com.google.guava:guava:27.0.1-jre - - - javax.annotation:javax.annotation-api:1.3.1 - - - org.glassfish:javax.annotation:3.1.1 - - - - - - - - org.eclipse.jetty - jetty-maven-plugin - 9.4.14.v20181114 - - 10 - ${basedir}/target/repository/ - - /site - - - jar - - - - - org.eclipse.tycho - tycho-p2-repository-plugin - ${tycho.version} - - - p2:site - - archive-repository - - - - - - - - - - reficio - http://repo.reficio.org/maven/ - - - repo2_maven_org - http://repo2.maven.org/maven2 - - - - - maven-repository - file:///${project.basedir}/target - - + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M1 + + true + + + + maven-assembly-plugin + + + package + + single + + + + + + jar-with-dependencies + + + + + org.apache.maven.plugins + maven-site-plugin + 3.7.1 + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 3.0.0 + + + org.reficio + p2-maven-plugin + 1.3.0 + + + default-cli + + + + + + de.dhbwstuttgart:JavaTXcompiler:0.1 + + + org.reflections:reflections:0.9.11 + + + com.google.guava:guava:27.0.1-jre + + + javax.annotation:javax.annotation-api:1.3.1 + + + org.glassfish:javax.annotation:3.1.1 + + + + + + + + org.eclipse.jetty + jetty-maven-plugin + 9.4.14.v20181114 + + 10 + ${basedir}/target/repository/ + + /site + + + jar + + + + + org.eclipse.tycho + tycho-p2-repository-plugin + ${tycho.version} + + + p2:site + + archive-repository + + + + + + + + + + reficio + http://repo.reficio.org/maven/ + + + repo2_maven_org + http://repo2.maven.org/maven2 + + + + + maven-repository + file:///${project.basedir}/target + +