Created
December 30, 2014 16:10
-
-
Save benjamingorman/39d7c5702cd81eefaa66 to your computer and use it in GitHub Desktop.
Maven install log for RoboMinions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [INFO] Scanning for projects... | |
| [WARNING] | |
| [WARNING] Some problems were encountered while building the effective model for au.id.katharos:RoboMinionsPlugin:jar:0.0.1-SNAPSHOT | |
| [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 8, column 19 | |
| [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] ------------------------------------------------------------------------ | |
| [INFO] Building RoboMinionsPlugin 0.0.1-SNAPSHOT | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] | |
| [INFO] --- maven-antrun-plugin:1.3:run (generate-sources) @ RoboMinionsPlugin --- | |
| [INFO] Executing tasks | |
| [INFO] Executed tasks | |
| [INFO] Registering compile source root /home/ben/Projects/minecraft_botchallenge/botchallenge/target/generated-sources | |
| [INFO] | |
| [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ RoboMinionsPlugin --- | |
| [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) @ RoboMinionsPlugin --- | |
| [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 15 source files to /home/ben/Projects/minecraft_botchallenge/botchallenge/target/classes | |
| [WARNING] /home/ben/Projects/minecraft_botchallenge/botchallenge/src/main/java/au/id/katharos/robominions/AbstractRobot.java:[23,19] sun.reflect.ReflectionFactory is internal proprietary API and may be removed in a future release | |
| [WARNING] /home/ben/Projects/minecraft_botchallenge/botchallenge/src/main/java/au/id/katharos/robominions/AbstractRobot.java:[23,19] sun.reflect.ReflectionFactory is internal proprietary API and may be removed in a future release | |
| [WARNING] /home/ben/Projects/minecraft_botchallenge/botchallenge/src/main/java/au/id/katharos/robominions/RobotStateManager.java: Some input files use or override a deprecated API. | |
| [WARNING] /home/ben/Projects/minecraft_botchallenge/botchallenge/src/main/java/au/id/katharos/robominions/RobotStateManager.java: Recompile with -Xlint:deprecation for details. | |
| [INFO] | |
| [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ RoboMinionsPlugin --- | |
| [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! | |
| [INFO] skip non existing resourceDirectory /home/ben/Projects/minecraft_botchallenge/botchallenge/src/test/resources | |
| [INFO] | |
| [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ RoboMinionsPlugin --- | |
| [INFO] No sources to compile | |
| [INFO] | |
| [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ RoboMinionsPlugin --- | |
| [INFO] No tests to run. | |
| [INFO] | |
| [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ RoboMinionsPlugin --- | |
| [INFO] Building jar: /home/ben/Projects/minecraft_botchallenge/botchallenge/target/RoboMinionsPlugin-0.0.1-SNAPSHOT.jar | |
| [INFO] | |
| [INFO] --- maven-shade-plugin:2.3:shade (default) @ RoboMinionsPlugin --- | |
| [INFO] Including io.netty:netty-all:jar:4.0.21.Final in the shaded jar. | |
| [INFO] Including com.google.protobuf:protobuf-java:jar:2.5.0 in the shaded jar. | |
| [INFO] Replacing original artifact with shaded artifact. | |
| [INFO] Replacing /home/ben/Projects/minecraft_botchallenge/botchallenge/target/RoboMinionsPlugin-0.0.1-SNAPSHOT.jar with /home/ben/Projects/minecraft_botchallenge/botchallenge/target/RoboMinionsPlugin-0.0.1-SNAPSHOT-shaded.jar | |
| [INFO] Dependency-reduced POM written at: /home/ben/Projects/minecraft_botchallenge/botchallenge/dependency-reduced-pom.xml | |
| [INFO] | |
| [INFO] --- maven-install-plugin:2.4:install (default-install) @ RoboMinionsPlugin --- | |
| [INFO] Installing /home/ben/Projects/minecraft_botchallenge/botchallenge/target/RoboMinionsPlugin-0.0.1-SNAPSHOT.jar to /home/ben/.m2/repository/au/id/katharos/RoboMinionsPlugin/0.0.1-SNAPSHOT/RoboMinionsPlugin-0.0.1-SNAPSHOT.jar | |
| [INFO] Installing /home/ben/Projects/minecraft_botchallenge/botchallenge/dependency-reduced-pom.xml to /home/ben/.m2/repository/au/id/katharos/RoboMinionsPlugin/0.0.1-SNAPSHOT/RoboMinionsPlugin-0.0.1-SNAPSHOT.pom | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] BUILD SUCCESS | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Total time: 7.411 s | |
| [INFO] Finished at: 2014-12-30T16:13:14+00:00 | |
| [INFO] Final Memory: 24M/139M | |
| [INFO] ------------------------------------------------------------------------ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment