diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..97cfe8a --- /dev/null +++ b/pom.xml @@ -0,0 +1,116 @@ + + + 4.0.0 + com.github.javadev + leetcode-in-all + jar + 1.0 + leetcode-in-all + 104 LeetCode algorithm problem solutions + https://github.com/javadev/LeetCode-in-All + + + Valentyn Kolesnikov + + + + + The MIT License + http://opensource.org/licenses/MIT + repo + + + + scm:git:git://github.com/javadev/LeetCode-in-All.git + scm:git:git://github.com/javadev/LeetCode-in-All.git + https://github.com/javadev/LeetCode-in-All + + + UTF-8 + + + GitHub Actions + https://github.com/javadev/LeetCode-in-All/actions + + + GitHub Issues + https://github.com/javadev/LeetCode-in-All/issues + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.12.1 + + 17 + 17 + UTF-8 + + -Xlint:unchecked + -Xlint:deprecation + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.2.2 + + + + + + + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.0 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.3.1 + + + attach-sources + + jar + + + + + false + false + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + +