From f41d47cab268fb38c46a8ee81515c55bac25d3a0 Mon Sep 17 00:00:00 2001 From: Werner Keil Date: Thu, 18 Aug 2016 00:10:07 +0200 Subject: [PATCH] UNITSOFMEASUREMENT-194: Readme Task-Url: https://java.net/jira/browse/UNITSOFMEASUREMENT-194 --- README.md | 1 + pom.xml | 41 +++++++++++++++++++++++++++++++++-------- 2 files changed, 34 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 619c1d5..f8013bf 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,6 @@ This implementation passes the following **profiles**: See https://github.com/unitsofmeasurement/unit-tck#profiles +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/tec.uom.impl/uom-impl-enum/badge.svg)](https://maven-badges.herokuapp.com/maven-central/tec.uom.impl/uom-impl-enum) [![Circle CI](https://circleci.com/gh/unitsofmeasurement/uom-impl-enum.svg?style=svg)](https://circleci.com/gh/unitsofmeasurement/uom-impl-enum) [![License](http://img.shields.io/badge/license-BSD3-blue.svg?style=flat)](http://opensource.org/licenses/BSD-3-Clause) diff --git a/pom.xml b/pom.xml index 254cbb3..afe2db5 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ http://unitsofmeasurement.github.io/ https://github.com/unitsofmeasurement/unit-impl-enum - Lightweight approach based on Java Enums. + Small footprint approach based on Java Enums. BSD @@ -131,13 +131,38 @@ - + + + + + org.apache.maven.plugins + maven-source-plugin + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + true + + true + true + false + + ${maven.compile.sourceLevel} + + true + + + com.mycila license-maven-plugin