CUTR-at-USF / pelias-client-library

A Java library for the Mapzen Pelias Geocoder (https://mapzen.com/documentation/search/search/)
Other
2 stars 3 forks source link

Warnings during Maven build #15

Closed barbeau closed 7 years ago

barbeau commented 7 years ago

If you do mvn package, you get the following warnings:

[WARNING] Some problems were encountered while building the effective model for edu.usf.cutr:pelias-client-library:jar:1.0.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ line 61, column 21
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 41, column 21
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-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] 

We should supply explicit version numbers, so we don't accidentally suck in new plugin versions that cause a build failure.