[jira] [Updated] (MJAVADOC-608) Unable to run javadoc:aggregate on multi-module projects with one or more pom modules when using Java modules (jigsaw).

2019-06-12 Thread Robert Scholte (JIRA)


 [ 
https://issues.apache.org/jira/browse/MJAVADOC-608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Scholte updated MJAVADOC-608:

Description: 
The following error is displayed and build fail when runnin mvn 
javadoc:aggregate on a multi-module project where one or more child modules are 
of pom type (pom) when using maven modules (jigsaw)
 
{noformat}
[ERROR] Creating an aggregated report for both named and unnamed modules is not 
possible.
 [ERROR] Ensure that every module has a module descriptor or is a jar with a 
MANIFEST.MF containing an Automatic-Module-Name.
{noformat}

I've attached a minimal project showing the problem. Run either mvn 
javadoc:aggregate or mvn site:site

maven  module with packaging pom should be excluded from the unnames module 
lest, they are not java modules and will not produce any jar files, named or 
not. 

This is with maven 3.6.0 and jdk 11.0.3 (latest AdoptJDK) 

  was:
The following error is displayed and build fail when runnin mvn 
javadoc:aggregate on a multi-module project where one or more child modules are 
of pom type (pom) when using mavan modules (jigsaw)

 

[ERROR] Creating an aggregated report for both named and unnamed modules is not 
possible.
 [ERROR] Ensure that every module has a module descriptor or is a jar with a 
MANIFEST.MF containing an Automatic-Module-Name.

I've attached a minimal project showing the problem. Run either mvn 
javadoc:aggregate or mvn site:site

maven  module with packaging pom should be excluded from the unnames module 
lest, they are not java modules and will not produce any jar files, named or 
not. 

This is with maven 3.6.0 and jdk 11.0.3 (latest AdoptJDK) 


> Unable to run javadoc:aggregate on multi-module projects with one or more pom 
> modules when using Java modules (jigsaw).
> ---
>
> Key: MJAVADOC-608
> URL: https://issues.apache.org/jira/browse/MJAVADOC-608
> Project: Maven Javadoc Plugin
>  Issue Type: Bug
>  Components: javadoc
>Affects Versions: 3.1.0
>Reporter: Anders Hanson
>Priority: Major
> Attachments: module-test.zip
>
>
> The following error is displayed and build fail when runnin mvn 
> javadoc:aggregate on a multi-module project where one or more child modules 
> are of pom type (pom) when using maven modules (jigsaw)
>  
> {noformat}
> [ERROR] Creating an aggregated report for both named and unnamed modules is 
> not possible.
>  [ERROR] Ensure that every module has a module descriptor or is a jar with a 
> MANIFEST.MF containing an Automatic-Module-Name.
> {noformat}
> I've attached a minimal project showing the problem. Run either mvn 
> javadoc:aggregate or mvn site:site
> maven  module with packaging pom should be excluded from the unnames module 
> lest, they are not java modules and will not produce any jar files, named or 
> not. 
> This is with maven 3.6.0 and jdk 11.0.3 (latest AdoptJDK) 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (MJAVADOC-608) Unable to run javadoc:aggregate on multi-module projects with one or more pom modules when using Java modules (jigsaw).

2019-06-11 Thread Anders Hanson (JIRA)


 [ 
https://issues.apache.org/jira/browse/MJAVADOC-608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anders Hanson updated MJAVADOC-608:
---
Description: 
The following error is displayed and build fail when runnin mvn 
javadoc:aggregate on a multi-module project where one or more child modules are 
of pom type (pom) when using mavan modules (jigsaw)

 

[ERROR] Creating an aggregated report for both named and unnamed modules is not 
possible.
 [ERROR] Ensure that every module has a module descriptor or is a jar with a 
MANIFEST.MF containing an Automatic-Module-Name.

I've attached a minimal project showing the problem. Run either mvn 
javadoc:aggregate or mvn site:site

maven  module with packaging pom should be excluded from the unnames module 
lest, they are not java modules and will not produce any jar files, named or 
not. 

This is with maven 3.6.0 and jdk 11.0.3 (latest AdoptJDK) 

  was:
The following error is displayed and build fail when runnin mvn 
javadoc:aggregate on a multi-module project where one or more child modules are 
of pom type (pom)

 

[ERROR] Creating an aggregated report for both named and unnamed modules is not 
possible.
[ERROR] Ensure that every module has a module descriptor or is a jar with a 
MANIFEST.MF containing an Automatic-Module-Name.

I've attached a minimal project showing the problem. Run either mvn 
javadoc:aggregate or mvn site:site

 

This is with maven 3.6.0 and jdk 11.0.3 (latest AdoptJDK) 


> Unable to run javadoc:aggregate on multi-module projects with one or more pom 
> modules when using Java modules (jigsaw).
> ---
>
> Key: MJAVADOC-608
> URL: https://issues.apache.org/jira/browse/MJAVADOC-608
> Project: Maven Javadoc Plugin
>  Issue Type: Bug
>  Components: javadoc
>Affects Versions: 3.1.0
>Reporter: Anders Hanson
>Priority: Major
> Attachments: module-test.zip
>
>
> The following error is displayed and build fail when runnin mvn 
> javadoc:aggregate on a multi-module project where one or more child modules 
> are of pom type (pom) when using mavan modules (jigsaw)
>  
> [ERROR] Creating an aggregated report for both named and unnamed modules is 
> not possible.
>  [ERROR] Ensure that every module has a module descriptor or is a jar with a 
> MANIFEST.MF containing an Automatic-Module-Name.
> I've attached a minimal project showing the problem. Run either mvn 
> javadoc:aggregate or mvn site:site
> maven  module with packaging pom should be excluded from the unnames module 
> lest, they are not java modules and will not produce any jar files, named or 
> not. 
> This is with maven 3.6.0 and jdk 11.0.3 (latest AdoptJDK) 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (MJAVADOC-608) Unable to run javadoc:aggregate on multi-module projects with one or more pom modules when using Java modules (jigsaw).

2019-06-11 Thread Anders Hanson (JIRA)


 [ 
https://issues.apache.org/jira/browse/MJAVADOC-608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anders Hanson updated MJAVADOC-608:
---
Summary: Unable to run javadoc:aggregate on multi-module projects with one 
or more pom modules when using Java modules (jigsaw).  (was: Unable to run 
javadoc:aggregate on multi-module projects with one or more pom modules.)

> Unable to run javadoc:aggregate on multi-module projects with one or more pom 
> modules when using Java modules (jigsaw).
> ---
>
> Key: MJAVADOC-608
> URL: https://issues.apache.org/jira/browse/MJAVADOC-608
> Project: Maven Javadoc Plugin
>  Issue Type: Bug
>  Components: javadoc
>Affects Versions: 3.1.0
>Reporter: Anders Hanson
>Priority: Major
> Attachments: module-test.zip
>
>
> The following error is displayed and build fail when runnin mvn 
> javadoc:aggregate on a multi-module project where one or more child modules 
> are of pom type (pom)
>  
> [ERROR] Creating an aggregated report for both named and unnamed modules is 
> not possible.
> [ERROR] Ensure that every module has a module descriptor or is a jar with a 
> MANIFEST.MF containing an Automatic-Module-Name.
> I've attached a minimal project showing the problem. Run either mvn 
> javadoc:aggregate or mvn site:site
>  
> This is with maven 3.6.0 and jdk 11.0.3 (latest AdoptJDK) 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (MJAVADOC-608) Unable to run javadoc:aggregate on multi-module projects with one or more pom modules.

2019-06-11 Thread Anders Hanson (JIRA)


 [ 
https://issues.apache.org/jira/browse/MJAVADOC-608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anders Hanson updated MJAVADOC-608:
---
Attachment: module-test.zip

> Unable to run javadoc:aggregate on multi-module projects with one or more pom 
> modules.
> --
>
> Key: MJAVADOC-608
> URL: https://issues.apache.org/jira/browse/MJAVADOC-608
> Project: Maven Javadoc Plugin
>  Issue Type: Bug
>  Components: javadoc
>Affects Versions: 3.1.0
>Reporter: Anders Hanson
>Priority: Major
> Attachments: module-test.zip
>
>
> The following error is displayed and build fail when runnin mvn 
> javadoc:aggregate on a multi-module project where one or more child modules 
> are of pom type (pom)
>  
> [ERROR] Creating an aggregated report for both named and unnamed modules is 
> not possible.
> [ERROR] Ensure that every module has a module descriptor or is a jar with a 
> MANIFEST.MF containing an Automatic-Module-Name.
> I've attached a minimal project showing the problem. Run either mvn 
> javadoc:aggregate or mvn site:site
>  
> This is with maven 3.6.0 and jdk 11.0.3 (latest AdoptJDK) 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)