/gs-maven

Building Java Projects with Maven

Primary LanguageJava

gs-maven

This is a simple repository for future reference about how to use Maven.

It was based in Building Java Projects with Maven tutorial.

Instructions to run the application

  1. Clone this repository
  2. Run the command ./mvnw compile (or ./mvnw package) on root folder
  3. Run the command ./mvnw exec:java also on root folder
  4. You must see the message:

The current local time is: 15:45:22.459
Hello world!

About development environment

  • Java 1.8.0_25
  • Apanche Maven 3.5.0
  • POM Model 4.0.0
  • Takari Maven Wrapper 0.1.5
  • Mac OS 10.12.5 x86_64
  • Eclipse IDE Neon 4.6.3
  • Atom 1.18.0 x64
  • Git 2.8.1
  • Tower 2.4.0 for OSx