From 9a850965b5a9754829728028d65a11b4467d1b10 Mon Sep 17 00:00:00 2001 From: dubasdey Date: Tue, 22 Jan 2019 09:33:26 +0100 Subject: [PATCH] Added project url --- pom.xml | 75 ++++++++++++++++++++++++++++++++------------------------- 1 file changed, 42 insertions(+), 33 deletions(-) diff --git a/pom.xml b/pom.xml index 3291fff..12eea7f 100644 --- a/pom.xml +++ b/pom.xml @@ -22,8 +22,8 @@ coinbase-pro-client 0.0.3 coinbase-pro-client - Coinbase PRO Client - + Coinbase pro Client library + https://github.com/dubasdey/coinbase-pro-client GNU LESSER GENERAL PUBLIC LICENSE v3 @@ -78,8 +78,47 @@ - + + build-extras + + true + + + + + org.apache.maven.plugins + maven-source-plugin + 3.0.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.0.1 + + true + + + + attach-javadocs + + jar + + + + + + + + @@ -119,36 +158,6 @@ false - - org.apache.maven.plugins - maven-javadoc-plugin - 3.0.1 - - true - - - - attach-javadocs - - jar - - - - - - org.apache.maven.plugins - maven-source-plugin - 3.0.1 - - - attach-sources - - jar - - - - - org.sonatype.plugins nexus-staging-maven-plugin