Slawomir Jaranowski created MINVOKER-264:
--------------------------------------------
Summary: Errors during maven site build
Key: MINVOKER-264
URL: https://issues.apache.org/jira/browse/MINVOKER-264
Project: Maven Invoker Plugin
Issue Type: Bug
Affects Versions: 3.2.2
Reporter: Slawomir Jaranowski
Version from master branch 3.2.2-SNAPSHOT
During maven site build
{code:java}
mvn site {code}
we can see:
{code:java}
[INFO] Generating "Dependencies" report ---
maven-project-info-reports-plugin:3.0.0:dependencies
...
Caused by: org.apache.maven.model.building.ModelBuildingException: 2 problems
were encountered while building the effective model for
commons-chain:commons-chain:1.1
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 98, column 15
[ERROR] 'distributionManagement.status' must not be specified. @ line 182,
column 13
...
Caused by: org.apache.maven.model.building.ModelBuildingException: 1 problem
was encountered while building the effective model for xml-apis:xml-apis:1.3.04
[ERROR] 'distributionManagement.status' must not be specified. @ line 39,
column 13
{code}
but site was generated correctly, also Dependencies report looks ok
--
This message was sent by Atlassian Jira
(v8.3.4#803005)