Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [INFO] Scanning for projects...
- [INFO]
- [INFO] ------------------------------------------------------------------------
- [INFO] Building sampleproject 2.1-SNAPSHOT
- [INFO] ------------------------------------------------------------------------
- [INFO]
- [INFO] --- maven-release-plugin:2.3.2:prepare (default-cli) @ sampleproject ---
- [INFO] Verifying that there are no local modifications...
- [INFO] ignoring changes on: **\release.properties, **\pom.xml.next, **\pom.xml.releaseBackup, **\pom.xml.backup, **\pom.xml.branch, **\pom.xml.tag
- [INFO] Executing: cmd.exe /X /C "svn --username lshatzer --password ***** --no-auth-cache --non-interactive status"
- [INFO] Working directory: C:\development\sample\trunk
- [INFO] Checking dependencies and plugins for snapshots ...
- What is the release version for "sampleproject"? (com.sandbox:sampleproject) 2.1: : 2.1
- What is SCM release tag or label for "sampleproject"? (com.sandbox:sampleproject) sampleproject-2.1: :
- What is the new development version for "sampleproject"? (com.sandbox:sampleproject) 2.2-SNAPSHOT: :
- [INFO] Transforming 'sampleproject'...
- [INFO] Not generating release POMs
- [INFO] Executing goals 'clean install'...
- [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 sampleproject 2.1
- [INFO] [INFO] ------------------------------------------------------------------------
- [INFO] [INFO]
- [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ sampleproject ---
- [INFO] [INFO] Deleting C:\development\sample\trunk\target
- [INFO] [INFO]
- [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ sampleproject ---
- [INFO] [debug] execute contextualize
- [INFO] [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
- [INFO] [INFO] skip non existing resourceDirectory C:\development\sample\trunk\src\main\resources
- [INFO] [INFO]
- [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ sampleproject ---
- [INFO] [WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent!
- [INFO] [INFO] Compiling 1 source file to C:\development\sample\trunk\target\classes
- [INFO] [INFO]
- [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ sampleproject ---
- [INFO] [debug] execute contextualize
- [INFO] [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
- [INFO] [INFO] skip non existing resourceDirectory C:\development\sample\trunk\src\test\resources
- [INFO] [INFO]
- [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ sampleproject ---
- [INFO] [WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent!
- [INFO] [INFO] Compiling 2 source files to C:\development\sample\trunk\target\test-classes
- [INFO] [INFO]
- [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ sampleproject ---
- [INFO] [INFO] Surefire report directory: C:\development\sample\trunk\target\surefire-reports
- [INFO] [INFO] Using configured provider org.apache.maven.surefire.junit4.JUnit4Provider
- [INFO] [INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider
- [INFO]
- [INFO] -------------------------------------------------------
- [INFO] T E S T S
- [INFO] -------------------------------------------------------
- [INFO] Running com.company.JUnitTest
- [INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec <<< FAILURE!
- [INFO] test(com.company.JUnitTest) Time elapsed: 0.011 sec <<< FAILURE!
- [INFO] java.lang.AssertionError
- [INFO] at org.junit.Assert.fail(Assert.java:92)
- [INFO] at org.junit.Assert.assertTrue(Assert.java:43)
- [INFO] at org.junit.Assert.assertTrue(Assert.java:54)
- [INFO] at com.company.JUnitTest.test(JUnitTest.java:10)
- [INFO] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- [INFO] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
- [INFO] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
- [INFO] at java.lang.reflect.Method.invoke(Method.java:597)
- [INFO] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
- [INFO] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
- [INFO] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
- [INFO] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
- [INFO] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
- [INFO] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
- [INFO] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
- [INFO] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
- [INFO] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
- [INFO] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
- [INFO] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
- [INFO] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
- [INFO] at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
- [INFO] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
- [INFO] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
- [INFO] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
- [INFO] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- [INFO] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
- [INFO] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
- [INFO] at java.lang.reflect.Method.invoke(Method.java:597)
- [INFO] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
- [INFO] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
- [INFO] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
- [INFO] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
- [INFO] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
- [INFO]
- [INFO]
- [INFO] Results :
- [INFO]
- [INFO] Failed tests: test(com.company.JUnitTest)
- [INFO]
- [INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0
- [INFO]
- [INFO]
- [INFO] -------------------------------------------------------
- [INFO] T E S T S
- [INFO] -------------------------------------------------------
- [INFO] Running TestSuite
- [INFO] Configuring TestNG with: org.apache.maven.surefire.testng.conf.TestNG652Configurator@5cdf8f5e
- [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.431 sec
- [INFO]
- [INFO] Results :
- [INFO]
- [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
- [INFO]
- [INFO] [INFO]
- [INFO] [INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ sampleproject ---
- [INFO] [INFO] Building jar: C:\development\sample\trunk\target\sampleproject-2.1.jar
- [INFO] [INFO]
- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ sampleproject ---
- [INFO] [INFO] Installing C:\development\sample\trunk\target\sampleproject-2.1.jar to C:\development\repository\com\sandbox\sampleproject\2.1\sampleproject-2.1.jar
- [INFO] [INFO] Installing C:\development\sample\trunk\pom.xml to C:\development\repository\com\sandbox\sampleproject\2.1\sampleproject-2.1.pom
- [INFO] [INFO] ------------------------------------------------------------------------
- [INFO] [INFO] BUILD SUCCESS
- [INFO] [INFO] ------------------------------------------------------------------------
- [INFO] [INFO] Total time: 5.258s
- [INFO] [INFO] Finished at: Wed Nov 07 16:32:27 MST 2012
- [INFO] [INFO] Final Memory: 12M/117M
- [INFO] [INFO] ------------------------------------------------------------------------
- [INFO] Checking in modified POMs...
- [INFO] Executing: cmd.exe /X /C "svn --username lshatzer --password ***** --no-auth-cache --non-interactive commit --file C:\Users\lshatzer\AppData\Local\Temp\maven-scm-1378564400.commit --targets C:\Users\lshatzer\AppData\Local\Temp\maven-scm-1632227640447658819-targets"
- [INFO] Working directory: C:\development\sample\trunk
- [INFO] Tagging release with the label sampleproject-2.1...
- [INFO] Executing: cmd.exe /X /C "svn --username lshatzer --password ***** --no-auth-cache --non-interactive copy --file C:\Users\lshatzer\AppData\Local\Temp\maven-scm-1618696835.commit --revision 66458 https://example/svn/sample/trunk https://example/svn/sample/tags/sampleproject-2.1"
- [INFO] Working directory: C:\development\sample\trunk
- [INFO] Transforming 'sampleproject'...
- [INFO] Not removing release POMs
- [INFO] Checking in modified POMs...
- [INFO] Executing: cmd.exe /X /C "svn --username lshatzer --password ***** --no-auth-cache --non-interactive commit --file C:\Users\lshatzer\AppData\Local\Temp\maven-scm-1388873545.commit --targets C:\Users\lshatzer\AppData\Local\Temp\maven-scm-1081196660893989126-targets"
- [INFO] Working directory: C:\development\sample\trunk
- [INFO] Release preparation complete.
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD SUCCESS
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 18.607s
- [INFO] Finished at: Wed Nov 07 16:32:29 MST 2012
- [INFO] Final Memory: 5M/92M
- [INFO] ------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment