Hi all,
this is a followup of a thread I started
earlier<https://groups.google.com/forum/?fromgroups=#!topic/jenkinsci-dev/BdERU5oBRMk>.
I'm trying to publish my first release of the stashnotifier
plugin<https://github.com/jenkinsci/stashnotifier-plugin>but continue to fail.
Here's what happens
1. I am ready to perform a maven release (SNAPSHOT version, all changes
committed and pushed to GitHub). I'm on the develop branch (I usually use
the git-flow branching model and tried the same on a release branch - same
problem. I haven't tried this on the master branch though).
2. I perform mvn release:prepare release:perform
3. When prompted for the release version, I enter 1.0.2 (current + next
SNAPSHOT version is 1.1-SNAPSHOT)
4. the release runs through successfully without any error but only
publishes the SNAPSHOT version
I think the problem occurs in the release:prepare. After release:prepare,
I'd expect so see a commit in my local repository where the artifact
version in my pom.xml is set to the release version (1.0.2). However - no
commit. As a result, the artifact version is still 1.1-SNAPSHOT and I guess
that's why maven decides to deploy it to the SNAPSHOTS repository. Tagging
works and the tag is also pushed to the remote.
>From what I can tell, maven sort of omits the commit command and no changes
are pushed as a result:
> [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-678409272.commit
> stashNotifier-1.0.2
> [INFO] Working directory: /Users/gruetter/Dropbox/stashNotifier
> [INFO] Executing: /bin/sh -c cd /Users/gruetter/Dropbox/stashNotifier &&
> git push [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.
>
I have appended the complete mvn output of the release run for your
reference. I'm running Maven 3.0.3, by the way. Can anyone please tell me
what I'm doing wrong? I'm banging my head against the wall on this for a
couple of days now.
Thanks for your help and 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].
For more options, visit https://groups.google.com/groups/opt_out.
01:07:28 (develop) ~/Dropbox/stashNotifier$ mvn clean release:prepare
release:perform
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Stash Notifier 1.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stashNotifier ---
[INFO] Deleting /Users/gruetter/Dropbox/stashNotifier/target
[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]
[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] Mar 1, 2013 1:08:21 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: Logging to org.slf4j.impl.JDK14LoggerAdapter(org.mortbay.log) via
org.mortbay.log.Slf4jLog
[INFO] Mar 1, 2013 1:08:22 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: jetty-6.1.26
[INFO] Mar 1, 2013 1:08:22 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: NO JSP Support for , did not find
org.apache.jasper.servlet.JspServlet
[INFO] Mar 1, 2013 1:08:22 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: Started [email protected]:64740
[INFO] Mar 1, 2013 1:08:22 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Started initialization
[INFO] Mar 1, 2013 1:08:24 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Listed all plugins
[INFO] Mar 1, 2013 1:08:24 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Prepared all plugins
[INFO] Mar 1, 2013 1:08:24 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Started all plugins
[INFO] Mar 1, 2013 1:08:24 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Augmented all extensions
[INFO] Mar 1, 2013 1:08:24 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Loaded all jobs
[INFO] Mar 1, 2013 1:08:30 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Completed initialization
[INFO] Mar 1, 2013 1:08:30 AM hudson.TcpSlaveAgentListener <init>
[INFO] INFO: JNLP slave agent listener started on TCP port 64742
[INFO] Mar 1, 2013 1:08:30 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: jetty-6.1.26
[INFO] Mar 1, 2013 1:08:30 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: Started [email protected]:64743
[INFO] Mar 1, 2013 1:08:33 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: Stopped [email protected]:64740
[INFO] Mar 1, 2013 1:08:33 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping ant
[INFO] Mar 1, 2013 1:08:33 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping javadoc
[INFO] Mar 1, 2013 1:08:33 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping cvs
[INFO] Mar 1, 2013 1:08:33 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping git
[INFO] Mar 1, 2013 1:08:33 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping maven-plugin
[INFO] Mar 1, 2013 1:08:33 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping ssh-slaves
[INFO] Mar 1, 2013 1:08:33 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping subversion
[INFO] Mar 1, 2013 1:08:33 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping translation
[INFO] Mar 1, 2013 1:08:33 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping ui-samples-plugin
[INFO] Mar 1, 2013 1:08:33 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping stashNotifier
[INFO] Mar 1, 2013 1:08:33 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: jetty-6.1.26
[INFO] Mar 1, 2013 1:08:34 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: NO JSP Support for , did not find
org.apache.jasper.servlet.JspServlet
[INFO] Mar 1, 2013 1:08:34 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: Started [email protected]:64746
[INFO] Mar 1, 2013 1:08:34 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Started initialization
[INFO] Mar 1, 2013 1:08:34 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Listed all plugins
[INFO] Mar 1, 2013 1:08:34 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Prepared all plugins
[INFO] Mar 1, 2013 1:08:34 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Started all plugins
[INFO] Mar 1, 2013 1:08:34 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Augmented all extensions
[INFO] Mar 1, 2013 1:08:34 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Loaded all jobs
[INFO] Mar 1, 2013 1:08:36 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Completed initialization
[INFO] Mar 1, 2013 1:08:36 AM hudson.TcpSlaveAgentListener <init>
[INFO] INFO: JNLP slave agent listener started on TCP port 64747
[INFO] === Starting CliSanityTest.testCliSanity
[INFO] Mar 1, 2013 1:08:36 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: Stopped [email protected]:64746
[INFO] Mar 1, 2013 1:08:36 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping ant
[INFO] Mar 1, 2013 1:08:36 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping javadoc
[INFO] Mar 1, 2013 1:08:36 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping cvs
[INFO] Mar 1, 2013 1:08:36 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping git
[INFO] Mar 1, 2013 1:08:36 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping maven-plugin
[INFO] Mar 1, 2013 1:08:36 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping ssh-slaves
[INFO] Mar 1, 2013 1:08:36 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping subversion
[INFO] Mar 1, 2013 1:08:36 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping translation
[INFO] Mar 1, 2013 1:08:36 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping ui-samples-plugin
[INFO] Mar 1, 2013 1:08:36 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping stashNotifier
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.348
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: 43.680s
[INFO] [INFO] Finished at: Fri Mar 01 01:08:40 CET 2013
[INFO] [INFO] Final Memory: 31M/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-678409272.commit
stashNotifier-1.0.2
[INFO] Working directory: /Users/gruetter/Dropbox/stashNotifier
[INFO] Executing: /bin/sh -c cd /Users/gruetter/Dropbox/stashNotifier && git
push [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 [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
[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] Mar 1, 2013 1:09:30 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: Logging to org.slf4j.impl.JDK14LoggerAdapter(org.mortbay.log) via
org.mortbay.log.Slf4jLog
[INFO] Mar 1, 2013 1:09:30 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: jetty-6.1.26
[INFO] Mar 1, 2013 1:09:30 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: NO JSP Support for , did not find
org.apache.jasper.servlet.JspServlet
[INFO] Mar 1, 2013 1:09:30 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: Started [email protected]:64771
[INFO] Mar 1, 2013 1:09:31 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Started initialization
[INFO] Mar 1, 2013 1:09:32 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Listed all plugins
[INFO] Mar 1, 2013 1:09:32 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Prepared all plugins
[INFO] Mar 1, 2013 1:09:33 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Started all plugins
[INFO] Mar 1, 2013 1:09:33 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Augmented all extensions
[INFO] Mar 1, 2013 1:09:33 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Loaded all jobs
[INFO] Mar 1, 2013 1:09:39 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Completed initialization
[INFO] Mar 1, 2013 1:09:39 AM hudson.TcpSlaveAgentListener <init>
[INFO] INFO: JNLP slave agent listener started on TCP port 64773
[INFO] Mar 1, 2013 1:09:39 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: jetty-6.1.26
[INFO] Mar 1, 2013 1:09:39 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: Started [email protected]:64774
[INFO] Mar 1, 2013 1:09:42 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: Stopped [email protected]:64771
[INFO] Mar 1, 2013 1:09:42 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping ant
[INFO] Mar 1, 2013 1:09:42 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping javadoc
[INFO] Mar 1, 2013 1:09:42 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping cvs
[INFO] Mar 1, 2013 1:09:42 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping git
[INFO] Mar 1, 2013 1:09:42 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping maven-plugin
[INFO] Mar 1, 2013 1:09:42 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping ssh-slaves
[INFO] Mar 1, 2013 1:09:42 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping subversion
[INFO] Mar 1, 2013 1:09:42 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping translation
[INFO] Mar 1, 2013 1:09:42 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping ui-samples-plugin
[INFO] Mar 1, 2013 1:09:42 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping stashNotifier
[INFO] Mar 1, 2013 1:09:43 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: jetty-6.1.26
[INFO] Mar 1, 2013 1:09:43 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: NO JSP Support for , did not find
org.apache.jasper.servlet.JspServlet
[INFO] Mar 1, 2013 1:09:43 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: Started [email protected]:64777
[INFO] Mar 1, 2013 1:09:43 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Started initialization
[INFO] Mar 1, 2013 1:09:43 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Listed all plugins
[INFO] Mar 1, 2013 1:09:43 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Prepared all plugins
[INFO] Mar 1, 2013 1:09:43 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Started all plugins
[INFO] Mar 1, 2013 1:09:43 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Augmented all extensions
[INFO] Mar 1, 2013 1:09:43 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Loaded all jobs
[INFO] Mar 1, 2013 1:09:45 AM jenkins.InitReactorRunner$1 onAttained
[INFO] INFO: Completed initialization
[INFO] Mar 1, 2013 1:09:45 AM hudson.TcpSlaveAgentListener <init>
[INFO] INFO: JNLP slave agent listener started on TCP port 64778
[INFO] === Starting CliSanityTest.testCliSanity
[INFO] Mar 1, 2013 1:09:45 AM org.mortbay.log.Slf4jLog info
[INFO] INFO: Stopped [email protected]:64777
[INFO] Mar 1, 2013 1:09:45 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping ant
[INFO] Mar 1, 2013 1:09:45 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping javadoc
[INFO] Mar 1, 2013 1:09:45 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping cvs
[INFO] Mar 1, 2013 1:09:45 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping git
[INFO] Mar 1, 2013 1:09:45 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping maven-plugin
[INFO] Mar 1, 2013 1:09:45 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping ssh-slaves
[INFO] Mar 1, 2013 1:09:45 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping subversion
[INFO] Mar 1, 2013 1:09:45 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping translation
[INFO] Mar 1, 2013 1:09:45 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping ui-samples-plugin
[INFO] Mar 1, 2013 1:09:45 AM hudson.PluginWrapper stop
[INFO] INFO: Stopping stashNotifier
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.417
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] 2 KB
[INFO]
[INFO] Downloaded:
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/stashNotifier/1.1-SNAPSHOT/maven-metadata.xml
(2 KB at 2.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-20130301.000957-4.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-20130301.000957-4.hpi
(582 KB at 44.0 KB/sec)
[INFO] Uploading:
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/stashNotifier/1.1-SNAPSHOT/stashNotifier-1.1-20130301.000957-4.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-20130301.000957-4.pom
(3 KB at 2.1 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 1.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.8 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-20130301.000957-4.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-20130301.000957-4.jar
(12 KB at 8.6 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.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-20130301.000957-4-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-20130301.000957-4-sources.jar
(7 KB at 4.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] 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.1 KB/sec)
[INFO] Uploading:
http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/stashNotifier/1.1-SNAPSHOT/stashNotifier-1.1-20130301.000957-4-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-20130301.000957-4-javadoc.jar
(34 KB at 12.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.5 KB/sec)
[INFO] [INFO]
------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO]
------------------------------------------------------------------------
[INFO] [INFO] Total time: 1:27.074s
[INFO] [INFO] Finished at: Fri Mar 01 01:10:22 CET 2013
[INFO] [INFO] Final Memory: 33M/81M
[INFO] [INFO]
------------------------------------------------------------------------
[INFO] Cleaning up after release...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:38.577s
[INFO] Finished at: Fri Mar 01 01:10:23 CET 2013
[INFO] Final Memory: 7M/81M
[INFO] ------------------------------------------------------------------------