Skip to content

Instantly share code, notes, and snippets.

@c0nscience
Created March 18, 2013 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c0nscience/78fd5011853da3f094c8 to your computer and use it in GitHub Desktop.
Save c0nscience/78fd5011853da3f094c8 to your computer and use it in GitHub Desktop.
build
/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java -Dclassworlds.conf=/usr/share/java/maven-3.0.3/bin/m2.conf -Dmaven.home=/usr/share/java/maven-3.0.3 -Didea.launcher.port=7532 "-Didea.launcher.bin.path=/Applications/IntelliJ IDEA 12.app/bin" -Dfile.encoding=UTF-8 -classpath "/usr/share/java/maven-3.0.3/boot/plexus-classworlds-2.4.jar:/Applications/IntelliJ IDEA 12.app/lib/idea_rt.jar" com.intellij.rt.execution.application.AppMain org.codehaus.classworlds.Launcher --no-plugin-registry --fail-fast --check-plugin-updates --strict-checksums --update-snapshots clean install -P deploy
[WARNING] Command line option -cpu is deprecated and will be removed in future Maven versions.
[WARNING] Command line option -npr is deprecated and will be removed in future Maven versions.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building spring commerce web 4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ spring-commerce-web ---
[INFO] Deleting /Users/privat/Documents/projects/spring-commerce/spring-commerce-web/target
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ spring-commerce-web ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 23 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ spring-commerce-web ---
[INFO] Compiling 167 source files to /Users/privat/Documents/projects/spring-commerce/spring-commerce-web/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ spring-commerce-web ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ spring-commerce-web ---
[INFO] Compiling 23 source files to /Users/privat/Documents/projects/spring-commerce/spring-commerce-web/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ spring-commerce-web ---
[INFO] Surefire report directory: /Users/privat/Documents/projects/spring-commerce/spring-commerce-web/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running info.myfault.commerce.common.mapper.ListDTOMapperTest
16:33:59.520 [main] WARN org.dozer.config.GlobalSettings - Dozer configuration file not found: dozer.properties. Using defaults for all Dozer global properties.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.894 sec
Running info.myfault.commerce.config.WebAppInitializerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running info.myfault.commerce.core.controller.BaseCrudControllerAdapterTest
16:34:04.191 [main] WARN o.s.validation.DataBinder - Skipping URI variable 'id' since the request contains a bind value with the same name.
16:34:04.330 [main] WARN o.s.validation.DataBinder - Skipping URI variable 'id' since the request contains a bind value with the same name.
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.648 sec
Running info.myfault.commerce.core.controller.ControllerAdapterTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running info.myfault.commerce.core.controller.MultipartCrudControllerAdapterInitializationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running info.myfault.commerce.core.controller.MultipartCrudControllerAdapterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.004 sec
Running info.myfault.commerce.service.FormMetadataServiceTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Results :
Tests run: 27, Failures: 0, Errors: 0, Skipped: 2
[INFO]
[INFO] --- maven-war-plugin:2.1.1:war (default-war) @ spring-commerce-web ---
[INFO] Packaging webapp
[INFO] Assembling webapp [spring-commerce-web] in [/Users/privat/Documents/projects/spring-commerce/spring-commerce-web/target/rotholz]
[INFO] Processing war project
[INFO] Copying webapp resources [/Users/privat/Documents/projects/spring-commerce/spring-commerce-web/src/main/webapp]
[INFO] Webapp assembled in [710 msecs]
[INFO] Building war: /Users/privat/Documents/projects/spring-commerce/spring-commerce-web/target/rotholz.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO]
[INFO] --- beanstalk-maven-plugin:0.2.9:upload-source-bundle (verify) @ spring-commerce-web ---
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[WARNING] You should encrypt your passwords. See http://beanstalker.ingenieux.com.br/security.html for more information
[INFO] Target Path: s3://rotholz-stage/spring-commerce-web/rotholz-20130318163353.war
[INFO] Uploading artifact file: /Users/privat/Documents/projects/spring-commerce/spring-commerce-web/target/rotholz.war
100.41% 46 MiB/45 MiB Done
[INFO] Artifact Uploaded
[INFO] SUCCESS
[INFO]
[INFO] --- beanstalk-maven-plugin:0.2.9:create-application-version (verify) @ spring-commerce-web ---
[WARNING] You should encrypt your passwords. See http://beanstalker.ingenieux.com.br/security.html for more information
[INFO] SUCCESS
[INFO] sourceBundle: {S3Bucket: rotholz-stage, S3Key: spring-commerce-web/rotholz-20130318163353.war, } [class: S3Location]
[INFO] versionLabel: 20130318163353 [class: String]
[INFO] description: Update from beanstalk-maven-plugin [class: String]
[INFO] applicationName: rotholz-clothing-online-store [class: String]
[INFO] dateCreated: Mon Mar 18 16:36:04 CET 2013 [class: Date]
[INFO] dateUpdated: Mon Mar 18 16:36:04 CET 2013 [class: Date]
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ spring-commerce-web ---
[INFO] Installing /Users/privat/Documents/projects/spring-commerce/spring-commerce-web/target/rotholz.war to /Users/privat/.m2/repository/info/myfault/spring-commerce-web/4.0.0-SNAPSHOT/spring-commerce-web-4.0.0-SNAPSHOT.war
[INFO] Installing /Users/privat/Documents/projects/spring-commerce/spring-commerce-web/pom.xml to /Users/privat/.m2/repository/info/myfault/spring-commerce-web/4.0.0-SNAPSHOT/spring-commerce-web-4.0.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:11.788s
[INFO] Finished at: Mon Mar 18 16:36:05 CET 2013
[INFO] Final Memory: 24M/81M
[INFO] ------------------------------------------------------------------------
Process finished with exit code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment