SuccessConsole Output

Started by an SCM change
Building in workspace /var/lib/jenkins/workspace/PluginBukkitBridge
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/CodeCrafter47/RainbowBukkitBridge.git # timeout=10
Fetching upstream changes from https://github.com/CodeCrafter47/RainbowBukkitBridge.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/CodeCrafter47/RainbowBukkitBridge.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 4dbabc5a5b8d08d23c1c9a472c6fcd1a4fa05b77 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4dbabc5a5b8d08d23c1c9a472c6fcd1a4fa05b77
 > git rev-list 98dab29d413f6195395966c54816813ed7566a2f # timeout=10
Parsing POMs
[PluginBukkitBridge] $ /var/lib/jenkins/tools/hudson.model.JDK/jdk7/bin/java -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven32-agent-1.6.jar:/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven/boot/plexus-classworlds-2.5.1.jar:/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven/conf/logging jenkins.maven3.agent.Maven32Main /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven /var/cache/jenkins/war/WEB-INF/lib/remoting-2.47.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven32-interceptor-1.6.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.6.jar 42051
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/workspace/PluginBukkitBridge/pom.xml verify
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for rainbow:PluginBukkitBridge:jar:1.8
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-shade-plugin is missing. @ line 133, column 21
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building PluginBukkitBridge 1.8
[INFO] ------------------------------------------------------------------------
[INFO] Downloading: file:///var/lib/jenkins/workspace/PluginBukkitBridge/repository/rainbow/PluginReference/49/PluginReference-49.pom
[WARNING] The POM for rainbow:PluginReference:jar:49 is missing, no dependency information available
[INFO] Downloading: file:///var/lib/jenkins/workspace/PluginBukkitBridge/repository/org/spigotmc/spigot-api/1.8-R0.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloading: file:///var/lib/jenkins/workspace/PluginBukkitBridge/repository/org/spigotmc/spigot-parent/dev-SNAPSHOT/maven-metadata.xml
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ PluginBukkitBridge ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ PluginBukkitBridge ---
[INFO] Compiling 6 source files to /var/lib/jenkins/workspace/PluginBukkitBridge/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ PluginBukkitBridge ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/PluginBukkitBridge/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ PluginBukkitBridge ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ PluginBukkitBridge ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.1:jar (default-jar) @ PluginBukkitBridge ---
[INFO] Building jar: /var/lib/jenkins/workspace/PluginBukkitBridge/target/PluginBukkitBridge.jar
[INFO] 
[INFO] --- maven-shade-plugin:2.3:shade (default) @ PluginBukkitBridge ---
[INFO] Including com.google.code.gson:gson:jar:2.1 in the shaded jar.
[INFO] Including org.spigotmc:spigot-api:jar:1.8-R0.1-SNAPSHOT in the shaded jar.
[INFO] Including mysql:mysql-connector-java:jar:5.1.17 in the shaded jar.
[INFO] Including org.xerial:sqlite-jdbc:jar:3.7.2 in the shaded jar.
[INFO] Including asm:asm:jar:3.3.1 in the shaded jar.
[INFO] Including asm:asm-commons:jar:3.3.1 in the shaded jar.
[INFO] Including asm:asm-tree:jar:3.3.1 in the shaded jar.
[WARNING] spigot-api-1.8-R0.1-SNAPSHOT.jar, PluginBukkitBridge.jar define 1 overlappping classes: 
[WARNING]   - org.bukkit.plugin.java.PluginClassLoader
[WARNING] maven-shade-plugin has detected that some .class files
[WARNING] are present in two or more JARs. When this happens, only
[WARNING] one single version of the class is copied in the uberjar.
[WARNING] Usually this is not harmful and you can skeep these
[WARNING] warnings, otherwise try to manually exclude artifacts
[WARNING] based on mvn dependency:tree -Ddetail=true and the above
[WARNING] output
[WARNING] See http://docs.codehaus.org/display/MAVENUSER/Shade+Plugin
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /var/lib/jenkins/workspace/PluginBukkitBridge/target/PluginBukkitBridge.jar with /var/lib/jenkins/workspace/PluginBukkitBridge/target/PluginBukkitBridge-1.8-shaded.jar
[INFO] Dependency-reduced POM written at: /var/lib/jenkins/workspace/PluginBukkitBridge/dependency-reduced-pom.xml
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:copy-resources (maps-file) @ PluginBukkitBridge ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- overmapped:0.0.2:map (default) @ PluginBukkitBridge ---
[INFO] 
OverMapped - inclusive Java remapping tool
Copyright (C) 2013  Wesley Wolfe

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 28.753 s
[INFO] Finished at: 2014-11-30T14:47:49+01:00
[INFO] Final Memory: 16M/266M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving /var/lib/jenkins/workspace/PluginBukkitBridge/dependency-reduced-pom.xml to rainbow/PluginBukkitBridge/1.8/PluginBukkitBridge-1.8.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/PluginBukkitBridge/target/PluginBukkitBridge.jar to rainbow/PluginBukkitBridge/1.8/PluginBukkitBridge-1.8.jar
channel stopped
Archiving artifacts
Finished: SUCCESS