Re: Adding extra "scope" type metadata to dependencies?

2022-11-09 Thread Christoph Läubrich
I also sometimes though about it would be useful to have additional data attached to some items in the maven model. In my case it was profile activation, what currently seems limited to hard coded defaults as well... For example with one can just add everything there that is valid XML and

Access the maven commandline options from a plexus component?

2022-11-09 Thread Christoph Läubrich
Is it possible to access the commandline options I pass to maven in a plexus component? I'm especially interested in the -V option because I want this to trigger printing the version of my core-extension as well - To

Re: Adding extra "scope" type metadata to dependencies?

2022-11-09 Thread Robert Scholte
Regarding #1 you need to be more precise. The jigsaw-team also thought it would be easy to extend the pom for this. However, in the end I discovered there's no need to do this. The plexus-java library has code which you feed the module descriptor and all jars and it is able to decide if they

Re: Adding extra "scope" type metadata to dependencies?

2022-11-09 Thread Ralph Goers
Extending the pom.xml has been discussed for years. Unfortunately, it validates the XSD, so when the pom is extended with new attributes older versions of Maven will fail. This is the main reason why import scope was introduced rather than using a new element. There were many discussions

Re: [VOTE] Release Maven Resolver 1.9.0

2022-11-09 Thread Olivier Lamy
+1 On Wed, 9 Nov 2022 at 1:07 am, Tamás Cservenák wrote: > Howdy, > > We solved 18 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628=12351593 > > There are still some issues in JIRA: > https://issues.apache.org/jira/projects/MRESOLVER/issues > > Staging repo:

Re: [VOTE] Release Maven Indexer 7.0.0

2022-11-09 Thread Olivier Lamy
+1 On Wed, 9 Nov 2022 at 12:33 am, Tamás Cservenák wrote: > Howdy, > > We solved 17 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317523=12342224 > > There are still couple of issues left in JIRA: > https://issues.apache.org/jira/projects/MINDEXER/issues > >

Re: Maven does'nt find jar

2022-11-09 Thread Michael Osipov
Am 2022-11-09 um 15:52 schrieb Raivo Rebane: Hello I a novice user of maven and I would like to compile with maven OGC Validator, but I got error: [ERROR] /C:/Users/Raivo/teamengine/teamengine-realm/src/main/java/com/occamlab/te/realm/PasswordStorage.java:[17,22] package javax.xml.bind does

Re: [VOTE] Release Maven Resolver 1.9.0

2022-11-09 Thread Michael Osipov
Am 2022-11-08 um 16:07 schrieb Tamás Cservenák: Howdy, We solved 18 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628=12351593 There are still some issues in JIRA: https://issues.apache.org/jira/projects/MRESOLVER/issues Staging repo:

Re: [VOTE] Release Maven Indexer 7.0.0

2022-11-09 Thread Michael Osipov
Am 2022-11-08 um 15:33 schrieb Tamás Cservenák: Howdy, We solved 17 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317523=12342224 There are still couple of issues left in JIRA: https://issues.apache.org/jira/projects/MINDEXER/issues Staging repo:

Re: Maven does'nt find jar

2022-11-09 Thread Benjamin Marwell
Hi Raivo! This is a better question for the users list. The developer list is for maven development. But long story short: javax.xml.bind got removed from Java 9+. So even if you are compiling TO java 8 (e.g. using switches like maven.compiler.release or maven.compiler.target), it will still

Re: [VOTE] Release Maven Resolver 1.9.0

2022-11-09 Thread Slawomir Jaranowski
+1 wt., 8 lis 2022 o 16:07 Tamás Cservenák napisał(a): > Howdy, > > We solved 18 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628=12351593 > > There are still some issues in JIRA: > https://issues.apache.org/jira/projects/MRESOLVER/issues > > Staging repo: >

Re: [VOTE] Release Maven Indexer 7.0.0

2022-11-09 Thread Slawomir Jaranowski
+1 wt., 8 lis 2022 o 15:33 Tamás Cservenák napisał(a): > Howdy, > > We solved 17 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317523=12342224 > > There are still couple of issues left in JIRA: > https://issues.apache.org/jira/projects/MINDEXER/issues > >

Re: Maven does'nt find jar

2022-11-09 Thread Raivo Rebane
Hello I a novice user of maven and I would like to compile with maven OGC Validator, but I got error: [ERROR] /C:/Users/Raivo/teamengine/teamengine-realm/src/main/java/com/occamlab/te/realm/PasswordStorage.java:[17,22] package javax.xml.bind does not exist. But it really exist in jdk-8

Re: [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-11-09 Thread Delany
Thanks for explaining Delany On Tue, 8 Nov 2022 at 13:08, Guillaume Nodet wrote: > There are known issues that will be fixed in the next milestone. This > problem in particular has already been fixed in [1]. > The flatten plugin is still relevant, as the goal for maven 4.0 is to be >