vert-x / vertx-maven

Vert.x 2.x is deprecated - use instead
https://github.com/vert-x3/vertx-maven-starter
Other
22 stars 31 forks source link

BaseVertxMojo - changed configFile property type from String to File #5

Closed adrianluisgonzalez closed 11 years ago

adrianluisgonzalez commented 11 years ago

BaseVertxMojo - changed configFile property type from String to File to handle relative paths. Also added some logging if the config file doesn't exist or throws an exception while reading.