Torsten Curdt
Torsten Curdt
jdeb is that core (plus a maven and an ant plugin alongside). we could separate those plugins out but it seemed easier to handle them in one repo.
Sorry, no docs beside the javadocs. But I would check out how the `DebMojo` assembles the producers and passes them to the `DebMaker`. https://github.com/tcurdt/jdeb/blob/master/src/main/java/org/vafer/jdeb/maven/DebMojo.java#L503
still room for refactoring - but the statics are gone now.
since we are attaching to the package phase I am wondering if checking whether it's threadsafe is useful at all. I also think it would be worth updating the maven...
Curious what has `depclean` that the `maven shade plugin` doesn't? What does `depanalyzer` do that `jdependency` doesn't? Do you also have a list of related projects somewhere?
Thanks for the clarification @cesarsotovalero Also thanks your list of related projects. Quite interesting. Can you add a link back as well? Mind blowing that none of the paper seem...
Sorry, yeah - that's a good point. You need maven to build it. I'll look into getting a build out soon.
Haven't had the need for that yet. Usually I have JMX only running on localhost. Happy to accept patches though.
I've been seeing the same thing. LuceneKit obviously needs some fixing.