Hi community,
i need help releasing the sasunit-plugin.
I use 

$ mvn release:prepare release:perform -Dusername=... -Dpassword=... 
to start the release process. The build ends with success,
but the plug-in won't show up in the available plug-in list as well as in 
the plug-in wiki page.
https://wiki.jenkins-ci.org/display/JENKINS/SASUnit+Plugin

I attached the release log.
Am I missing something?
Greetings




-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/c0f6a270-cd18-4ad5-8254-db79b156d757%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building SASUnit Plugin 1.022-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-release-plugin:2.2.2:prepare (default-cli) @ sasunit-plugin ---
[INFO] Verifying that there are no local modifications...
[INFO]   ignoring changes on: pom.xml.next, release.properties, 
pom.xml.releaseBackup, pom.xml.backup, pom.xml.branch, pom.xml.tag
[INFO] Executing: /bin/sh -c cd /home/braun/workspace/GIT && git status
[INFO] Working directory: /home/braun/workspace/GIT
[INFO] Checking dependencies and plugins for snapshots ...
[INFO] Transforming 'SASUnit Plugin'...
[INFO] Not generating release POMs
[INFO] Executing goals 'clean verify'...
[INFO] [INFO] Scanning for projects...
[INFO] [INFO]                                                                   
      
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Building SASUnit Plugin 1.022
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ 
sasunit-plugin ---
[INFO] [INFO] Deleting /home/braun/workspace/GIT/target
[INFO] [INFO] 
[INFO] [INFO] --- maven-hpi-plugin:1.95:validate (default-validate) @ 
sasunit-plugin ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-maven) @ 
sasunit-plugin ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-enforcer-plugin:1.0.1:display-info (display-info) @ 
sasunit-plugin ---
[INFO] [INFO] Maven Version: 3.0.5
[INFO] [INFO] JDK Version: 1.7.0_55 normalized as: 1.7.0-55
[INFO] [INFO] OS Info: Arch: amd64 Family: unix Name: linux Version: 
3.13.0-34-generic
[INFO] [INFO] 
[INFO] [INFO] --- maven-localizer-plugin:1.14:generate (default) @ 
sasunit-plugin ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
sasunit-plugin ---
[INFO] [debug] execute contextualize
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 22 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:2.5:compile (default-compile) @ 
sasunit-plugin ---
[INFO] [INFO] Compiling 4 source files to 
/home/braun/workspace/GIT/target/classes
[INFO] [INFO] 
[INFO] [INFO] --- access-modifier-checker:1.7:enforce (default-enforce) @ 
sasunit-plugin ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-hpi-plugin:1.95:insert-test (default-insert-test) @ 
sasunit-plugin ---
[INFO] [INFO] 
[INFO] [INFO] --- gmaven-plugin:1.3:generateTestStubs (test-in-groovy) @ 
sasunit-plugin ---
[INFO] [INFO] No sources found for Java stub generation
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:2.5:testResources 
(default-testResources) @ sasunit-plugin ---
[INFO] [debug] execute contextualize
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory 
/home/braun/workspace/GIT/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:2.5:testCompile (default-testCompile) @ 
sasunit-plugin ---
[INFO] [INFO] Compiling 2 source files to 
/home/braun/workspace/GIT/target/test-classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-hpi-plugin:1.95:test-hpl (default-test-hpl) @ 
sasunit-plugin ---
[INFO] [INFO] Generating /home/braun/workspace/GIT/target/test-classes/the.hpl
[INFO] [INFO] 
[INFO] [INFO] --- maven-hpi-plugin:1.95:resolve-test-dependencies 
(default-resolve-test-dependencies) @ sasunit-plugin ---
[INFO] [INFO] 
[INFO] [INFO] --- gmaven-plugin:1.3:testCompile (test-in-groovy) @ 
sasunit-plugin ---
[INFO] [INFO] No sources found to compile
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:2.9:test (default-test) @ 
sasunit-plugin ---
[INFO] [INFO] Surefire report directory: 
/home/braun/workspace/GIT/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running de.hms.sasunit.sasunitplugin.SASUnitPlugInBuilderTest
[INFO] Exploding 
/home/braun/.m2/repository/org/jenkins-ci/main/jenkins-war/1.532.3/jenkins-war-1.532.3-war-for-test.jar
 into /home/braun/workspace/GIT/./target/jenkins-for-test
[INFO] Jun 30, 2015 10:17:22 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: Logging to org.slf4j.impl.JDK14LoggerAdapter(org.mortbay.log) via 
org.mortbay.log.Slf4jLog
[INFO] Jun 30, 2015 10:17:22 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: jetty-6.1.26
[INFO] Jun 30, 2015 10:17:23 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: NO JSP Support for /jenkins, did not find 
org.apache.jasper.servlet.JspServlet
[INFO] Jun 30, 2015 10:17:23 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: Started SocketConnector@0.0.0.0:36848
[INFO] Jun 30, 2015 10:17:26 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Started initialization
[INFO] Jun 30, 2015 10:18:09 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Listed all plugins
[INFO] Jun 30, 2015 10:18:09 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Prepared all plugins
[INFO] Jun 30, 2015 10:18:09 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Started all plugins
[INFO] Jun 30, 2015 10:18:10 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Augmented all extensions
[INFO] Jun 30, 2015 10:18:10 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Loaded all jobs
[INFO] Jun 30, 2015 10:18:24 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Completed initialization
[INFO] Jun 30, 2015 10:18:24 AM hudson.TcpSlaveAgentListener <init>
[INFO] INFO: JNLP slave agent listener started on TCP port 58528
[INFO] Jun 30, 2015 10:18:24 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: jetty-6.1.26
[INFO] Jun 30, 2015 10:18:24 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: Started SocketConnector@0.0.0.0:52469
[INFO] === Starting 
testGetInstallation(de.hms.sasunit.sasunitplugin.SASUnitPlugInBuilderTest)
[INFO] Jun 30, 2015 10:18:26 AM hudson.model.Run execute
[INFO] INFO: test0 #1 main build action completed: FAILURE
[INFO] Jun 30, 2015 10:18:26 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: Stopped SocketConnector@0.0.0.0:36848
[INFO] Jun 30, 2015 10:18:26 AM hudson.model.Executor run
[INFO] SEVERE: Executor threw an exception
[INFO] java.lang.NullPointerException
[INFO]  at hudson.model.listeners.RunListener.all(RunListener.java:255)
[INFO]  at 
hudson.model.listeners.RunListener.fireCompleted(RunListener.java:196)
[INFO]  at hudson.model.Run.execute(Run.java:1715)
[INFO]  at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
[INFO]  at hudson.model.ResourceController.execute(ResourceController.java:88)
[INFO]  at hudson.model.Executor.run(Executor.java:246)
[INFO] 
[INFO] Jun 30, 2015 10:18:27 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: jetty-6.1.26
[INFO] Jun 30, 2015 10:18:27 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: NO JSP Support for /jenkins, did not find 
org.apache.jasper.servlet.JspServlet
[INFO] Jun 30, 2015 10:18:27 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: Started SocketConnector@0.0.0.0:57712
[INFO] Jun 30, 2015 10:18:27 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Started initialization
[INFO] Jun 30, 2015 10:18:27 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Listed all plugins
[INFO] Jun 30, 2015 10:18:27 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Prepared all plugins
[INFO] Jun 30, 2015 10:18:27 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Started all plugins
[INFO] Jun 30, 2015 10:18:27 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Augmented all extensions
[INFO] Jun 30, 2015 10:18:27 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Loaded all jobs
[INFO] Jun 30, 2015 10:18:31 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Completed initialization
[INFO] Jun 30, 2015 10:18:31 AM hudson.TcpSlaveAgentListener <init>
[INFO] INFO: JNLP slave agent listener started on TCP port 42954
[INFO] === Starting 
testFileAndFolderSetup(de.hms.sasunit.sasunitplugin.SASUnitPlugInBuilderTest)
[INFO] Jun 30, 2015 10:18:31 AM hudson.model.Run execute
[INFO] INFO: test0 #1 main build action completed: FAILURE
[INFO] #1 Setup completed, beginning with asserts
[INFO] Jun 30, 2015 10:18:31 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: Stopped SocketConnector@0.0.0.0:57712
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 97.029 
sec
[INFO] Running InjectedTest
[INFO] Jun 30, 2015 10:18:32 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: jetty-6.1.26
[INFO] Jun 30, 2015 10:18:32 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: NO JSP Support for , did not find 
org.apache.jasper.servlet.JspServlet
[INFO] Jun 30, 2015 10:18:32 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: Started SocketConnector@0.0.0.0:60678
[INFO] Jun 30, 2015 10:18:33 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Started initialization
[INFO] Jun 30, 2015 10:18:33 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Listed all plugins
[INFO] Jun 30, 2015 10:18:33 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Prepared all plugins
[INFO] Jun 30, 2015 10:18:33 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Started all plugins
[INFO] Jun 30, 2015 10:18:33 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Augmented all extensions
[INFO] Jun 30, 2015 10:18:33 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Loaded all jobs
[INFO] Jun 30, 2015 10:18:36 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Completed initialization
[INFO] Jun 30, 2015 10:18:36 AM hudson.TcpSlaveAgentListener <init>
[INFO] INFO: JNLP slave agent listener started on TCP port 47502
[INFO] Jun 30, 2015 10:18:42 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: Stopped SocketConnector@0.0.0.0:60678
[INFO] Jun 30, 2015 10:18:43 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: jetty-6.1.26
[INFO] Jun 30, 2015 10:18:43 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: NO JSP Support for , did not find 
org.apache.jasper.servlet.JspServlet
[INFO] Jun 30, 2015 10:18:43 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: Started SocketConnector@0.0.0.0:52408
[INFO] Jun 30, 2015 10:18:43 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Started initialization
[INFO] Jun 30, 2015 10:18:43 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Listed all plugins
[INFO] Jun 30, 2015 10:18:43 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Prepared all plugins
[INFO] Jun 30, 2015 10:18:43 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Started all plugins
[INFO] Jun 30, 2015 10:18:43 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Augmented all extensions
[INFO] Jun 30, 2015 10:18:43 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Loaded all jobs
[INFO] Jun 30, 2015 10:18:49 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Completed initialization
[INFO] Jun 30, 2015 10:18:49 AM hudson.TcpSlaveAgentListener <init>
[INFO] INFO: JNLP slave agent listener started on TCP port 51015
[INFO] === Starting CliSanityTest.testCliSanity
[INFO] Jun 30, 2015 10:18:50 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: Stopped SocketConnector@0.0.0.0:52408
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.233 
sec
[INFO] 
[INFO] Results :
[INFO] 
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-license-plugin:1.7:process (default) @ sasunit-plugin 
---
[INFO] [INFO] Generated 
/home/braun/workspace/GIT/target/sasunit-plugin/WEB-INF/licenses.xml
[INFO] [INFO] 
[INFO] [INFO] --- maven-hpi-plugin:1.95:hpi (default-hpi) @ sasunit-plugin ---
[INFO] [INFO] Exploding webapp...
[INFO] [INFO] Copy webapp webResources to 
/home/braun/workspace/GIT/target/sasunit-plugin
[INFO] [INFO] Assembling webapp sasunit-plugin in 
/home/braun/workspace/GIT/target/sasunit-plugin
[INFO] [INFO] Generating hpi /home/braun/workspace/GIT/target/sasunit-plugin.hpi
[INFO] [INFO] Generating 
/home/braun/workspace/GIT/target/sasunit-plugin/META-INF/MANIFEST.MF
[INFO] [INFO] Building jar: /home/braun/workspace/GIT/target/sasunit-plugin.hpi
[INFO] [INFO] Building jar: /home/braun/workspace/GIT/target/sasunit-plugin.jar
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Total time: 3:02.191s
[INFO] [INFO] Finished at: Tue Jun 30 10:19:00 CEST 2015
[INFO] [INFO] Final Memory: 42M/312M
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd /home/braun/workspace/GIT && git add -- pom.xml
[INFO] Working directory: /home/braun/workspace/GIT
[INFO] Executing: /bin/sh -c cd /home/braun/workspace/GIT && git status
[INFO] Working directory: /home/braun/workspace/GIT
[INFO] Tagging release with the label sasunit-plugin-1.022...
[INFO] Executing: /bin/sh -c cd /home/braun/workspace/GIT && git tag -F 
/tmp/maven-scm-1982498100.commit sasunit-plugin-1.022
[INFO] Working directory: /home/braun/workspace/GIT
[INFO] Executing: /bin/sh -c cd /home/braun/workspace/GIT && git push 
https://HMSAnalyticalSoftware:verwaltung,jenkinsplugin...@github.com/jenkinsci/sasunit-plugin.git
 sasunit-plugin-1.022
[INFO] Working directory: /home/braun/workspace/GIT
[INFO] Executing: /bin/sh -c cd /home/braun/workspace/GIT && git ls-files
[INFO] Working directory: /home/braun/workspace/GIT
[INFO] Transforming 'SASUnit Plugin'...
[INFO] Not removing release POMs
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd /home/braun/workspace/GIT && git add -- pom.xml
[INFO] Working directory: /home/braun/workspace/GIT
[INFO] Executing: /bin/sh -c cd /home/braun/workspace/GIT && git status
[INFO] Working directory: /home/braun/workspace/GIT
[INFO] Release preparation complete.
[INFO] 
[INFO] --- maven-release-plugin:2.2.2:perform (default-cli) @ sasunit-plugin ---
[INFO] Checking out the project to perform the release ...
[INFO] Executing: /bin/sh -c cd /home/braun/workspace/GIT/target && git clone 
https://HMSAnalyticalSoftware:verwaltung,jenkinsplugin...@github.com/jenkinsci/sasunit-plugin.git
 /home/braun/workspace/GIT/target/checkout
[INFO] Working directory: /home/braun/workspace/GIT/target
[INFO] Executing: /bin/sh -c cd /tmp && git ls-remote 
https://HMSAnalyticalSoftware:verwaltung,jenkinsplugin...@github.com/jenkinsci/sasunit-plugin.git
[INFO] Working directory: /tmp
[INFO] Executing: /bin/sh -c cd /home/braun/workspace/GIT/target/checkout && 
git fetch 
https://HMSAnalyticalSoftware:verwaltung,jenkinsplugin...@github.com/jenkinsci/sasunit-plugin.git
[INFO] Working directory: /home/braun/workspace/GIT/target/checkout
[INFO] Executing: /bin/sh -c cd /home/braun/workspace/GIT/target/checkout && 
git checkout sasunit-plugin-1.022
[INFO] Working directory: /home/braun/workspace/GIT/target/checkout
[INFO] Executing: /bin/sh -c cd /home/braun/workspace/GIT/target/checkout && 
git ls-files
[INFO] Working directory: /home/braun/workspace/GIT/target/checkout
[INFO] Invoking perform goals in directory 
/home/braun/workspace/GIT/target/checkout
[INFO] Executing goals 'deploy'...
[INFO] [INFO] Scanning for projects...
[INFO] [INFO]                                                                   
      
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Building SASUnit Plugin 1.016-SNAPSHOT
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-hpi-plugin:1.95:validate (default-validate) @ 
sasunit-plugin ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-maven) @ 
sasunit-plugin ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-enforcer-plugin:1.0.1:display-info (display-info) @ 
sasunit-plugin ---
[INFO] [INFO] Maven Version: 3.0.5
[INFO] [INFO] JDK Version: 1.7.0_55 normalized as: 1.7.0-55
[INFO] [INFO] OS Info: Arch: amd64 Family: unix Name: linux Version: 
3.13.0-34-generic
[INFO] [INFO] 
[INFO] [INFO] --- maven-localizer-plugin:1.14:generate (default) @ 
sasunit-plugin ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
sasunit-plugin ---
[INFO] [debug] execute contextualize
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 22 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:2.5:compile (default-compile) @ 
sasunit-plugin ---
[INFO] [INFO] Compiling 3 source files to 
/home/braun/workspace/GIT/target/checkout/target/classes
[INFO] [INFO] 
[INFO] [INFO] --- access-modifier-checker:1.7:enforce (default-enforce) @ 
sasunit-plugin ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-hpi-plugin:1.95:insert-test (default-insert-test) @ 
sasunit-plugin ---
[INFO] [INFO] 
[INFO] [INFO] --- gmaven-plugin:1.3:generateTestStubs (test-in-groovy) @ 
sasunit-plugin ---
[INFO] [INFO] No sources found for Java stub generation
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:2.5:testResources 
(default-testResources) @ sasunit-plugin ---
[INFO] [debug] execute contextualize
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory 
/home/braun/workspace/GIT/target/checkout/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:2.5:testCompile (default-testCompile) @ 
sasunit-plugin ---
[INFO] [INFO] Compiling 2 source files to 
/home/braun/workspace/GIT/target/checkout/target/test-classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-hpi-plugin:1.95:test-hpl (default-test-hpl) @ 
sasunit-plugin ---
[INFO] [INFO] Generating 
/home/braun/workspace/GIT/target/checkout/target/test-classes/the.hpl
[INFO] [INFO] 
[INFO] [INFO] --- maven-hpi-plugin:1.95:resolve-test-dependencies 
(default-resolve-test-dependencies) @ sasunit-plugin ---
[INFO] [INFO] 
[INFO] [INFO] --- gmaven-plugin:1.3:testCompile (test-in-groovy) @ 
sasunit-plugin ---
[INFO] [INFO] No sources found to compile
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:2.9:test (default-test) @ 
sasunit-plugin ---
[INFO] [INFO] Surefire report directory: 
/home/braun/workspace/GIT/target/checkout/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running de.hms.sasunit.sasunitplugin.SASUnitPlugInBuilderTest
[INFO] Exploding 
/home/braun/.m2/repository/org/jenkins-ci/main/jenkins-war/1.532.3/jenkins-war-1.532.3-war-for-test.jar
 into /home/braun/workspace/GIT/target/checkout/./target/jenkins-for-test
[INFO] Jun 30, 2015 10:20:24 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: Logging to org.slf4j.impl.JDK14LoggerAdapter(org.mortbay.log) via 
org.mortbay.log.Slf4jLog
[INFO] Jun 30, 2015 10:20:24 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: jetty-6.1.26
[INFO] Jun 30, 2015 10:20:24 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: NO JSP Support for /jenkins, did not find 
org.apache.jasper.servlet.JspServlet
[INFO] Jun 30, 2015 10:20:24 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: Started SocketConnector@0.0.0.0:59655
[INFO] Jun 30, 2015 10:20:29 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Started initialization
[INFO] Jun 30, 2015 10:21:30 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Listed all plugins
[INFO] Jun 30, 2015 10:21:30 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Prepared all plugins
[INFO] Jun 30, 2015 10:21:30 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Started all plugins
[INFO] Jun 30, 2015 10:21:30 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Augmented all extensions
[INFO] Jun 30, 2015 10:21:30 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Loaded all jobs
[INFO] Jun 30, 2015 10:21:45 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Completed initialization
[INFO] Jun 30, 2015 10:21:45 AM hudson.TcpSlaveAgentListener <init>
[INFO] INFO: JNLP slave agent listener started on TCP port 56091
[INFO] Jun 30, 2015 10:21:45 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: jetty-6.1.26
[INFO] Jun 30, 2015 10:21:45 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: Started SocketConnector@0.0.0.0:43889
[INFO] === Starting 
testExecCmdJob(de.hms.sasunit.sasunitplugin.SASUnitPlugInBuilderTest)
[INFO] Jun 30, 2015 10:21:47 AM hudson.model.Run execute
[INFO] INFO: test0 #1 main build action completed: FAILURE
[INFO] Jun 30, 2015 10:21:47 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: Stopped SocketConnector@0.0.0.0:59655
[INFO] Jun 30, 2015 10:21:48 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: jetty-6.1.26
[INFO] Jun 30, 2015 10:21:48 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: NO JSP Support for /jenkins, did not find 
org.apache.jasper.servlet.JspServlet
[INFO] Jun 30, 2015 10:21:48 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: Started SocketConnector@0.0.0.0:48092
[INFO] Jun 30, 2015 10:21:48 AM hudson.model.Run execute
[INFO] INFO: test0 #2 main build action completed: FAILURE
[INFO] Jun 30, 2015 10:21:48 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Started initialization
[INFO] Jun 30, 2015 10:21:48 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Listed all plugins
[INFO] Jun 30, 2015 10:21:48 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Prepared all plugins
[INFO] Jun 30, 2015 10:21:49 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Started all plugins
[INFO] Jun 30, 2015 10:21:49 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Augmented all extensions
[INFO] Jun 30, 2015 10:21:49 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Loaded all jobs
[INFO] Jun 30, 2015 10:21:53 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Completed initialization
[INFO] Jun 30, 2015 10:21:53 AM hudson.TcpSlaveAgentListener <init>
[INFO] INFO: JNLP slave agent listener started on TCP port 55401
[INFO] === Starting 
testGetInstallation(de.hms.sasunit.sasunitplugin.SASUnitPlugInBuilderTest)
[INFO] Jun 30, 2015 10:21:54 AM hudson.model.Run execute
[INFO] INFO: test0 #1 main build action completed: FAILURE
[INFO] Jun 30, 2015 10:21:54 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: Stopped SocketConnector@0.0.0.0:48092
[INFO] Jun 30, 2015 10:21:54 AM hudson.model.Executor run
[INFO] SEVERE: Executor threw an exception
[INFO] java.lang.NullPointerException
[INFO]  at hudson.model.listeners.RunListener.all(RunListener.java:255)
[INFO]  at 
hudson.model.listeners.RunListener.fireCompleted(RunListener.java:196)
[INFO]  at hudson.model.Run.execute(Run.java:1715)
[INFO]  at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
[INFO]  at hudson.model.ResourceController.execute(ResourceController.java:88)
[INFO]  at hudson.model.Executor.run(Executor.java:246)
[INFO] 
[INFO] Jun 30, 2015 10:21:54 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: jetty-6.1.26
[INFO] Jun 30, 2015 10:21:54 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: NO JSP Support for /jenkins, did not find 
org.apache.jasper.servlet.JspServlet
[INFO] Jun 30, 2015 10:21:54 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: Started SocketConnector@0.0.0.0:39814
[INFO] Jun 30, 2015 10:21:55 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Started initialization
[INFO] Jun 30, 2015 10:21:55 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Listed all plugins
[INFO] Jun 30, 2015 10:21:55 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Prepared all plugins
[INFO] Jun 30, 2015 10:21:55 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Started all plugins
[INFO] Jun 30, 2015 10:21:55 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Augmented all extensions
[INFO] Jun 30, 2015 10:21:55 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Loaded all jobs
[INFO] Jun 30, 2015 10:21:59 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Completed initialization
[INFO] Jun 30, 2015 10:21:59 AM hudson.TcpSlaveAgentListener <init>
[INFO] INFO: JNLP slave agent listener started on TCP port 47475
[INFO] === Starting 
testFileAndFolderSetup(de.hms.sasunit.sasunitplugin.SASUnitPlugInBuilderTest)
[INFO] Jun 30, 2015 10:22:00 AM hudson.model.Run execute
[INFO] INFO: test0 #1 main build action completed: FAILURE
[INFO] #1 Setup completed, beginning with asserts
[INFO] Jun 30, 2015 10:22:00 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: Stopped SocketConnector@0.0.0.0:39814
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 105.166 
sec
[INFO] Running InjectedTest
[INFO] Jun 30, 2015 10:22:01 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: jetty-6.1.26
[INFO] Jun 30, 2015 10:22:01 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: NO JSP Support for , did not find 
org.apache.jasper.servlet.JspServlet
[INFO] Jun 30, 2015 10:22:01 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: Started SocketConnector@0.0.0.0:56103
[INFO] Jun 30, 2015 10:22:01 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Started initialization
[INFO] Jun 30, 2015 10:22:01 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Listed all plugins
[INFO] Jun 30, 2015 10:22:01 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Prepared all plugins
[INFO] Jun 30, 2015 10:22:01 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Started all plugins
[INFO] Jun 30, 2015 10:22:01 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Augmented all extensions
[INFO] Jun 30, 2015 10:22:01 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Loaded all jobs
[INFO] Jun 30, 2015 10:22:05 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Completed initialization
[INFO] Jun 30, 2015 10:22:05 AM hudson.TcpSlaveAgentListener <init>
[INFO] INFO: JNLP slave agent listener started on TCP port 53062
[INFO] Jun 30, 2015 10:22:11 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: Stopped SocketConnector@0.0.0.0:56103
[INFO] Jun 30, 2015 10:22:12 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: jetty-6.1.26
[INFO] Jun 30, 2015 10:22:12 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: NO JSP Support for , did not find 
org.apache.jasper.servlet.JspServlet
[INFO] Jun 30, 2015 10:22:12 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: Started SocketConnector@0.0.0.0:57238
[INFO] Jun 30, 2015 10:22:12 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Started initialization
[INFO] Jun 30, 2015 10:22:12 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Listed all plugins
[INFO] Jun 30, 2015 10:22:12 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Prepared all plugins
[INFO] Jun 30, 2015 10:22:12 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Started all plugins
[INFO] Jun 30, 2015 10:22:12 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Augmented all extensions
[INFO] Jun 30, 2015 10:22:12 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Loaded all jobs
[INFO] Jun 30, 2015 10:22:15 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Completed initialization
[INFO] Jun 30, 2015 10:22:15 AM hudson.TcpSlaveAgentListener <init>
[INFO] INFO: JNLP slave agent listener started on TCP port 60520
[INFO] === Starting CliSanityTest.testCliSanity
[INFO] Jun 30, 2015 10:22:15 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: Stopped SocketConnector@0.0.0.0:57238
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.955 
sec
[INFO] 
[INFO] Results :
[INFO] 
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-license-plugin:1.7:process (default) @ sasunit-plugin 
---
[INFO] [INFO] Generated 
/home/braun/workspace/GIT/target/checkout/target/sasunit-plugin/WEB-INF/licenses.xml
[INFO] [INFO] 
[INFO] [INFO] --- maven-hpi-plugin:1.95:hpi (default-hpi) @ sasunit-plugin ---
[INFO] [INFO] Exploding webapp...
[INFO] [INFO] Copy webapp webResources to 
/home/braun/workspace/GIT/target/checkout/target/sasunit-plugin
[INFO] [INFO] Assembling webapp sasunit-plugin in 
/home/braun/workspace/GIT/target/checkout/target/sasunit-plugin
[INFO] [INFO] Generating hpi 
/home/braun/workspace/GIT/target/checkout/target/sasunit-plugin.hpi
[INFO] [INFO] Generating 
/home/braun/workspace/GIT/target/checkout/target/sasunit-plugin/META-INF/MANIFEST.MF
[INFO] [INFO] Building jar: 
/home/braun/workspace/GIT/target/checkout/target/sasunit-plugin.hpi
[INFO] [INFO] Building jar: 
/home/braun/workspace/GIT/target/checkout/target/sasunit-plugin.jar
[INFO] [INFO] 
[INFO] [INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) @ 
sasunit-plugin >>>
[INFO] [INFO] 
[INFO] [INFO] --- maven-hpi-plugin:1.95:validate (default-validate) @ 
sasunit-plugin ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-maven) @ 
sasunit-plugin ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-enforcer-plugin:1.0.1:display-info (display-info) @ 
sasunit-plugin ---
[INFO] [INFO] Maven Version: 3.0.5
[INFO] [INFO] JDK Version: 1.7.0_55 normalized as: 1.7.0-55
[INFO] [INFO] OS Info: Arch: amd64 Family: unix Name: linux Version: 
3.13.0-34-generic
[INFO] [INFO] 
[INFO] [INFO] --- maven-localizer-plugin:1.14:generate (default) @ 
sasunit-plugin ---
[INFO] [INFO] 
[INFO] [INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ 
sasunit-plugin <<<
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ 
sasunit-plugin ---
[INFO] [INFO] de already added, skipping
[INFO] [INFO] de/hms already added, skipping
[INFO] [INFO] de/hms/sasunit already added, skipping
[INFO] [INFO] de/hms/sasunit/sasunitplugin already added, skipping
[INFO] [INFO] de already added, skipping
[INFO] [INFO] de/hms already added, skipping
[INFO] [INFO] de/hms/sasunit already added, skipping
[INFO] [INFO] de/hms/sasunit/sasunitplugin already added, skipping
[INFO] [INFO] Building jar: 
/home/braun/workspace/GIT/target/checkout/target/sasunit-plugin-sources.jar
[INFO] [INFO] de already added, skipping
[INFO] [INFO] de/hms already added, skipping
[INFO] [INFO] de/hms/sasunit already added, skipping
[INFO] [INFO] de/hms/sasunit/sasunitplugin already added, skipping
[INFO] [INFO] de already added, skipping
[INFO] [INFO] de/hms already added, skipping
[INFO] [INFO] de/hms/sasunit already added, skipping
[INFO] [INFO] de/hms/sasunit/sasunitplugin already added, skipping
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:2.8:jar (attach-javadocs) @ 
sasunit-plugin ---
[INFO] [INFO] 
[INFO] Loading source files for package de.hms.sasunit.sasunitplugin...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 1.7.0_55
[INFO] Building tree for all the packages and classes...
[INFO] Generating 
/home/braun/workspace/GIT/target/checkout/target/apidocs/de/hms/sasunit/sasunitplugin/Messages.html...
[INFO] Generating 
/home/braun/workspace/GIT/target/checkout/target/apidocs/de/hms/sasunit/sasunitplugin/SASUnitInstallation.html...
[INFO] Generating 
/home/braun/workspace/GIT/target/checkout/target/apidocs/de/hms/sasunit/sasunitplugin/SASUnitInstallation.DescriptorImpl.html...
[INFO] Generating 
/home/braun/workspace/GIT/target/checkout/target/apidocs/de/hms/sasunit/sasunitplugin/SASUnitPlugInBuilder.html...
[INFO] Generating 
/home/braun/workspace/GIT/target/checkout/target/apidocs/de/hms/sasunit/sasunitplugin/SASUnitPlugInBuilder.DescriptorImpl.html...
[INFO] Generating 
/home/braun/workspace/GIT/target/checkout/target/apidocs/de/hms/sasunit/sasunitplugin/package-frame.html...
[INFO] Generating 
/home/braun/workspace/GIT/target/checkout/target/apidocs/de/hms/sasunit/sasunitplugin/package-summary.html...
[INFO] Generating 
/home/braun/workspace/GIT/target/checkout/target/apidocs/de/hms/sasunit/sasunitplugin/package-tree.html...
[INFO] Generating 
/home/braun/workspace/GIT/target/checkout/target/apidocs/constant-values.html...
[INFO] Generating 
/home/braun/workspace/GIT/target/checkout/target/apidocs/serialized-form.html...
[INFO] Generating 
/home/braun/workspace/GIT/target/checkout/target/apidocs/de/hms/sasunit/sasunitplugin/class-use/SASUnitInstallation.html...
[INFO] Generating 
/home/braun/workspace/GIT/target/checkout/target/apidocs/de/hms/sasunit/sasunitplugin/class-use/SASUnitInstallation.DescriptorImpl.html...
[INFO] Generating 
/home/braun/workspace/GIT/target/checkout/target/apidocs/de/hms/sasunit/sasunitplugin/class-use/SASUnitPlugInBuilder.html...
[INFO] Generating 
/home/braun/workspace/GIT/target/checkout/target/apidocs/de/hms/sasunit/sasunitplugin/class-use/SASUnitPlugInBuilder.DescriptorImpl.html...
[INFO] Generating 
/home/braun/workspace/GIT/target/checkout/target/apidocs/de/hms/sasunit/sasunitplugin/class-use/Messages.html...
[INFO] Generating 
/home/braun/workspace/GIT/target/checkout/target/apidocs/de/hms/sasunit/sasunitplugin/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating 
/home/braun/workspace/GIT/target/checkout/target/apidocs/overview-tree.html...
[INFO] Generating 
/home/braun/workspace/GIT/target/checkout/target/apidocs/index-all.html...
[INFO] Generating 
/home/braun/workspace/GIT/target/checkout/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating 
/home/braun/workspace/GIT/target/checkout/target/apidocs/allclasses-frame.html...
[INFO] Generating 
/home/braun/workspace/GIT/target/checkout/target/apidocs/allclasses-noframe.html...
[INFO] Generating 
/home/braun/workspace/GIT/target/checkout/target/apidocs/index.html...
[INFO] Generating 
/home/braun/workspace/GIT/target/checkout/target/apidocs/help-doc.html...
[INFO] [INFO] Building jar: 
/home/braun/workspace/GIT/target/checkout/target/sasunit-plugin-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 
sasunit-plugin ---
[INFO] [INFO] Installing 
/home/braun/workspace/GIT/target/checkout/target/sasunit-plugin.hpi to 
/home/braun/.m2/repository/org/jenkins-ci/plugins/sasunit-plugin/1.016-SNAPSHOT/sasunit-plugin-1.016-SNAPSHOT.hpi
[INFO] [INFO] Installing /home/braun/workspace/GIT/target/checkout/pom.xml to 
/home/braun/.m2/repository/org/jenkins-ci/plugins/sasunit-plugin/1.016-SNAPSHOT/sasunit-plugin-1.016-SNAPSHOT.pom
[INFO] [INFO] Installing 
/home/braun/workspace/GIT/target/checkout/target/sasunit-plugin.jar to 
/home/braun/.m2/repository/org/jenkins-ci/plugins/sasunit-plugin/1.016-SNAPSHOT/sasunit-plugin-1.016-SNAPSHOT.jar
[INFO] [INFO] Installing 
/home/braun/workspace/GIT/target/checkout/target/sasunit-plugin-sources.jar to 
/home/braun/.m2/repository/org/jenkins-ci/plugins/sasunit-plugin/1.016-SNAPSHOT/sasunit-plugin-1.016-SNAPSHOT-sources.jar
[INFO] [INFO] Installing 
/home/braun/workspace/GIT/target/checkout/target/sasunit-plugin-javadoc.jar to 
/home/braun/.m2/repository/org/jenkins-ci/plugins/sasunit-plugin/1.016-SNAPSHOT/sasunit-plugin-1.016-SNAPSHOT-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-deploy-plugin:2.6:deploy (default-deploy) @ 
sasunit-plugin ---
[INFO] Downloading: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/sasunit-plugin/1.016-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/sasunit-plugin/1.016-SNAPSHOT/maven-metadata.xml
 (2 KB at 0.5 KB/sec)
[INFO] Uploading: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/sasunit-plugin/1.016-SNAPSHOT/sasunit-plugin-1.016-20150630.082324-4.hpi
[INFO] Uploaded: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/sasunit-plugin/1.016-SNAPSHOT/sasunit-plugin-1.016-20150630.082324-4.hpi
 (28 KB at 8.6 KB/sec)
[INFO] Uploading: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/sasunit-plugin/1.016-SNAPSHOT/sasunit-plugin-1.016-20150630.082324-4.pom
[INFO] Uploaded: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/sasunit-plugin/1.016-SNAPSHOT/sasunit-plugin-1.016-20150630.082324-4.pom
 (2 KB at 0.5 KB/sec)
[INFO] Downloading: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/sasunit-plugin/maven-metadata.xml
[INFO] Downloaded: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/sasunit-plugin/maven-metadata.xml
 (536 B at 0.4 KB/sec)
[INFO] Uploading: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/sasunit-plugin/1.016-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/sasunit-plugin/1.016-SNAPSHOT/maven-metadata.xml
 (2 KB at 0.6 KB/sec)
[INFO] Uploading: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/sasunit-plugin/maven-metadata.xml
[INFO] Uploaded: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/sasunit-plugin/maven-metadata.xml
 (491 B at 0.2 KB/sec)
[INFO] Uploading: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/sasunit-plugin/1.016-SNAPSHOT/sasunit-plugin-1.016-20150630.082324-4.jar
[INFO] Uploaded: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/sasunit-plugin/1.016-SNAPSHOT/sasunit-plugin-1.016-20150630.082324-4.jar
 (26 KB at 8.6 KB/sec)
[INFO] Uploading: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/sasunit-plugin/1.016-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/sasunit-plugin/1.016-SNAPSHOT/maven-metadata.xml
 (2 KB at 0.6 KB/sec)
[INFO] Uploading: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/sasunit-plugin/1.016-SNAPSHOT/sasunit-plugin-1.016-20150630.082324-4-sources.jar
[INFO] Uploaded: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/sasunit-plugin/1.016-SNAPSHOT/sasunit-plugin-1.016-20150630.082324-4-sources.jar
 (18 KB at 5.9 KB/sec)
[INFO] Uploading: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/sasunit-plugin/1.016-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/sasunit-plugin/1.016-SNAPSHOT/maven-metadata.xml
 (2 KB at 0.6 KB/sec)
[INFO] Uploading: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/sasunit-plugin/1.016-SNAPSHOT/sasunit-plugin-1.016-20150630.082324-4-javadoc.jar
[INFO] Uploaded: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/sasunit-plugin/1.016-SNAPSHOT/sasunit-plugin-1.016-20150630.082324-4-javadoc.jar
 (64 KB at 15.6 KB/sec)
[INFO] Uploading: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/sasunit-plugin/1.016-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/sasunit-plugin/1.016-SNAPSHOT/maven-metadata.xml
 (2 KB at 0.6 KB/sec)
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Total time: 4:29.626s
[INFO] [INFO] Finished at: Tue Jun 30 10:23:54 CEST 2015
[INFO] [INFO] Final Memory: 45M/262M
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] Cleaning up after release...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8:23.560s
[INFO] Finished at: Tue Jun 30 10:23:55 CEST 2015
[INFO] Final Memory: 10M/78M
[INFO] ------------------------------------------------------------------------

Reply via email to