You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Guillaume Nodet (Jira)" <ji...@apache.org> on 2022/10/20 08:11:01 UTC

[jira] [Updated] (MNG-6957) Versionless reactor dependencies/parent should work even if modules are aggregated in reverse order

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

Guillaume Nodet updated MNG-6957:
---------------------------------
    Fix Version/s: 4.0.0-alpha-2

> Versionless reactor dependencies/parent should work even if modules are aggregated in reverse order
> ---------------------------------------------------------------------------------------------------
>
>                 Key: MNG-6957
>                 URL: https://issues.apache.org/jira/browse/MNG-6957
>             Project: Maven
>          Issue Type: Bug
>    Affects Versions: 4.0.0
>            Reporter: Herve Boutemy
>            Assignee: Robert Scholte
>            Priority: Major
>             Fix For: 4.0.0-alpha-1, 4.0.0-alpha-2, 4.0.0
>
>
> building Maven Artifact buildconsumer branch https://github.com/apache/maven-archetype/tree/buildconsumer
> {noformat}$ mvn verify -Drevlist=test
> [INFO] Scanning for projects...
> [ERROR] [ERROR] Some problems were encountered while processing the POMs:
> [ERROR] 'dependencies.dependency.version' for org.apache.maven.archetype:archetype-packaging:jar is missing. @ org.apache.maven.plugins:maven-archetype-plugin:[unknown-version], /home/herve/projets/maven/sources/plugins/tools/archetype/maven-archetype-plugin/pom.xml, line 81, column 17
>  @ 
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]   
> [ERROR]   The project org.apache.maven.plugins:maven-archetype-plugin:3.2.0-SNAPSHOT (/home/herve/projets/maven/sources/plugins/tools/archetype/maven-archetype-plugin/pom.xml) has 1 error
> [ERROR]     'dependencies.dependency.version' for org.apache.maven.archetype:archetype-packaging:jar is missing. @ org.apache.maven.plugins:maven-archetype-plugin:[unknown-version], /home/herve/projets/maven/sources/plugins/tools/archetype/maven-archetype-plugin/pom.xml, line 81, column 17{noformat}
> This is caused by the order of the modules is the reactor:
> {code:xml}
>   <modules>
>     <module>archetype-models</module>
>     <module>archetype-common</module>
>     <module>maven-archetype-plugin</module>
>     <module>archetype-packaging</module>
>   </modules>
> {code}
> The version is being resolved before {{archetype-packaging}} is available in the context. This should become lazy resolution.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)