[
https://issues.apache.org/jira/browse/MRRESOURCES-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet updated MRRESOURCES-125:
----------------------------------------
Description:
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}}
was:
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}
> 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
> Priority: Major
>
> 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)