From cc08b2289fc7bebb4831d1f65b235b6afb679088 Mon Sep 17 00:00:00 2001 From: Frode Carlsen Date: Wed, 1 Mar 2017 19:24:39 +0100 Subject: [PATCH] profile for maven central --- pom.xml | 113 ++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 81 insertions(+), 32 deletions(-) diff --git a/pom.xml b/pom.xml index 8a06423..6b27a14 100644 --- a/pom.xml +++ b/pom.xml @@ -1,37 +1,86 @@ - 4.0.0 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + 4.0.0 - fc.cron - cron - pom - 1.4-SNAPSHOT - cron - https://github.com/frode-carlsen/cron - - - - Apache License Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0 - - + fc.cron + cron + pom + 1.4-SNAPSHOT + cron + https://github.com/frode-carlsen/cron - - java8 - jodatime - + + + Apache License Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0 + + - - - junit - junit - 4.12 - test - - - - - UTF-8 - UTF-8 - + + java8 + jodatime + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + junit + junit + 4.12 + test + + + + + + + release + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + + + + + + + + + UTF-8 + UTF-8 +