From 0f29016748476803ee4542ab9298b3ccae32bd23 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sat, 26 Jan 2013 13:56:32 +0100 Subject: o Adding sources plugin to always get the sources installed. --- .travis.yml | 2 +- pom.xml | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2b8c677..b7b1492 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,4 @@ install: "mvn -DskipTests -U -B install" after_success: - python .travis-addServer.py # No need to run clean or run tests when simply deploying. - - mvn -DskipTests deploy -B --settings ~/.m2/mySettings.xml + - mvn -DskipTests -B --settings ~/.m2/mySettings.xml deploy diff --git a/pom.xml b/pom.xml index 1cdcf93..818c898 100644 --- a/pom.xml +++ b/pom.xml @@ -87,6 +87,20 @@ 1.5 + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + verify + + jar-no-fork + + + + -- cgit v1.2.3