From 62b81c200a41631cb2e3916daf98ecff7bcf28e8 Mon Sep 17 00:00:00 2001 From: "Oliver, Jonathan" Date: Sat, 2 Jul 2016 20:03:15 -0600 Subject: [PATCH] commit 24ca0ae107241afc18d441a65c2a49f330eabc22 Date: Wed Jun 29 16:07:31 2016 -0600 Fixed typo in Vagrantfile. commit 18e64b131e62e938f8197b569ee4226d89e54f35 Date: Wed Jun 29 15:48:09 2016 -0600 Put the profile back in Maven's settings, because evidently it's important. commit fee505f975e0b696256063176ea62162431baa73 Date: Wed Jun 29 15:26:31 2016 -0600 Examples are no longer included in the main JAR. --- Vagrantfile | 13 ++++++++++++- pom.xml | 10 ++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 61bffb9..98d6785 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -20,8 +20,19 @@ $provision = <<-EOF sed -i -r "s%%\ \ - ossr\ + ossrh\ smartystreets\ $OSSRH_PASSWORD\ %g" /etc/maven/settings.xml + + sed -i -r "s%%\ + \ + ossrh\ + \ + true\ + \ + \ + gpg\ + \ + %g" /etc/maven/settings.xml EOF diff --git a/pom.xml b/pom.xml index 6b4e783..88f75f6 100644 --- a/pom.xml +++ b/pom.xml @@ -85,6 +85,16 @@ + + org.apache.maven.plugins + maven-jar-plugin + 3.0.2 + + + **/examples/ + + + org.apache.maven.plugins maven-javadoc-plugin