-
Notifications
You must be signed in to change notification settings - Fork 118
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
m2e-pde integration for pom dependencies #242
Comments
Yep that is an open issue :-) Its on my todo list but at the moment not high-priority, if there are customer demands feel free to contact me and offer a funding for such a feature. |
Signed-off-by: Christoph Läubrich <laeubi@laeubi-soft.de>
Signed-off-by: Christoph Läubrich <laeubi@laeubi-soft.de>
@vogella I have created some adjustment but your example seems to be a bad use-case (except for the fact that it should not generate an error) as it has no compile or other dependencies. So adding this to the target currently could not have any effect. |
Looking at the itext pom dependency again, I see that it has no dependency. Sorry for this bad example. |
No problem if you find a more suitable one I could use for testing let me know! |
Signed-off-by: Christoph Läubrich <laeubi@laeubi-soft.de>
Signed-off-by: Christoph Läubrich <laeubi@laeubi-soft.de>
https://mvnrepository.com/artifact/com.sun.xml.ws/jaxws-ri/3.0.2 might be a better example here ... |
AFAIK the current m2e-pde integration does not allow to use Maven dependencies if they are "only" poms. For example:
Would be cool if m2e-pde could also support these and get the defind dependencies as it does for the dependencies of Java libraries.
The text was updated successfully, but these errors were encountered: