diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..9d6218d --- /dev/null +++ b/pom.xml @@ -0,0 +1,59 @@ + + 4.0.0 + + com.example + MyJavaProject + 1.0-SNAPSHOT + + + 1.8 + 1.8 + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 1.8 + 1.8 + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.2.0 + + + + true + lib/ + com.example.App + + + + + + + org.apache.maven.plugins + maven-clean-plugin + 3.1.0 + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2 + + + + diff --git a/target/MyJavaProject-1.0-SNAPSHOT.jar b/target/MyJavaProject-1.0-SNAPSHOT.jar new file mode 100644 index 0000000..e532e40 Binary files /dev/null and b/target/MyJavaProject-1.0-SNAPSHOT.jar differ diff --git a/target/maven-archiver/pom.properties b/target/maven-archiver/pom.properties new file mode 100644 index 0000000..42a468b --- /dev/null +++ b/target/maven-archiver/pom.properties @@ -0,0 +1,3 @@ +artifactId=MyJavaProject +groupId=com.example +version=1.0-SNAPSHOT