Actions
Feature #5533
closedupgrade maven to 3.x
Start date:
11/20/2013
Due date:
% Done:
100%
Estimated time:
Description
Current POM generates several warnings with recent versions of maven:
[WARNING] [WARNING] Some problems were encountered while building the effective model for org.grid_observatory.lavoisier:GridFTPLogSerializer:jar:1.0 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ fr.in2p3.lavoisier:lavoisier:2.0-SNAPSHOT, /home/nauroy/.m2/repository/fr/in2p3/lavoisier/lavoisier/2.0-SNAPSHOT/lavoisier-2.0-SNAPSHOT.pom, line 118, column 21 [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:exec-maven-plugin is missing. @ fr.in2p3.lavoisier:adaptors:2.0-SNAPSHOT, /home/nauroy/.m2/repository/fr/in2p3/lavoisier/adaptors/2.0-SNAPSHOT/adaptors-2.0-SNAPSHOT.pom, line 30, column 21 [WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-project-info-reports-plugin is missing. @ fr.in2p3.lavoisier:lavoisier:2.0-SNAPSHOT, /home/nauroy/.m2/repository/fr/in2p3/lavoisier/lavoisier/2.0-SNAPSHOT/lavoisier-2.0-SNAPSHOT.pom, line 149, column 21 [WARNING] Detected profiles.xml alongside org.grid_observatory.lavoisier:GridFTPLogSerializer:1.0, this file is no longer supported and was ignored, please use the settings.xml instead [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]
Actions