From: gotty Date: Sat, 21 Jan 2017 01:57:43 +0000 (+0000) Subject: [LIB-2] Add snooker-score-api POM file X-Git-Url: https://git.hedgecode.org/?p=snooker-score-api.git;a=commitdiff_plain;h=20a8093246c9bb7def0c07a03bceff6f31412f35 [LIB-2] Add snooker-score-api POM file git-svn-id: https://svn.hedgecode.org/lib/snooker-score-api/trunk@99 fb0bcced-7025-49ed-a12f-f98bce993226 --- diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..59baa73 --- /dev/null +++ b/pom.xml @@ -0,0 +1,208 @@ + + + + + + 4.0.0 + + + org.hedgecode.maven + maven-parent + 1 + + + org.hedgecode.snooker + snooker-score-api + 0.1-SNAPSHOT + jar + + Hedgecode Snooker Score API + + Hedgecode Snooker Score is an API library for portal snooker.org, + which contains the results of snooker competitions and other snooker information. + The library provides a set of entity objects that can be used in client + applications (to inform about the results of snooker) developed in Java. + + 2017 + + http://lib.hedgecode.org/${project.artifactId}/ + + + scm:svn:http://svn.hedgecode.org/lib/${project.artifactId}/trunk/ + scm:svn:https://svn.hedgecode.org/lib/${project.artifactId}/trunk/ + http://svn.hedgecode.org/lib/${project.artifactId}/trunk/ + + + + JIRA + http://issues.hedgecode.org/browse/${issueKey}/component/${issueComponentId} + + + + + hedgecode.website + Hedgecode Libs Website + dav:https://hedgecode.org/libs/${project.artifactId}/ + + + + + 8 + 1.${javaVersion} + 1.${javaVersion} + 2.8.0 + 4.8.2 + 2.8 + 2.5 + 2.4.1 + 2.5.3 + 3.4 + 2.7 + 10012 + LIB + 2 + + + + + com.google.code.gson + gson + ${gsonVersion} + + + junit + junit + ${junitVersion} + test + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + ${mavenDependencyPluginVersion} + + + copy-dependencies + prepare-package + + copy-dependencies + + + ${project.build.directory}/lib + false + false + true + + + + + + org.apache.maven.plugins + maven-jar-plugin + ${mavenJarPluginVersion} + + + + true + lib/ + true + true + org.hedgecode.snooker.SnookerScoreApp + + + ${project.artifactId} + + + + + + org.apache.maven.plugins + maven-release-plugin + ${mavenReleasePluginVersion} + + https://svn.hedgecode.org/lib/${project.artifactId}/tags + https://svn.hedgecode.org/lib/${project.artifactId}/branches + clean install + deploy + release + [${issueKey}-${issueNumber}] + + + + org.apache.maven.plugins + maven-site-plugin + ${mavenPluginToolsVersion} + + en,ru + + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + ${wagonWebDavVersion} + + + + + + + + + jar-with-dependencies + + + + org.apache.maven.plugins + maven-assembly-plugin + ${mavenAssemblyPluginVersion} + + + + true + lib/ + true + true + org.hedgecode.snooker.SnookerScoreApp + + + ${project.artifactId} + + + + jar-with-dependencies + + + + + make-assembly + package + + single + + + + + + + + + +