kdkanishka / Virustotal-Public-API-V2.0-Client

VirusTotal public API 2.0 implementation in Java
http://kdkanishka.github.io/Virustotal-Public-API-V2.0-Client/
Other
46 stars 28 forks source link

'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing #24

Open ghost opened 8 years ago

ghost commented 8 years ago

Hi.

Something is missing for Maven and future of it may fail to build.

$ mvn compile assembly:single
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for com.kanishka.api:VirustotalPublicV2.0:jar:1.1.rB-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 224, 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.

I use a Maven version built by Debian testing (future version 9).

$ mvn --version
Apache Maven 3.3.9
Maven home: /usr/share/maven
Java version: 1.8.0_91, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-8-openjdk-amd64/jre
Default locale: fr_FR, platform encoding: UTF-8
OS name: "linux", version: "4.5.0-2-amd64", arch: "amd64", family: "unix"

Regards.