diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..33a4d24 --- /dev/null +++ b/pom.xml @@ -0,0 +1,177 @@ + + + + 4.0.0 + + me.goudham + MyClipboard + 1.0.0 + jar + + MyClipboard + Utility Program to Access and Manipulate the Default System Clipboard + https://github.com/sgoudham/MyClipboard + + + UTF-8 + 11 + 11 + + + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + scm:git:git://github.com/sgoudham/MyClipboard.git + scm:git:ssh://github.com:sgoudham/MyClipboard.git + https://github.com/sgoudham/MyClipboard/tree/main + + + + + Goudham Suresh + sgoudham@gmail.com + Github + https://github.com/sgoudham + + + + + + MIT License + https://www.opensource.org/licenses/mit-license.php + + + + + + org.junit.jupiter + junit-jupiter-api + 5.7.2 + test + + + org.mockito + mockito-core + 3.11.2 + test + + + org.hamcrest + hamcrest + 2.2 + + + org.jetbrains + annotations + 21.0.1 + compile + + + org.apache.commons + commons-lang3 + 3.12.0 + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 11 + 11 + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.3.0 + + + attach-javadocs + + jar + + + + + 11 + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.0.1 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + ossrh + https://s01.oss.sonatype.org/ + false + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M5 + + + org.jacoco + jacoco-maven-plugin + 0.8.7 + + + + prepare-agent + + + + report + test + + report + + + + + + + \ No newline at end of file