Re: Maven feature request

2020-01-22 Thread Karl Heinz Marbaise
Hi, On 23.01.20 00:59, Scott Wilson wrote: *Hi Robert and devs* *I have been using maven for a few years and I LOVE it!* *I have a feature request.* *(1) When adding a dependency to pom.xml the default scope is everywhere* *ie src/main/java/* *and src/tst/java/...* *(2) When

Re: Best way to list artifacts in local repository?

2020-01-22 Thread Alexander Bubenchikov
Look at https://maven.apache.org/maven-indexer/ On Wed, Jan 22, 2020 at 6:44 PM Mickael Istria wrote: > Hi all, > > We're currently working on extending the soon to be Eclipse "Lemminx" XML > Language Server with Maven smartness. > This is an interesting and promising piece of work and we

Re: Maven feature request

2020-01-22 Thread Alexander Bubenchikov
How do you want to run tests? If the dependency is not in classpath of running tests, but in classpath of main sources, then you just get an NoClassDefFoundError, isn't it? For me it looks like you need to put tests into another module, make it depend on main module and declare your

Re: Maven feature request

2020-01-22 Thread Paul Hammant
I'm interested in your need for this. Like, why do you need this? On Thu, Jan 23, 2020 at 7:17 AM Scott Wilson wrote: > *Hi Robert and devs* > > > *I have been using maven for a few years and I LOVE it!* > > > *I have a feature request.* > > > *(1) When adding a dependency to pom.xml the

Maven feature request

2020-01-22 Thread Scott Wilson
*Hi Robert and devs* *I have been using maven for a few years and I LOVE it!* *I have a feature request.* *(1) When adding a dependency to pom.xml the default scope is everywhere* *ie src/main/java/* *and src/tst/java/...* *(2) When adding as the scope then the dependency can ONLY

Re: Doxia test flakiness

2020-01-22 Thread Elliotte Rusty Harold
I was hoping to fix these two issues: https://issues.apache.org/jira/browse/DOXIATOOLS-64 https://issues.apache.org/jira/browse/DOXIATOOLS-54?filter=-1 I sent a PR for one of these, but it turned out to be against the wrong repo. I know nothing about svn2git. On Wed, Jan 22, 2020 at 4:41 PM

Re: Doxia test flakiness

2020-01-22 Thread Hervé BOUTEMY
On 4 Doxia Tools, 2 have been migrated: doxia-converter [1] and doxia- linkcheck [2], with very little activity (no release in 2 years) There are 2 remaining components: doxia-book-renderer and doxia-book-maven- plugin. Do you mean that you want to maintain these 2 components? Do you want us to

Possible interferences between Maven plugins

2020-01-22 Thread Dirk Mahler
Hi everybody, a jQAssistant user created an issue (https://github.com/jQAssistant/jqa-maven-plugin/issues/35) reporting that if by adding the jQAssistant Maven plugin to the build section of his pom.xml the deployment of artifacts to a (private) repository gets broken. The only explanation

Re: Doxia test flakiness

2020-01-22 Thread Elliotte Rusty Harold
Ping. Any progress on getting Doxia migrated into Github? On Mon, Dec 23, 2019 at 5:38 PM Elliotte Rusty Harold wrote: > > Anyone working on Doxia these days? If so, your review of > https://github.com/apache/maven-doxia-tools/pull/3 would be > appreciated. This PR effectively disables a flaky

Best way to list artifacts in local repository?

2020-01-22 Thread Mickael Istria
Hi all, We're currently working on extending the soon to be Eclipse "Lemminx" XML Language Server with Maven smartness. This is an interesting and promising piece of work and we already have some interesting basic features working: plain XML completion validation, Maven Model Builder

[VOTE] Release Apache Parent POM version 23

2020-01-22 Thread Hervé BOUTEMY
Hi, We solved 4 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311250=12346503=Text https://github.com/apache/maven-apache-parent/compare/apache-22...apache-23 Staging repo: https://repository.apache.org/content/repositories/orgapacheapache-1018/