[
https://issues.apache.org/jira/browse/MCOMPILER-560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Heinz Marbaise closed MCOMPILER-560.
-----------------------------------------
Resolution: Cannot Reproduce
> Circular dependency is allowed?
> -------------------------------
>
> Key: MCOMPILER-560
> URL: https://issues.apache.org/jira/browse/MCOMPILER-560
> Project: Maven Compiler Plugin
> Issue Type: Bug
> Affects Versions: 3.11.0
> Reporter: mikael petterson
> Priority: Major
>
> Hi,
> We are building the following in Eclipse with m2e plugin:
> product A
> -- module1
> -- module2 has dependency to lib1
> -- module3
> --- this module contains com.company.interfaces.ManagedAbstraction
>
> lib1
> -- dependency to module3 class com.company.interfaces.ManagedAbstraction
> from com.company.lib1.helpers.HelperBase. Dependency is set as 'provided' in
> it's repo's pom.xml
> When I build product A in Eclipse with m2e plugin I get the error message:
> The type com.company.interfaces.ManagedAbstraction cannot be resolved. It is
> indirectly referenced from required type
> com.company.lib1.helpers.HelperBase
> but it is not visible when I build with:
> mvn clean compile
> The above command is not giving any issues.
> Matbe there is a reasonable explanation for it?
> //mike
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)