Re: How to Importing foreign packages?

2022-05-02 Thread Christoph Läubrich
Thanks I think that describes my issue! Am 02.05.22 um 20:19 schrieb Tamás Cservenák: Howdy, See this issue https://issues.apache.org/jira/browse/MNG-7160 Probably is related... HTH T On Mon, May 2, 2022, 19:40 Christoph Läubrich wrote: I'm currently facing an issue where I get classcast

Re: How to Importing foreign packages?

2022-05-02 Thread Tamás Cservenák
Howdy, See this issue https://issues.apache.org/jira/browse/MNG-7160 Probably is related... HTH T On Mon, May 2, 2022, 19:40 Christoph Läubrich wrote: > I'm currently facing an issue where I get classcast exceptions for > XppDom, looking at the debug output I see > > Populating class realm >

How to Importing foreign packages?

2022-05-02 Thread Christoph Läubrich
I'm currently facing an issue where I get classcast exceptions for XppDom, looking at the debug output I see Populating class realm coreExtension>org.eclipse.tycho:tycho-build:3.0.0-SNAPSHOT Included plexus-utils-3.4.1.jar ... and something further: Created new class realm maven.api Imp

Re: A Maven extension for dependency tracking

2022-05-02 Thread Tamás Cservenák
Howdy, just a few short answers: - 1st: Personally, from a Resolver perspective, I'd just provide an API (basically the author extending resolver should implement) and make it simple to "click in" (Sisu component discovery). - 2nd: resolver IMHO should not provide any out of the box component impl

Re: A Maven extension for dependency tracking

2022-05-02 Thread Grzegorz Grzybek
Thank you Tamás for checking my experiment I'm just finishing my work before tomorrow's national holiday, but will read your information more carefully soon. Whether it's DFS or BFS, as long as there's tracking from initial to ultimate dependency, it's enough. DFS sounds more "natural" here thoug

Re: A Maven extension for dependency tracking

2022-05-02 Thread Tamás Cservenák
What I missed to mention: in my case the trees in the gist are about "resolving maven-core 3.5.8", but I guess you figured it out from the tree T On Mon, May 2, 2022 at 3:55 PM Tamás Cservenák wrote: > Howdy, > > I did some experiment, that (partially re-using your code to dump the rev > tr

Re: A Maven extension for dependency tracking

2022-05-02 Thread Tamás Cservenák
Howdy, I did some experiment, that (partially re-using your code to dump the rev tree) produces this output: https://gist.github.com/cstamas/598a3266f943984442c00df30520294f (note: 1.8.0 resolver has two collector implementations: original Depth-First and new Breadth-First called DF and BF respec

[VOTE] Release Maven Indexer 6.2.0

2022-05-02 Thread Tamás Cservenák
Howdy, We solved 8 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317523&version=12351653 There are still some issues left in JIRA: https://issues.apache.org/jira/projects/MINDEXER/ Staging repository: https://repository.apache.org/content/repositories/maven-1749 Sou

Re: MDEP-804 - Allow auto-ignore of all non-test scoped dependencies used only in test scope

2022-05-02 Thread Elliotte Rusty Harold
T thanks. I’ll need to dig into this. It will be at least a couple of weeks before I can get to this. One quick thought. Is it possible something needs to be added to runtime scope? That’s hard to detect but it might explain what you see. On Sun, May 1, 2022 at 10:20 PM Henning Schmiedehausen < he

Re: [VOTE] Release Apache Maven Daemon 0.8.0

2022-05-02 Thread Guillaume Nodet
Thx, I'll fix the missing "build directory" and I'll have a look at other issues if I can fix them easily. Le lun. 2 mai 2022 à 00:47, Hervé BOUTEMY a écrit : > finally, I tried to build from Git: > - I was able to rebuild libmvndnative.*, which is one of the tricks for > this > release > - I wa