Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot use file defined properties for use in a <systemPath/> dependency #20

Open
muff1nman opened this issue Dec 23, 2015 · 3 comments

Comments

@muff1nman
Copy link

It would be nice to be able to use something like:

<dependency>
            <groupId>core</groupId>
            <artifactId>core</artifactId>
            <version>0.1.0</version>
            <scope>system</scope>
            <systemPath>${variable}/core/target/core.jar</systemPath>
</dependency>

However this fails with:

 'dependencies.dependency.systemPath' for core:core:jar must specify an absolute path but is ${variable}/core/target/core.jar
@khmarbaise
Copy link
Member

This looks like a reference to an other module in your reactor ? If so you should never use system scoped dependencies...

@tuxedo0801
Copy link

tuxedo0801 commented Mar 28, 2019

Looks like technically the same issue as #39, #20 and #26
Instead of complaining about the user's use-case, why not rather think about the issue itself?

@slawekjaranowski
Copy link
Member

Pleas look at #115

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants