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

Robert Scholte closed MNG-6957.
-------------------------------
    Fix Version/s: 4.0.0-alpha-1
                   4.0.0
       Resolution: Fixed

Fixed in 
[9f88494b6064ad45ea2e2e1e3478afc7af0bc065|https://gitbox.apache.org/repos/asf?p=maven.git;a=commit;h=9f88494b6064ad45ea2e2e1e3478afc7af0bc065],
 IT in 
[cf0ff41032f5fb12dbdcc75f2e68cd70b2e2e647|https://gitbox.apache.org/repos/asf?p=maven-integration-testing.git;a=commit;h=cf0ff41032f5fb12dbdcc75f2e68cd70b2e2e647]

> cannot build Maven Archetype with versionless reactor atifacts
> --------------------------------------------------------------
>
>                 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, 4.0.0-alpha-1
>
>
> 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.3.4#803005)

Reply via email to