Re: [VOTE] Require Java 17 for Maven 4

2024-02-29 Thread Van Hoa Phan
+1 On Wed, Feb 28, 2024 at 6:31 PM Benjamin Marwell wrote: > Hi Maven Devs/Users/Committers and PMC members! > > After several discussions on the mailing lists, I would like to > start a vote in favour of setting the minimal Java bytecode target > of Maven-Core 4 to 17 and hence require Java 17

Is there a way too print dependency tree path to my deposit only?

2018-08-20 Thread Hoa Phan
mvn dependency:tree -Dinclude=group:id seems to print the whole tree and not the only path to my target dep. Sometimes the tree is big, is there a way to filter? - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For

Can I remove comment in XML using resource filtering

2018-03-07 Thread Hoa Phan
I have some resources filtering to fill in var in XML template, however I also want to remove the comments in the XML source. Is there a way to do that? - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional