Hi Kiyofumy,

sorry to bother again. I followed your advice and added the distribution 
management section to my local pom, assuming that the information on the 
hosting wiki page is inaccurate, as you suggested. I did another release 
yesterday but ended up with the same problem. mvn release:prepare 
release:perform does not change the artifact version of my plugin (it 
remains 1.1-SNAPSHOT despite me entering 1.0.2, in this case. No commits 
and only a push to a SNAPSHOT repository. From what I can tell from the mvn 
output, mvn tries to 
issue the right git commands to commit and push changes to the pom, but I 
never see anything locally. As I said, I use maven at work for releases 
often and I have never seen such behaviour. Could it be that the parent pom 
has problems?

In any case I've attached the maven console output in case anybody can give 
me a clue as to what is going wrong.

Thanks in advance for your support and cheers,
Georg


On Tuesday, 26 February 2013 11:19:16 UTC+1, Kiyofumi Kondoh wrote:
>
> Hi Georg, 
>
> Did you read this? 
>   
>
> https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins#HostingPlugins-OverridetheMavenrepositorylocation%281.395andbefore%29
>  
>
> '1.395 and before' may be wrong. I think '1.396 or newer' 
>
> Or check other plugin's pom at github.com/jenkinsci 
>
>
> You set the 1.466, maven used this pom. 
>   
> http://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/plugin/1.466/plugin-1.466.pom
>  
>
> plugin-1.466.pom have <distributionManagement> element 
>   http://maven.jenkins-ci.org:8081/content/repositories/snapshots 
>
> You released to that Maven repository. 
>
> You try to override the maven repository location. 
>
>
> Cheers 
> Kiyofumi Kondoh 
>
> On 2013/02/26 17:00, Georg Gruetter wrote: 
> > Hi Kiofumy, 
> > 
> > thanks for following up. I'm using Maven in my day to day work and I 
> don't 
> > understand how this can happen. Maven even asked me for the new release 
> > number during the release process (as you can tell from the log I 
> attached) 
> > and I specified 1.0.1, not 1.1-SNAPSHOT. Also, mvn release usually 
> create 
> > two commits in my local repository - not here. Any advice as to what I 
> > should do differently? 
> > 
> > 
> > On Tuesday, 26 February 2013 00:46:58 UTC+1, Kiyofumi Kondoh wrote: 
> >> 
> >> Hi Georg, 
> >> 
> >> You released snapshot. 
> >>> 
> >> 
> http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/stashnotifier/1.1-SNAPSHOT/stashnotifier-1.1-20130225.184741-1.hpi
>  
> >> 
> >> Cheers 
> >> Kiyofumi Kondoh 
> >> 
> >> On 2/26/13, Georg Gruetter <[email protected] <javascript:>> wrote: 
> >>> Hi Kiyofumi, 
> >>> 
> >>> thanks for your suggestions. I changed the artifact ID to all 
> lowercase 
> >>> letters. I didn't change the distribution management section of the 
> >> pom.xml 
> >>> 
> >>> as the documentation you pointed at is valid for a parent pom of 
> version 
> >>> 1.395 or earlier. I'm using version 1.466. Did I misunderstand your 
> >>> suggestions? 
> >>> 
> >>> I just performed another release (1.0.1) - let's see how this goes. 
> I've 
> >>> attached the maven output just in case. 
> >>> 
> >>> Cheers, 
> >>> Georg 
> >>> 
> >>> -- 
> >>> 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 [email protected] <javascript:>. 
> >>> For more options, visit https://groups.google.com/groups/opt_out. 
> >>> 
> >>> 
> >>> 
> >> 
> > 
>

-- 
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


11:34:22 (release/1.0.2) ~/Dropbox/stashNotifier$ mvn release:prepare 
release:perform
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Stash Notifier 1.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-release-plugin:2.2.1:prepare (default-cli) @ stashNotifier ---
[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 /Users/gruetter/Dropbox/stashNotifier && git 
status
[INFO] Working directory: /Users/gruetter/Dropbox/stashNotifier
[INFO] Checking dependencies and plugins for snapshots ...
What is the release version for "Stash Notifier"? 
(org.jenkins-ci.plugins:stashNotifier) 1.1: : 1.0.2
What is SCM release tag or label for "Stash Notifier"? 
(org.jenkins-ci.plugins:stashNotifier) stashNotifier-1.0.2: : 
What is the new development version for "Stash Notifier"? 
(org.jenkins-ci.plugins:stashNotifier) 1.0.3-SNAPSHOT: : 1.1-SNAPSHOT
[INFO] Transforming 'Stash Notifier'...
[INFO] Not generating release POMs
[INFO] Executing goals 'clean verify'...
[WARNING] Maven will be executed in interactive mode, but no input stream has 
been configured for this MavenInvoker instance.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO]                                                                   
      
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Building Stash Notifier 1.0.2
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ 
stashNotifier ---
[INFO] [INFO] Deleting /Users/gruetter/Dropbox/stashNotifier/target
[INFO] [INFO] 
[INFO] [INFO] --- maven-hpi-plugin:1.74:validate (default-validate) @ 
stashNotifier ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-enforcer-plugin:1.0.1:display-info (default) @ 
stashNotifier ---
[INFO] [INFO] Maven Version: 3.0.3
[INFO] [INFO] JDK Version: 1.6.0_41 normalized as: 1.6.0-41
[INFO] [INFO] OS Info: Arch: x86_64 Family: mac Name: mac os x Version: 10.8.2
[INFO] [INFO] 
[INFO] [INFO] --- maven-localizer-plugin:1.13:generate (default) @ 
stashNotifier ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
stashNotifier ---
[INFO] [debug] execute contextualize
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 5 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ 
stashNotifier ---
[INFO] [INFO] Compiling 2 source files to 
/Users/gruetter/Dropbox/stashNotifier/target/classes
[INFO] [INFO] 
[INFO] [INFO] --- access-modifier-checker:1.4:enforce (default-enforce) @ 
stashNotifier ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-hpi-plugin:1.74:insert-test (default-insert-test) @ 
stashNotifier ---
[INFO] [INFO] 
[INFO] [INFO] --- gmaven-plugin:1.3:generateTestStubs (test-in-groovy) @ 
stashNotifier ---
[INFO] [INFO] No sources found for Java stub generation
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:2.5:testResources 
(default-testResources) @ stashNotifier ---
[INFO] [debug] execute contextualize
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory 
/Users/gruetter/Dropbox/stashNotifier/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) 
@ stashNotifier ---
[INFO] [INFO] Compiling 1 source file to 
/Users/gruetter/Dropbox/stashNotifier/target/test-classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-hpi-plugin:1.74:test-hpl (default-test-hpl) @ 
stashNotifier ---
[INFO] [INFO] Generating 
/Users/gruetter/Dropbox/stashNotifier/target/test-classes/the.hpl
[INFO] [INFO] 
[INFO] [INFO] --- maven-hpi-plugin:1.74:resolve-test-dependencies 
(default-resolve-test-dependencies) @ stashNotifier ---
[INFO] [INFO] 
[INFO] [INFO] --- gmaven-plugin:1.3:testCompile (test-in-groovy) @ 
stashNotifier ---
[INFO] [INFO] No sources found to compile
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:2.9:test (default-test) @ stashNotifier 
---
[INFO] [INFO] Surefire report directory: 
/Users/gruetter/Dropbox/stashNotifier/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running InjectedTest
[INFO] Exploding jenkins.war at 
/Users/gruetter/.m2/repository/org/jenkins-ci/main/jenkins-war/1.466/jenkins-war-1.466-war-for-test.jar
[INFO] Feb 26, 2013 11:35:59 PM org.mortbay.log.Slf4jLog info
[INFO] INFO: Logging to org.slf4j.impl.JDK14LoggerAdapter(org.mortbay.log) via 
org.mortbay.log.Slf4jLog
[INFO] Feb 26, 2013 11:35:59 PM org.mortbay.log.Slf4jLog info
[INFO] INFO: jetty-6.1.26
[INFO] Feb 26, 2013 11:35:59 PM org.mortbay.log.Slf4jLog info
[INFO] INFO: NO JSP Support for , did not find 
org.apache.jasper.servlet.JspServlet
[INFO] Feb 26, 2013 11:35:59 PM org.mortbay.log.Slf4jLog info
[INFO] INFO: Started [email protected]:49891
[INFO] Feb 26, 2013 11:36:00 PM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Started initialization
[INFO] Feb 26, 2013 11:36:02 PM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Listed all plugins
[INFO] Feb 26, 2013 11:36:02 PM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Prepared all plugins
[INFO] Feb 26, 2013 11:36:02 PM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Started all plugins
[INFO] Feb 26, 2013 11:36:02 PM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Augmented all extensions
[INFO] Feb 26, 2013 11:36:02 PM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Loaded all jobs
[INFO] Feb 26, 2013 11:36:07 PM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Completed initialization
[INFO] Feb 26, 2013 11:36:07 PM hudson.TcpSlaveAgentListener <init>
[INFO] INFO: JNLP slave agent listener started on TCP port 49894
[INFO] Feb 26, 2013 11:36:07 PM org.mortbay.log.Slf4jLog info
[INFO] INFO: jetty-6.1.26
[INFO] Feb 26, 2013 11:36:07 PM org.mortbay.log.Slf4jLog info
[INFO] INFO: Started [email protected]:49895
[INFO] Feb 26, 2013 11:36:10 PM org.mortbay.log.Slf4jLog info
[INFO] INFO: Stopped [email protected]:49891
[INFO] Feb 26, 2013 11:36:10 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping ant
[INFO] Feb 26, 2013 11:36:10 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping javadoc
[INFO] Feb 26, 2013 11:36:10 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping cvs
[INFO] Feb 26, 2013 11:36:10 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping git
[INFO] Feb 26, 2013 11:36:10 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping maven-plugin
[INFO] Feb 26, 2013 11:36:10 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping ssh-slaves
[INFO] Feb 26, 2013 11:36:10 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping subversion
[INFO] Feb 26, 2013 11:36:10 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping translation
[INFO] Feb 26, 2013 11:36:10 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping ui-samples-plugin
[INFO] Feb 26, 2013 11:36:10 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping stashNotifier
[INFO] Feb 26, 2013 11:36:11 PM org.mortbay.log.Slf4jLog info
[INFO] INFO: jetty-6.1.26
[INFO] Feb 26, 2013 11:36:11 PM org.mortbay.log.Slf4jLog info
[INFO] INFO: NO JSP Support for , did not find 
org.apache.jasper.servlet.JspServlet
[INFO] Feb 26, 2013 11:36:12 PM org.mortbay.log.Slf4jLog info
[INFO] INFO: Started [email protected]:49933
[INFO] Feb 26, 2013 11:36:12 PM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Started initialization
[INFO] Feb 26, 2013 11:36:12 PM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Listed all plugins
[INFO] Feb 26, 2013 11:36:12 PM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Prepared all plugins
[INFO] Feb 26, 2013 11:36:12 PM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Started all plugins
[INFO] Feb 26, 2013 11:36:12 PM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Augmented all extensions
[INFO] Feb 26, 2013 11:36:12 PM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Loaded all jobs
[INFO] Feb 26, 2013 11:36:14 PM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Completed initialization
[INFO] Feb 26, 2013 11:36:14 PM hudson.TcpSlaveAgentListener <init>
[INFO] INFO: JNLP slave agent listener started on TCP port 49942
[INFO] === Starting CliSanityTest.testCliSanity
[INFO] Feb 26, 2013 11:36:14 PM org.mortbay.log.Slf4jLog info
[INFO] INFO: Stopped [email protected]:49933
[INFO] Feb 26, 2013 11:36:14 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping ant
[INFO] Feb 26, 2013 11:36:14 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping javadoc
[INFO] Feb 26, 2013 11:36:14 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping cvs
[INFO] Feb 26, 2013 11:36:14 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping git
[INFO] Feb 26, 2013 11:36:14 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping maven-plugin
[INFO] Feb 26, 2013 11:36:14 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping ssh-slaves
[INFO] Feb 26, 2013 11:36:14 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping subversion
[INFO] Feb 26, 2013 11:36:14 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping translation
[INFO] Feb 26, 2013 11:36:14 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping ui-samples-plugin
[INFO] Feb 26, 2013 11:36:14 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping stashNotifier
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.229 
sec
[INFO] 
[INFO] Results :
[INFO] 
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-license-plugin:1.4:process (default) @ stashNotifier ---
[INFO] [INFO] Generated 
/Users/gruetter/Dropbox/stashNotifier/target/stashNotifier/WEB-INF/licenses.xml
[INFO] [INFO] 
[INFO] [INFO] --- maven-hpi-plugin:1.74:hpi (default-hpi) @ stashNotifier ---
[INFO] [INFO] Exploding webapp...
[INFO] [INFO] Copy webapp webResources to 
/Users/gruetter/Dropbox/stashNotifier/target/stashNotifier
[INFO] [INFO] Assembling webapp stashNotifier in 
/Users/gruetter/Dropbox/stashNotifier/target/stashNotifier
[INFO] [INFO] Generating hpi 
/Users/gruetter/Dropbox/stashNotifier/target/stashNotifier.hpi
[INFO] [INFO] Generating 
/Users/gruetter/Dropbox/stashNotifier/target/stashNotifier/META-INF/MANIFEST.MF
[INFO] [INFO] Building jar: 
/Users/gruetter/Dropbox/stashNotifier/target/stashNotifier.hpi
[INFO] [INFO] Building jar: 
/Users/gruetter/Dropbox/stashNotifier/target/stashNotifier.jar
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Total time: 48.538s
[INFO] [INFO] Finished at: Tue Feb 26 23:36:19 CET 2013
[INFO] [INFO] Final Memory: 29M/81M
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd /Users/gruetter/Dropbox/stashNotifier && git 
add -- pom.xml
[INFO] Working directory: /Users/gruetter/Dropbox/stashNotifier
[INFO] Executing: /bin/sh -c cd /Users/gruetter/Dropbox/stashNotifier && git 
status
[INFO] Working directory: /Users/gruetter/Dropbox/stashNotifier
[INFO] Tagging release with the label stashNotifier-1.0.2...
[INFO] Executing: /bin/sh -c cd /Users/gruetter/Dropbox/stashNotifier && git 
tag -F 
/var/folders/dr/xxbtyycs1z9dl2_snlj87zrh0000gn/T/maven-scm-739838036.commit 
stashNotifier-1.0.2
[INFO] Working directory: /Users/gruetter/Dropbox/stashNotifier
[INFO] Executing: /bin/sh -c cd /Users/gruetter/Dropbox/stashNotifier && git 
push ssh://[email protected]/jenkinsci/stashnotifier-plugin.git 
stashNotifier-1.0.2
[INFO] Working directory: /Users/gruetter/Dropbox/stashNotifier
[INFO] Executing: /bin/sh -c cd /Users/gruetter/Dropbox/stashNotifier && git 
ls-files
[INFO] Working directory: /Users/gruetter/Dropbox/stashNotifier
[INFO] Transforming 'Stash Notifier'...
[INFO] Not removing release POMs
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd /Users/gruetter/Dropbox/stashNotifier && git 
add -- pom.xml
[INFO] Working directory: /Users/gruetter/Dropbox/stashNotifier
[INFO] Executing: /bin/sh -c cd /Users/gruetter/Dropbox/stashNotifier && git 
status
[INFO] Working directory: /Users/gruetter/Dropbox/stashNotifier
[INFO] Release preparation complete.
[INFO] 
[INFO] --- maven-release-plugin:2.2.1:perform (default-cli) @ stashNotifier ---
[INFO] Checking out the project to perform the release ...
[INFO] Executing: /bin/sh -c cd /Users/gruetter/Dropbox/stashNotifier/target && 
git clone ssh://[email protected]/jenkinsci/stashnotifier-plugin.git 
/Users/gruetter/Dropbox/stashNotifier/target/checkout
[INFO] Working directory: /Users/gruetter/Dropbox/stashNotifier/target
[INFO] Executing: /bin/sh -c cd 
/Users/gruetter/Dropbox/stashNotifier/target/checkout && git fetch 
ssh://[email protected]/jenkinsci/stashnotifier-plugin.git
[INFO] Working directory: /Users/gruetter/Dropbox/stashNotifier/target/checkout
[INFO] Executing: /bin/sh -c cd 
/Users/gruetter/Dropbox/stashNotifier/target/checkout && git checkout 
stashNotifier-1.0.2
[INFO] Working directory: /Users/gruetter/Dropbox/stashNotifier/target/checkout
[INFO] Executing: /bin/sh -c cd 
/Users/gruetter/Dropbox/stashNotifier/target/checkout && git ls-files
[INFO] Working directory: /Users/gruetter/Dropbox/stashNotifier/target/checkout
[INFO] Invoking perform goals in directory 
/Users/gruetter/Dropbox/stashNotifier/target/checkout
[INFO] Executing goals 'deploy'...
[WARNING] Maven will be executed in interactive mode, but no input stream has 
been configured for this MavenInvoker instance.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO]                                                                   
      
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Building Stash Notifier 1.1-SNAPSHOT
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-hpi-plugin:1.74:validate (default-validate) @ 
stashNotifier ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-enforcer-plugin:1.0.1:display-info (default) @ 
stashNotifier ---
[INFO] [INFO] Maven Version: 3.0.3
[INFO] [INFO] JDK Version: 1.6.0_41 normalized as: 1.6.0-41
[INFO] [INFO] OS Info: Arch: x86_64 Family: mac Name: mac os x Version: 10.8.2
[INFO] [INFO] 
[INFO] [INFO] --- maven-localizer-plugin:1.13:generate (default) @ 
stashNotifier ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
stashNotifier ---
[INFO] [debug] execute contextualize
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 5 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ 
stashNotifier ---
[INFO] [INFO] Compiling 2 source files to 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/classes
[INFO] [INFO] 
[INFO] [INFO] --- access-modifier-checker:1.4:enforce (default-enforce) @ 
stashNotifier ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-hpi-plugin:1.74:insert-test (default-insert-test) @ 
stashNotifier ---
[INFO] [INFO] 
[INFO] [INFO] --- gmaven-plugin:1.3:generateTestStubs (test-in-groovy) @ 
stashNotifier ---
[INFO] [INFO] No sources found for Java stub generation
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:2.5:testResources 
(default-testResources) @ stashNotifier ---
[INFO] [debug] execute contextualize
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) 
@ stashNotifier ---
[INFO] [INFO] Compiling 1 source file to 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/test-classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-hpi-plugin:1.74:test-hpl (default-test-hpl) @ 
stashNotifier ---
[INFO] [INFO] Generating 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/test-classes/the.hpl
[INFO] [INFO] 
[INFO] [INFO] --- maven-hpi-plugin:1.74:resolve-test-dependencies 
(default-resolve-test-dependencies) @ stashNotifier ---
[INFO] [INFO] 
[INFO] [INFO] --- gmaven-plugin:1.3:testCompile (test-in-groovy) @ 
stashNotifier ---
[INFO] [INFO] No sources found to compile
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:2.9:test (default-test) @ stashNotifier 
---
[INFO] [INFO] Surefire report directory: 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running InjectedTest
[INFO] Exploding jenkins.war at 
/Users/gruetter/.m2/repository/org/jenkins-ci/main/jenkins-war/1.466/jenkins-war-1.466-war-for-test.jar
[INFO] Feb 26, 2013 11:37:13 PM org.mortbay.log.Slf4jLog info
[INFO] INFO: Logging to org.slf4j.impl.JDK14LoggerAdapter(org.mortbay.log) via 
org.mortbay.log.Slf4jLog
[INFO] Feb 26, 2013 11:37:13 PM org.mortbay.log.Slf4jLog info
[INFO] INFO: jetty-6.1.26
[INFO] Feb 26, 2013 11:37:13 PM org.mortbay.log.Slf4jLog info
[INFO] INFO: NO JSP Support for , did not find 
org.apache.jasper.servlet.JspServlet
[INFO] Feb 26, 2013 11:37:13 PM org.mortbay.log.Slf4jLog info
[INFO] INFO: Started [email protected]:49970
[INFO] Feb 26, 2013 11:37:14 PM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Started initialization
[INFO] Feb 26, 2013 11:37:16 PM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Listed all plugins
[INFO] Feb 26, 2013 11:37:16 PM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Prepared all plugins
[INFO] Feb 26, 2013 11:37:16 PM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Started all plugins
[INFO] Feb 26, 2013 11:37:16 PM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Augmented all extensions
[INFO] Feb 26, 2013 11:37:16 PM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Loaded all jobs
[INFO] Feb 26, 2013 11:37:25 PM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Completed initialization
[INFO] Feb 26, 2013 11:37:25 PM hudson.TcpSlaveAgentListener <init>
[INFO] INFO: JNLP slave agent listener started on TCP port 49973
[INFO] Feb 26, 2013 11:37:25 PM org.mortbay.log.Slf4jLog info
[INFO] INFO: jetty-6.1.26
[INFO] Feb 26, 2013 11:37:25 PM org.mortbay.log.Slf4jLog info
[INFO] INFO: Started [email protected]:49974
[INFO] Feb 26, 2013 11:37:28 PM org.mortbay.log.Slf4jLog info
[INFO] INFO: Stopped [email protected]:49970
[INFO] Feb 26, 2013 11:37:28 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping ant
[INFO] Feb 26, 2013 11:37:28 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping javadoc
[INFO] Feb 26, 2013 11:37:28 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping cvs
[INFO] Feb 26, 2013 11:37:28 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping git
[INFO] Feb 26, 2013 11:37:28 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping maven-plugin
[INFO] Feb 26, 2013 11:37:28 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping ssh-slaves
[INFO] Feb 26, 2013 11:37:28 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping subversion
[INFO] Feb 26, 2013 11:37:28 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping translation
[INFO] Feb 26, 2013 11:37:28 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping ui-samples-plugin
[INFO] Feb 26, 2013 11:37:28 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping stashNotifier
[INFO] Feb 26, 2013 11:37:29 PM org.mortbay.log.Slf4jLog info
[INFO] INFO: jetty-6.1.26
[INFO] Feb 26, 2013 11:37:29 PM org.mortbay.log.Slf4jLog info
[INFO] INFO: NO JSP Support for , did not find 
org.apache.jasper.servlet.JspServlet
[INFO] Feb 26, 2013 11:37:29 PM org.mortbay.log.Slf4jLog info
[INFO] INFO: Started [email protected]:49981
[INFO] Feb 26, 2013 11:37:29 PM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Started initialization
[INFO] Feb 26, 2013 11:37:29 PM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Listed all plugins
[INFO] Feb 26, 2013 11:37:29 PM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Prepared all plugins
[INFO] Feb 26, 2013 11:37:29 PM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Started all plugins
[INFO] Feb 26, 2013 11:37:29 PM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Augmented all extensions
[INFO] Feb 26, 2013 11:37:29 PM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Loaded all jobs
[INFO] Feb 26, 2013 11:37:32 PM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Completed initialization
[INFO] Feb 26, 2013 11:37:32 PM hudson.TcpSlaveAgentListener <init>
[INFO] INFO: JNLP slave agent listener started on TCP port 49982
[INFO] === Starting CliSanityTest.testCliSanity
[INFO] Feb 26, 2013 11:37:32 PM org.mortbay.log.Slf4jLog info
[INFO] INFO: Stopped [email protected]:49981
[INFO] Feb 26, 2013 11:37:32 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping ant
[INFO] Feb 26, 2013 11:37:32 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping javadoc
[INFO] Feb 26, 2013 11:37:32 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping cvs
[INFO] Feb 26, 2013 11:37:32 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping git
[INFO] Feb 26, 2013 11:37:32 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping maven-plugin
[INFO] Feb 26, 2013 11:37:32 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping ssh-slaves
[INFO] Feb 26, 2013 11:37:32 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping subversion
[INFO] Feb 26, 2013 11:37:32 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping translation
[INFO] Feb 26, 2013 11:37:32 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping ui-samples-plugin
[INFO] Feb 26, 2013 11:37:32 PM hudson.PluginWrapper stop
[INFO] INFO: Stopping stashNotifier
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.543 
sec
[INFO] 
[INFO] Results :
[INFO] 
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-license-plugin:1.4:process (default) @ stashNotifier ---
[INFO] [INFO] Generated 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/stashNotifier/WEB-INF/licenses.xml
[INFO] [INFO] 
[INFO] [INFO] --- maven-hpi-plugin:1.74:hpi (default-hpi) @ stashNotifier ---
[INFO] [INFO] Exploding webapp...
[INFO] [INFO] Copy webapp webResources to 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/stashNotifier
[INFO] [INFO] Assembling webapp stashNotifier in 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/stashNotifier
[INFO] [INFO] Generating hpi 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/stashNotifier.hpi
[INFO] [INFO] Generating 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/stashNotifier/META-INF/MANIFEST.MF
[INFO] [INFO] Building jar: 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/stashNotifier.hpi
[INFO] [INFO] Building jar: 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/stashNotifier.jar
[INFO] [INFO] 
[INFO] [INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) @ 
stashNotifier >>>
[INFO] [INFO] 
[INFO] [INFO] --- maven-hpi-plugin:1.74:validate (default-validate) @ 
stashNotifier ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-enforcer-plugin:1.0.1:display-info (default) @ 
stashNotifier ---
[INFO] [INFO] Maven Version: 3.0.3
[INFO] [INFO] JDK Version: 1.6.0_41 normalized as: 1.6.0-41
[INFO] [INFO] OS Info: Arch: x86_64 Family: mac Name: mac os x Version: 10.8.2
[INFO] [INFO] 
[INFO] [INFO] --- maven-localizer-plugin:1.13:generate (default) @ 
stashNotifier ---
[INFO] [INFO] 
[INFO] [INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ 
stashNotifier <<<
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ 
stashNotifier ---
[INFO] [INFO] org already added, skipping
[INFO] [INFO] org/jenkinsci already added, skipping
[INFO] [INFO] org/jenkinsci/plugins already added, skipping
[INFO] [INFO] org/jenkinsci/plugins/stashNotifier already added, skipping
[INFO] [INFO] Building jar: 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/stashNotifier-sources.jar
[INFO] [INFO] org already added, skipping
[INFO] [INFO] org/jenkinsci already added, skipping
[INFO] [INFO] org/jenkinsci/plugins already added, skipping
[INFO] [INFO] org/jenkinsci/plugins/stashNotifier already added, skipping
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:2.8:jar (attach-javadocs) @ 
stashNotifier ---
[INFO] [INFO] 
[INFO] Loading source files for package org.jenkinsci.plugins.stashNotifier...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 1.6.0_41
[INFO] Building tree for all the packages and classes...
[INFO] Generating 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/apidocs/org/jenkinsci/plugins/stashNotifier//NotificationResult.html...
[INFO] Generating 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/apidocs/org/jenkinsci/plugins/stashNotifier//StashNotifier.html...
[INFO] Generating 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/apidocs/org/jenkinsci/plugins/stashNotifier//StashNotifier.DescriptorImpl.html...
[INFO] Generating 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/apidocs/org/jenkinsci/plugins/stashNotifier//package-frame.html...
[INFO] Generating 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/apidocs/org/jenkinsci/plugins/stashNotifier//package-summary.html...
[INFO] Generating 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/apidocs/org/jenkinsci/plugins/stashNotifier//package-tree.html...
[INFO] Generating 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/apidocs/constant-values.html...
[INFO] Generating 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/apidocs/org/jenkinsci/plugins/stashNotifier//class-use/StashNotifier.html...
[INFO] Generating 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/apidocs/org/jenkinsci/plugins/stashNotifier//class-use/StashNotifier.DescriptorImpl.html...
[INFO] Generating 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/apidocs/org/jenkinsci/plugins/stashNotifier//class-use/NotificationResult.html...
[INFO] Generating 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/apidocs/org/jenkinsci/plugins/stashNotifier//package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/apidocs/overview-tree.html...
[INFO] Generating 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/apidocs/index-all.html...
[INFO] Generating 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/apidocs/allclasses-frame.html...
[INFO] Generating 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/apidocs/allclasses-noframe.html...
[INFO] Generating 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/apidocs/index.html...
[INFO] Generating 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/apidocs/help-doc.html...
[INFO] Generating 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/apidocs/stylesheet.css...
[INFO] 2 warnings
[INFO] [WARNING] Javadoc Warnings
[INFO] [WARNING] jenkins/model/Jenkins.class(jenkins/model:Jenkins.class): 
warning: Cannot find annotation method 'value()' in type 
'edu.umd.cs.findbugs.annotations.SuppressWarnings': class file for 
edu.umd.cs.findbugs.annotations.SuppressWarnings not found
[INFO] [WARNING] jenkins/model/Jenkins.class(jenkins/model:Jenkins.class): 
warning: Cannot find annotation method 'value()' in type 
'edu.umd.cs.findbugs.annotations.SuppressWarnings'
[INFO] [INFO] Building jar: 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/stashNotifier-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 
stashNotifier ---
[INFO] [INFO] Installing 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/stashNotifier.hpi 
to 
/Users/gruetter/.m2/repository/org/jenkins-ci/plugins/stashNotifier/1.1-SNAPSHOT/stashNotifier-1.1-SNAPSHOT.hpi
[INFO] [INFO] Installing 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/pom.xml to 
/Users/gruetter/.m2/repository/org/jenkins-ci/plugins/stashNotifier/1.1-SNAPSHOT/stashNotifier-1.1-SNAPSHOT.pom
[INFO] [INFO] Installing 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/stashNotifier.jar 
to 
/Users/gruetter/.m2/repository/org/jenkins-ci/plugins/stashNotifier/1.1-SNAPSHOT/stashNotifier-1.1-SNAPSHOT.jar
[INFO] [INFO] Installing 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/stashNotifier-sources.jar
 to 
/Users/gruetter/.m2/repository/org/jenkins-ci/plugins/stashNotifier/1.1-SNAPSHOT/stashNotifier-1.1-SNAPSHOT-sources.jar
[INFO] [INFO] Installing 
/Users/gruetter/Dropbox/stashNotifier/target/checkout/target/stashNotifier-javadoc.jar
 to 
/Users/gruetter/.m2/repository/org/jenkins-ci/plugins/stashNotifier/1.1-SNAPSHOT/stashNotifier-1.1-SNAPSHOT-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-deploy-plugin:2.6:deploy (default-deploy) @ 
stashNotifier ---
[INFO] Downloading: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/stashNotifier/1.1-SNAPSHOT/maven-metadata.xml
[INFO] 
[INFO] Uploading: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/stashNotifier/1.1-SNAPSHOT/stashNotifier-1.1-20130226.223747-1.hpi
[INFO] 4 KB   
[INFO] 8 KB   
[INFO] 12 KB   
[INFO] 16 KB   
[INFO] 20 KB   
[INFO] 24 KB   
[INFO] 28 KB   
[INFO] 32 KB   
[INFO] 36 KB   
[INFO] 40 KB   
[INFO] 44 KB   
[INFO] 48 KB   
[INFO] 52 KB   
[INFO] 56 KB   
[INFO] 60 KB   
[INFO] 64 KB   
[INFO] 68 KB   
[INFO] 72 KB   
[INFO] 76 KB   
[INFO] 80 KB   
[INFO] 84 KB   
[INFO] 88 KB   
[INFO] 92 KB   
[INFO] 96 KB   
[INFO] 100 KB   
[INFO] 104 KB   
[INFO] 108 KB   
[INFO] 112 KB   
[INFO] 116 KB   
[INFO] 120 KB   
[INFO] 124 KB   
[INFO] 128 KB   
[INFO] 132 KB   
[INFO] 136 KB   
[INFO] 140 KB   
[INFO] 144 KB   
[INFO] 148 KB   
[INFO] 152 KB   
[INFO] 156 KB   
[INFO] 160 KB   
[INFO] 164 KB   
[INFO] 168 KB   
[INFO] 172 KB   
[INFO] 176 KB   
[INFO] 180 KB   
[INFO] 184 KB   
[INFO] 188 KB   
[INFO] 192 KB   
[INFO] 196 KB   
[INFO] 200 KB   
[INFO] 204 KB   
[INFO] 208 KB   
[INFO] 212 KB   
[INFO] 216 KB   
[INFO] 220 KB   
[INFO] 224 KB   
[INFO] 228 KB   
[INFO] 232 KB   
[INFO] 236 KB   
[INFO] 240 KB   
[INFO] 244 KB   
[INFO] 248 KB   
[INFO] 252 KB   
[INFO] 256 KB   
[INFO] 260 KB   
[INFO] 264 KB   
[INFO] 268 KB   
[INFO] 272 KB   
[INFO] 276 KB   
[INFO] 280 KB   
[INFO] 284 KB   
[INFO] 288 KB   
[INFO] 292 KB   
[INFO] 296 KB   
[INFO] 300 KB   
[INFO] 304 KB   
[INFO] 308 KB   
[INFO] 312 KB   
[INFO] 316 KB   
[INFO] 320 KB   
[INFO] 324 KB   
[INFO] 328 KB   
[INFO] 332 KB   
[INFO] 336 KB   
[INFO] 340 KB   
[INFO] 344 KB   
[INFO] 348 KB   
[INFO] 352 KB   
[INFO] 356 KB   
[INFO] 360 KB   
[INFO] 364 KB   
[INFO] 368 KB   
[INFO] 372 KB   
[INFO] 376 KB   
[INFO] 380 KB   
[INFO] 384 KB   
[INFO] 388 KB   
[INFO] 392 KB   
[INFO] 396 KB   
[INFO] 400 KB   
[INFO] 404 KB   
[INFO] 408 KB   
[INFO] 412 KB   
[INFO] 416 KB   
[INFO] 420 KB   
[INFO] 424 KB   
[INFO] 428 KB   
[INFO] 432 KB   
[INFO] 436 KB   
[INFO] 440 KB   
[INFO] 444 KB   
[INFO] 448 KB   
[INFO] 452 KB   
[INFO] 456 KB   
[INFO] 460 KB   
[INFO] 464 KB   
[INFO] 468 KB   
[INFO] 472 KB   
[INFO] 476 KB   
[INFO] 480 KB   
[INFO] 484 KB   
[INFO] 488 KB   
[INFO] 492 KB   
[INFO] 496 KB   
[INFO] 500 KB   
[INFO] 504 KB   
[INFO] 508 KB   
[INFO] 512 KB   
[INFO] 516 KB   
[INFO] 520 KB   
[INFO] 524 KB   
[INFO] 528 KB   
[INFO] 532 KB   
[INFO] 536 KB   
[INFO] 540 KB   
[INFO] 544 KB   
[INFO] 548 KB   
[INFO] 552 KB   
[INFO] 556 KB   
[INFO] 560 KB   
[INFO] 564 KB   
[INFO] 568 KB   
[INFO] 572 KB   
[INFO] 576 KB   
[INFO] 580 KB   
[INFO] 582 KB   
[INFO]          
[INFO] Uploaded: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/stashNotifier/1.1-SNAPSHOT/stashNotifier-1.1-20130226.223747-1.hpi
 (582 KB at 44.6 KB/sec)
[INFO] Uploading: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/stashNotifier/1.1-SNAPSHOT/stashNotifier-1.1-20130226.223747-1.pom
[INFO] 3 KB     
[INFO]        
[INFO] Uploaded: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/stashNotifier/1.1-SNAPSHOT/stashNotifier-1.1-20130226.223747-1.pom
 (3 KB at 2.0 KB/sec)
[INFO] Downloading: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/stashNotifier/maven-metadata.xml
[INFO] 408 B   
[INFO]         
[INFO] Downloaded: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/stashNotifier/maven-metadata.xml
 (408 B at 0.7 KB/sec)
[INFO] Uploading: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/stashNotifier/1.1-SNAPSHOT/maven-metadata.xml
[INFO] 779 B   
[INFO]         
[INFO] Uploaded: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/stashNotifier/1.1-SNAPSHOT/maven-metadata.xml
 (779 B at 1.3 KB/sec)
[INFO] Uploading: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/stashNotifier/maven-metadata.xml
[INFO] 365 B   
[INFO]         
[INFO] Uploaded: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/stashNotifier/maven-metadata.xml
 (365 B at 0.3 KB/sec)
[INFO] Uploading: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/stashNotifier/1.1-SNAPSHOT/stashNotifier-1.1-20130226.223747-1.jar
[INFO] 4 KB    
[INFO] 8 KB   
[INFO] 12 KB   
[INFO]         
[INFO] Uploaded: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/stashNotifier/1.1-SNAPSHOT/stashNotifier-1.1-20130226.223747-1.jar
 (12 KB at 6.5 KB/sec)
[INFO] Uploading: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/stashNotifier/1.1-SNAPSHOT/maven-metadata.xml
[INFO] 950 B   
[INFO]         
[INFO] Uploaded: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/stashNotifier/1.1-SNAPSHOT/maven-metadata.xml
 (950 B at 0.8 KB/sec)
[INFO] Uploading: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/stashNotifier/1.1-SNAPSHOT/stashNotifier-1.1-20130226.223747-1-sources.jar
[INFO] 4 KB    
[INFO] 7 KB   
[INFO]        
[INFO] Uploaded: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/stashNotifier/1.1-SNAPSHOT/stashNotifier-1.1-20130226.223747-1-sources.jar
 (7 KB at 4.8 KB/sec)
[INFO] Uploading: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/stashNotifier/1.1-SNAPSHOT/maven-metadata.xml
[INFO] 2 KB   
[INFO]        
[INFO] Uploaded: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/stashNotifier/1.1-SNAPSHOT/maven-metadata.xml
 (2 KB at 1.2 KB/sec)
[INFO] Uploading: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/stashNotifier/1.1-SNAPSHOT/stashNotifier-1.1-20130226.223747-1-javadoc.jar
[INFO] 4 KB   
[INFO] 8 KB   
[INFO] 12 KB   
[INFO] 16 KB   
[INFO] 20 KB   
[INFO] 24 KB   
[INFO] 28 KB   
[INFO] 32 KB   
[INFO] 34 KB   
[INFO]         
[INFO] Uploaded: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/stashNotifier/1.1-SNAPSHOT/stashNotifier-1.1-20130226.223747-1-javadoc.jar
 (34 KB at 21.1 KB/sec)
[INFO] Uploading: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/stashNotifier/1.1-SNAPSHOT/maven-metadata.xml
[INFO] 2 KB    
[INFO]        
[INFO] Uploaded: 
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/stashNotifier/1.1-SNAPSHOT/maven-metadata.xml
 (2 KB at 1.0 KB/sec)
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] [INFO] Total time: 1:31.533s
[INFO] [INFO] Finished at: Tue Feb 26 23:38:12 CET 2013
[INFO] [INFO] Final Memory: 33M/81M
[INFO] [INFO] 
------------------------------------------------------------------------
[INFO] Cleaning up after release...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:57.251s
[INFO] Finished at: Tue Feb 26 23:38:12 CET 2013
[INFO] Final Memory: 7M/81M
[INFO] ------------------------------------------------------------------------

Reply via email to