[Project] Prepared pom.xml for deployment to Maven Central

This commit is contained in:
Robert von Burg 2016-11-14 09:45:50 +01:00
parent 480b33c447
commit 5ba5e0b73b
2 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,7 @@ fi
# Build and deploy
echo -e "\nINFO: Building and deploying to Maven Central..."
if ! mvn clean deploy -DskipTests -Pdeploy > /dev/null ; then
if ! mvn clean deploy -DskipTests -Pdeploy ; then
echo -e "ERROR: Failed to build and deploy to Maven Central!"
exit 1
fi

View File

@ -7,6 +7,7 @@
<packaging>jar</packaging>
<name>ch.eitchnet.beaglebone</name>
<description>A pure Java API for the BeagleBone</description>
<url>http://maven.apache.org</url>
<issueManagement>