Discussion:
[jira] [Created] (MARCHETYPES-64) configure maven-site-plugin & mpir versions in quickstart
Hervé Boutemy (JIRA)
2018-12-08 01:02:00 UTC
Permalink
Hervé Boutemy created MARCHETYPES-64:
----------------------------------------

Summary: configure maven-site-plugin & mpir versions in quickstart
Key: MARCHETYPES-64
URL: https://issues.apache.org/jira/browse/MARCHETYPES-64
Project: Maven Archetype Bundles
Issue Type: Task
Components: Maven Quickstart Archetype
Affects Versions: 1.3
Reporter: Hervé Boutemy
Fix For: 1.4


if not configured, building site for generated project fails:
{noformat}$ mvn site
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------------< com.mycompany.app:my-app >----------------------
[INFO] Building my-app 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-site-plugin:3.3:site (default-site) @ my-app ---
[WARNING] Report plugin org.apache.maven.plugins:maven-project-info-reports-plugin has an empty version.
[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.
[INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0
[WARNING] Error injecting: org.apache.maven.report.projectinfo.CiManagementReport
java.lang.NoClassDefFoundError: org/apache/maven/doxia/siterenderer/DocumentContent{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
Hervé Boutemy (JIRA)
2018-12-08 01:08:00 UTC
Permalink
[ https://issues.apache.org/jira/browse/MARCHETYPES-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hervé Boutemy updated MARCHETYPES-64:
-------------------------------------
Summary: configure maven-site-plugin & mpir versions in quickstart to ensure "mvn site" works (was: configure maven-site-plugin & mpir versions in quickstart)
configure maven-site-plugin & mpir versions in quickstart to ensure "mvn site" works
------------------------------------------------------------------------------------
Key: MARCHETYPES-64
URL: https://issues.apache.org/jira/browse/MARCHETYPES-64
Project: Maven Archetype Bundles
Issue Type: Task
Components: Maven Quickstart Archetype
Affects Versions: 1.3
Reporter: Hervé Boutemy
Priority: Major
Labels: up-for-grabs
Fix For: 1.4
{noformat}$ mvn site
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------------< com.mycompany.app:my-app >----------------------
[INFO] Building my-app 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[WARNING] Report plugin org.apache.maven.plugins:maven-project-info-reports-plugin has an empty version.
[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.
[INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0
[WARNING] Error injecting: org.apache.maven.report.projectinfo.CiManagementReport
java.lang.NoClassDefFoundError: org/apache/maven/doxia/siterenderer/DocumentContent{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
Hervé Boutemy (JIRA)
2018-12-08 01:07:00 UTC
Permalink
[ https://issues.apache.org/jira/browse/MARCHETYPES-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hervé Boutemy updated MARCHETYPES-64:
-------------------------------------
Labels: up-for-grabs (was: )
Post by Hervé Boutemy (JIRA)
configure maven-site-plugin & mpir versions in quickstart
---------------------------------------------------------
Key: MARCHETYPES-64
URL: https://issues.apache.org/jira/browse/MARCHETYPES-64
Project: Maven Archetype Bundles
Issue Type: Task
Components: Maven Quickstart Archetype
Affects Versions: 1.3
Reporter: Hervé Boutemy
Priority: Major
Labels: up-for-grabs
Fix For: 1.4
{noformat}$ mvn site
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------------< com.mycompany.app:my-app >----------------------
[INFO] Building my-app 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[WARNING] Report plugin org.apache.maven.plugins:maven-project-info-reports-plugin has an empty version.
[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.
[INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0
[WARNING] Error injecting: org.apache.maven.report.projectinfo.CiManagementReport
java.lang.NoClassDefFoundError: org/apache/maven/doxia/siterenderer/DocumentContent{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
Hervé Boutemy (JIRA)
2018-12-08 01:05:00 UTC
Permalink
[ https://issues.apache.org/jira/browse/MARCHETYPES-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hervé Boutemy updated MARCHETYPES-64:
-------------------------------------
Description:
as [reported in Maven user list|https://lists.apache.org/thread.html/5174816e4d0e1fd067f87149a0774a471b4174e053aa6778367426b3@%3Cusers.maven.apache.org%3E], if not configured, building site for generated project (like proposed by ["Maven in 5 minutes"|https://maven.apache.org/guides/getting-started/maven-in-five-minutes.html]) fails:
{noformat}$ mvn site
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------------< com.mycompany.app:my-app >----------------------
[INFO] Building my-app 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-site-plugin:3.3:site (default-site) @ my-app ---
[WARNING] Report plugin org.apache.maven.plugins:maven-project-info-reports-plugin has an empty version.
[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.
[INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0
[WARNING] Error injecting: org.apache.maven.report.projectinfo.CiManagementReport
java.lang.NoClassDefFoundError: org/apache/maven/doxia/siterenderer/DocumentContent{noformat}

was:
if not configured, building site for generated project fails:
{noformat}$ mvn site
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------------< com.mycompany.app:my-app >----------------------
[INFO] Building my-app 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-site-plugin:3.3:site (default-site) @ my-app ---
[WARNING] Report plugin org.apache.maven.plugins:maven-project-info-reports-plugin has an empty version.
[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.
[INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0
[WARNING] Error injecting: org.apache.maven.report.projectinfo.CiManagementReport
java.lang.NoClassDefFoundError: org/apache/maven/doxia/siterenderer/DocumentContent{noformat}
Post by Hervé Boutemy (JIRA)
configure maven-site-plugin & mpir versions in quickstart
---------------------------------------------------------
Key: MARCHETYPES-64
URL: https://issues.apache.org/jira/browse/MARCHETYPES-64
Project: Maven Archetype Bundles
Issue Type: Task
Components: Maven Quickstart Archetype
Affects Versions: 1.3
Reporter: Hervé Boutemy
Priority: Major
Fix For: 1.4
{noformat}$ mvn site
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------------< com.mycompany.app:my-app >----------------------
[INFO] Building my-app 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[WARNING] Report plugin org.apache.maven.plugins:maven-project-info-reports-plugin has an empty version.
[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.
[INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0
[WARNING] Error injecting: org.apache.maven.report.projectinfo.CiManagementReport
java.lang.NoClassDefFoundError: org/apache/maven/doxia/siterenderer/DocumentContent{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
Hudson (JIRA)
2018-12-08 14:22:00 UTC
Permalink
[ https://issues.apache.org/jira/browse/MARCHETYPES-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16713702#comment-16713702 ]

Hudson commented on MARCHETYPES-64:
-----------------------------------

Build failed in Jenkins: Maven TLP » maven-archetypes » master #28

See https://builds.apache.org/job/maven-box/job/maven-archetypes/job/master/28/
Post by Hervé Boutemy (JIRA)
configure maven-site-plugin & mpir versions in quickstart to ensure "mvn site" works
------------------------------------------------------------------------------------
Key: MARCHETYPES-64
URL: https://issues.apache.org/jira/browse/MARCHETYPES-64
Project: Maven Archetype Bundles
Issue Type: Task
Components: Maven Quickstart Archetype
Affects Versions: 1.3
Reporter: Hervé Boutemy
Priority: Major
Labels: up-for-grabs
Fix For: 1.4
{noformat}$ mvn site
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------------< com.mycompany.app:my-app >----------------------
[INFO] Building my-app 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[WARNING] Report plugin org.apache.maven.plugins:maven-project-info-reports-plugin has an empty version.
[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.
[INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0
[WARNING] Error injecting: org.apache.maven.report.projectinfo.CiManagementReport
java.lang.NoClassDefFoundError: org/apache/maven/doxia/siterenderer/DocumentContent{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
Hudson (JIRA)
2018-12-08 14:30:00 UTC
Permalink
[ https://issues.apache.org/jira/browse/MARCHETYPES-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16713708#comment-16713708 ]

Hudson commented on MARCHETYPES-64:
-----------------------------------

Build failed in Jenkins: Maven TLP » maven-archetypes » master #29

See https://builds.apache.org/job/maven-box/job/maven-archetypes/job/master/29/
Post by Hervé Boutemy (JIRA)
configure maven-site-plugin & mpir versions in quickstart to ensure "mvn site" works
------------------------------------------------------------------------------------
Key: MARCHETYPES-64
URL: https://issues.apache.org/jira/browse/MARCHETYPES-64
Project: Maven Archetype Bundles
Issue Type: Task
Components: Maven Quickstart Archetype
Affects Versions: 1.3
Reporter: Hervé Boutemy
Priority: Major
Labels: up-for-grabs
Fix For: 1.4
{noformat}$ mvn site
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------------< com.mycompany.app:my-app >----------------------
[INFO] Building my-app 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[WARNING] Report plugin org.apache.maven.plugins:maven-project-info-reports-plugin has an empty version.
[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.
[INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0
[WARNING] Error injecting: org.apache.maven.report.projectinfo.CiManagementReport
java.lang.NoClassDefFoundError: org/apache/maven/doxia/siterenderer/DocumentContent{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
Hervé Boutemy (JIRA)
2018-12-08 14:48:00 UTC
Permalink
[ https://issues.apache.org/jira/browse/MARCHETYPES-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hervé Boutemy closed MARCHETYPES-64.
------------------------------------
Resolution: Fixed
Assignee: Hervé Boutemy

fixed in https://gitbox.apache.org/repos/asf?p=maven-archetypes.git;a=commit;h=1f9fb7ca176c593ae6d4d0263992008ab77cbf2b
Post by Hervé Boutemy (JIRA)
configure maven-site-plugin & mpir versions in quickstart to ensure "mvn site" works
------------------------------------------------------------------------------------
Key: MARCHETYPES-64
URL: https://issues.apache.org/jira/browse/MARCHETYPES-64
Project: Maven Archetype Bundles
Issue Type: Task
Components: Maven Quickstart Archetype
Affects Versions: 1.3
Reporter: Hervé Boutemy
Assignee: Hervé Boutemy
Priority: Major
Labels: up-for-grabs
Fix For: 1.4
{noformat}$ mvn site
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------------< com.mycompany.app:my-app >----------------------
[INFO] Building my-app 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[WARNING] Report plugin org.apache.maven.plugins:maven-project-info-reports-plugin has an empty version.
[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.
[INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0
[WARNING] Error injecting: org.apache.maven.report.projectinfo.CiManagementReport
java.lang.NoClassDefFoundError: org/apache/maven/doxia/siterenderer/DocumentContent{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
Hudson (JIRA)
2018-12-09 11:25:00 UTC
Permalink
[ https://issues.apache.org/jira/browse/MARCHETYPES-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16713937#comment-16713937 ]

Hudson commented on MARCHETYPES-64:
-----------------------------------

Build failed in Jenkins: Maven TLP » maven-archetypes » master #31

See https://builds.apache.org/job/maven-box/job/maven-archetypes/job/master/31/
Post by Hervé Boutemy (JIRA)
configure maven-site-plugin & mpir versions in quickstart to ensure "mvn site" works
------------------------------------------------------------------------------------
Key: MARCHETYPES-64
URL: https://issues.apache.org/jira/browse/MARCHETYPES-64
Project: Maven Archetype Bundles
Issue Type: Task
Components: Maven Quickstart Archetype
Affects Versions: 1.3
Reporter: Hervé Boutemy
Assignee: Hervé Boutemy
Priority: Major
Labels: up-for-grabs
Fix For: 1.4
{noformat}$ mvn site
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------------< com.mycompany.app:my-app >----------------------
[INFO] Building my-app 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[WARNING] Report plugin org.apache.maven.plugins:maven-project-info-reports-plugin has an empty version.
[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.
[INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0
[WARNING] Error injecting: org.apache.maven.report.projectinfo.CiManagementReport
java.lang.NoClassDefFoundError: org/apache/maven/doxia/siterenderer/DocumentContent{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Loading...