From 2120343ff0f18ea75374820e8e14d95887d3f955 Mon Sep 17 00:00:00 2001 From: Dirk Lemmermann Date: Fri, 1 Dec 2017 17:22:29 +0100 Subject: [PATCH] Added deployment info to pom.xml. --- formsfx-core/pom.xml | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/formsfx-core/pom.xml b/formsfx-core/pom.xml index 7fe5e67..6ba8dd6 100644 --- a/formsfx-core/pom.xml +++ b/formsfx-core/pom.xml @@ -15,8 +15,30 @@ 1.0 + + + bintray-dlsc-oss-repository + dlsc-oss-repository + https://api.bintray.com/maven/dlsc-oss/repository/FormsFX/;publish=1 + + + + + org.apache.maven.plugins + maven-source-plugin + 3.0.1 + + + attach-sources + + jar + + + + + org.apache.maven.plugins maven-compiler-plugin @@ -30,10 +52,11 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.10.1 + 3.0.0-M1 + false + true FormsFX API - true true http://docs.oracle.com/javase/8/docs/api/ @@ -55,6 +78,12 @@ aggregate + + attach-javadocs + + jar + +