You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Andrei Pozolotin (Created) (JIRA)" <ji...@apache.org> on 2011/11/29 23:55:42 UTC

[jira] [Created] (KARAF-1061) features-maven-plugin descriptor relative file: url does not work for nested projects

features-maven-plugin descriptor relative file: url does not work for nested projects
-------------------------------------------------------------------------------------

                 Key: KARAF-1061
                 URL: https://issues.apache.org/jira/browse/KARAF-1061
             Project: Karaf
          Issue Type: Bug
          Components: karaf-tooling
            Reporter: Andrei Pozolotin


1) I have nested mvn projects:
parent/child

2) child defines an invocation of features-maven-plugin;

3) the following url works both inside child and parent mvn invocation:
<descriptor>file:${basedir}/target/classes/features/features-tester.xml</descriptor>

4) but this url works only inside child; when mvn run from parent, it can not locate the resource:
<descriptor>file:target/classes/features/features-tester.xml</descriptor>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira