Skip to content

Instantly share code, notes, and snippets.

@darbyluv2code
Created March 28, 2020 14:14
Show Gist options
  • Save darbyluv2code/5f65d87662a18f02c3c74bd3c9558e63 to your computer and use it in GitHub Desktop.
Save darbyluv2code/5f65d87662a18f02c3c74bd3c9558e63 to your computer and use it in GitHub Desktop.
mvn clean compile
chaddarby bonus-code-spring-security-user-registration-custom-user-details $ mvn clean compile
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building spring-security-custom-user-registration-demo 1.0
[INFO] ------------------------------------------------------------------------
[WARNING] The artifact org.hibernate:hibernate-validator:jar:6.0.7.Final has been relocated to org.hibernate.validator:hibernate-validator:jar:6.0.7.Final
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/security/spring-security-core/5.0.4.RELEASE/spring-security-core-5.0.4.RELEASE.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/security/spring-security-core/5.0.4.RELEASE/spring-security-core-5.0.4.RELEASE.jar (422 kB at 677 kB/s)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ spring-security-custom-user-registration-demo ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ spring-security-custom-user-registration-demo ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ spring-security-custom-user-registration-demo ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 21 source files to /Users/chaddarby/Downloads/bonus-reg/bonus-code-spring-security-user-registration-custom-user-details/target/classes
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.881 s
[INFO] Finished at: 2020-03-28T10:03:16-04:00
[INFO] Final Memory: 23M/87M
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment