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
Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 12:22:22-0300) | |
Maven home: C:\Dev\maven_3.1.1\bin\.. | |
Java version: 1.7.0_55, vendor: Oracle Corporation | |
Java home: C:\Program Files\Java\jdk1.7.0_55\jre | |
Default locale: pt_BR, platform encoding: Cp1252 | |
OS name: "windows 8", version: "6.2", arch: "amd64", family: "windows" | |
[INFO] Error stacktraces are turned on. | |
[DEBUG] Reading global settings from C:\Dev\maven_3.1.1\bin\..\conf\settings.xml | |
[DEBUG] Reading user settings from C:\Users\rhuan_000\.m2\settings.xml | |
[DEBUG] Using local repository at C:\Users\rhuan_000\.m2\repository |
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
public class HelloWorld { | |
public static void main(String[] args) { | |
System.out.println("Hello World!"); | |
} | |
} |