Skip to content

Instantly share code, notes, and snippets.

@TheMasteredPanda
Created November 21, 2017 08:58
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 TheMasteredPanda/13139c44536d32d9a36614b150639b20 to your computer and use it in GitHub Desktop.
Save TheMasteredPanda/13139c44536d32d9a36614b150639b20 to your computer and use it in GitHub Desktop.
ava/Learning/GRPC-Learning# mvn clean package
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for me.tmp.grpc:GRPC:jar:1.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 49, column 21
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: linux
[INFO] os.detected.arch: x86_64
[INFO] os.detected.version: 4.13
[INFO] os.detected.version.major: 4
[INFO] os.detected.version.minor: 13
[INFO] os.detected.release: kali
[INFO] os.detected.release.version: 2017.3
[INFO] os.detected.release.like.kali: true
[INFO] os.detected.release.like.debian: true
[INFO] os.detected.classifier: linux-x86_64
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building GRPC 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ GRPC ---
[INFO] Deleting /root/Documents/Development/Java/Learning/GRPC-Learning/target
[INFO]
[INFO] --- protobuf-maven-plugin:0.5.0:compile (default) @ GRPC ---
[INFO] Compiling 1 proto file(s) to /root/Documents/Development/Java/Learning/GRPC-Learning/target/generated-sources/protobuf/java
[INFO]
[INFO] --- protobuf-maven-plugin:0.5.0:compile-custom (default) @ GRPC ---
[INFO] Compiling 1 proto file(s) to /root/Documents/Development/Java/Learning/GRPC-Learning/target/generated-sources/protobuf/grpc-java
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ GRPC ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /root/Documents/Development/Java/Learning/GRPC-Learning/src/main/resources
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ GRPC ---
[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 7 source files to /root/Documents/Development/Java/Learning/GRPC-Learning/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ GRPC ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /root/Documents/Development/Java/Learning/GRPC-Learning/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ GRPC ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ GRPC ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ GRPC ---
[INFO] Building jar: /root/Documents/Development/Java/Learning/GRPC-Learning/target/GRPC-1.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.280 s
[INFO] Finished at: 2017-11-21T08:57:54Z
[INFO] Final Memory: 20M/251M
[INFO] ------------------------------------------------------------------------
root@potw-0:~/Documents/Development/Java/Learning/GRPC-Learning#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment