You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (Jira)" <ji...@apache.org> on 2020/10/28 03:41:00 UTC

[jira] [Commented] (MNG-6957) cannot build Maven Archetype with versionless reactor atifacts

    [ https://issues.apache.org/jira/browse/MNG-6957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17221943#comment-17221943 ] 

Hudson commented on MNG-6957:
-----------------------------

Build succeeded in Jenkins: Maven » Maven TLP » maven » MNG-6957 #8

See https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven/job/MNG-6957/8/

> 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: 3.7.0
>            Reporter: Herve Boutemy
>            Assignee: Robert Scholte
>            Priority: Major
>
> 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)