Martin Todorov created MINDEXER-88:
--------------------------------------
Summary: Clean up the plugin versions and possibly upgrade the
plugins to their latest versions
Key: MINDEXER-88
URL: https://jira.codehaus.org/browse/MINDEXER-88
Project: Maven Indexer
Issue Type: Task
Reporter: Martin Todorov
When building with Maven 3.2.1, the following warning can be seen:
{code}
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
org.apache.maven.indexer:indexer-core:jar:6.0-SNAPSHOT
[WARNING] 'reporting.plugins.plugin.version' for
org.apache.maven.plugins:maven-javadoc-plugin is missing. @
org.apache.maven.indexer:maven-indexer:6.0-SNAPSHOT,
/root/.jenkins/jobs/maven-indexer/workspace/pom.xml, line 499, column 15
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
org.apache.maven.indexer:indexer-cli:jar:6.0-SNAPSHOT
[WARNING] 'reporting.plugins.plugin.version' for
org.apache.maven.plugins:maven-javadoc-plugin is missing. @
org.apache.maven.indexer:maven-indexer:6.0-SNAPSHOT,
/root/.jenkins/jobs/maven-indexer/workspace/pom.xml, line 499, column 15
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
org.apache.maven.indexer:indexer-examples:jar:6.0-SNAPSHOT
[WARNING] 'reporting.plugins.plugin.version' for
org.apache.maven.plugins:maven-javadoc-plugin is missing. @
org.apache.maven.indexer:maven-indexer:6.0-SNAPSHOT,
/root/.jenkins/jobs/maven-indexer/workspace/pom.xml, line 499, column 15
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
org.apache.maven.indexer:maven-indexer:pom:6.0-SNAPSHOT
[WARNING] 'reporting.plugins.plugin.version' for
org.apache.maven.plugins:maven-javadoc-plugin is missing. @ line 499, column 15
[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]
{code}
Essentially, these versions should be set and furthermore, the plugin versions
should be updated to their latest versions.
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)