You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Guillaume Boué (JIRA)" <ji...@apache.org> on 2017/05/29 18:46:04 UTC

[jira] [Commented] (MANTRUN-181) AttachArtifact task does not work in external Ant build file

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

Guillaume Boué commented on MANTRUN-181:
----------------------------------------

Fixed in [r1796671|http://svn.apache.org/viewvc?rev=1796671&view=rev].

> AttachArtifact task does not work in external Ant build file
> ------------------------------------------------------------
>
>                 Key: MANTRUN-181
>                 URL: https://issues.apache.org/jira/browse/MANTRUN-181
>             Project: Maven Antrun Plugin
>          Issue Type: Bug
>    Affects Versions: 1.5, 1.6, 1.7
>            Reporter: Anton Khitrenovich
>         Attachments: MyProject.zip
>
>
> AttachArtifact task fails with an error if used in external Ant build file:
> {code}
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (call-build) on project my-test-project: An Ant BuildException has occured: The following error occurred while executing this line:
> [ERROR] C:\...\MyProject\build.xml:5: Maven project reference not found: maven.project
> [ERROR] around Ant part ...<ant antfile="build.xml" target="mytarget"/>... @ 4:47 in C:\...\MyProject\target\antrun\build-main.xml
> {code}
> Setting {{inheritRefs="true"}} eliminates the error, but even then the artifact is not attached.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)