You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Herve Boutemy (Jira)" <ji...@apache.org> on 2023/03/04 07:39:00 UTC

[jira] [Closed] (MRRESOURCES-125) Unexpected warnings "Invalid project model for artifact [sisu-guice:org.sonatype.sisu:3.2.3]. It will be ignored by the remote resources Mojo."

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

Herve Boutemy closed MRRESOURCES-125.
-------------------------------------
    Fix Version/s: 3.1.0
         Assignee: Olivier Lamy
       Resolution: Duplicate

Olivier already fixed it in MRRESOURCES-121 , just requires 3.1.0 to be released

> Unexpected warnings "Invalid project model for artifact [sisu-guice:org.sonatype.sisu:3.2.3]. It will be ignored by the remote resources Mojo."
> -----------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MRRESOURCES-125
>                 URL: https://issues.apache.org/jira/browse/MRRESOURCES-125
>             Project: Maven Remote Resources Plugin
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Guillaume Nodet
>            Assignee: Olivier Lamy
>            Priority: Major
>             Fix For: 3.1.0
>
>
> I have a bunch of warnings when building m-plugin-tools, during the m-remote-resources-p execution.  They look like
> {code}
> [WARN] Invalid project model for artifact [sisu-guice:org.sonatype.sisu:3.2.3]. It will be ignored by the remote resources Mojo.
> {code}
> but are related to errors  like
> {code}
> [ERROR] Failed to determine Java version for profile jdk7-plugin-fix-version @ org.apache.commons:commons-parent:39, /Users/gnodet/.m2/repository/org/apache/commons/commons-parent/39/commons-parent-39.pom, line 1343, column 14
> {code}
> The pom looks like:
> {code}
>       <activation>
>         <jdk>[1.7,)</jdk>
>       </activation>
> {code}
> Also the warning uses {{artifactId:groupId:version}} instead of the more used {{groupId:artifactId:version}}



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