You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benjamin (JIRA)" <ji...@apache.org> on 2019/03/15 12:01:00 UTC

[jira] [Commented] (MNG-6326) Build continues when core extensions aren't found

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

Benjamin commented on MNG-6326:
-------------------------------

I had such an warning yesterday for tycho-pomless
{code:java}
[WARNING] Failed to read extensions descriptor C:\workspace\.mvn\extensions.xml: Plugin org.eclipse.tycho.extras:tycho-pomless:1.3.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.tycho.extras:tycho-pomless:jar:1.3.0
{code}
An immediate failure would be better

> Build continues when core extensions aren't found
> -------------------------------------------------
>
>                 Key: MNG-6326
>                 URL: https://issues.apache.org/jira/browse/MNG-6326
>             Project: Maven
>          Issue Type: Bug
>          Components: Bootstrap &amp; Build
>    Affects Versions: 3.5.2
>            Reporter: Matt Biggs
>            Priority: Critical
>
> If you define a core extension in *.mvn/extensions.xml* which then can't be retrieved/found the build issues a warning and then continues leading to unexpected behaviour depending on the functionality provided by the extension. 
> If the extension is defined in the pom and not found the build fails. I would have expected it to fail when not found in the external extensions.xml file too as it's quite easy to miss the fact it failed to retrieve it. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)