Re: Maven Assembly / Common Artifact Filters issues and defect

2021-12-01 Thread Václav Haisman
On 16. 11. 21 20:58, Václav Haisman wrote: > On 16. 11. 21 17:36, Slawomir Jaranowski wrote: >> Hi, >> Thanks for reporting. >> >> Does your issue is similar to [1] - If yes please comment, vote >> or if it is something else you can create a new issue. > >

Re: Maven Assembly / Common Artifact Filters issues and defect

2022-01-19 Thread Václav Haisman
On 02. 12. 21 19:09, Michael Osipov wrote: > Am 2021-12-01 um 21:06 schrieb Václav Haisman: >> On 16. 11. 21 20:58, Václav Haisman wrote: >>> On 16. 11. 21 17:36, Slawomir Jaranowski wrote: >>>> Hi, >>>> Thanks for reporting. >>>> >>

Re: [DISCUSS] Modello release

2022-02-10 Thread Václav Haisman
On 31. 01. 22 8:30, Guillaume Nodet wrote: > I was looking at why the maven builds are a bit slow and found out one of > the culprit is modello which overwrites its generated files even if there > are no changes: that cascades to recompiling the module, checking the style > again, making a new arch

Re: [VOTE] Release Apache Maven Common Artifact Filters version 3.3.0

2022-06-12 Thread Václav Haisman
On 11. 06. 22 15:39, Michael Osipov wrote: > Hi, > > We solved 5 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12349729 > > > There are still a couple of issues left in JIRA: > https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%

Re: m-install-p and m-deploy-p 3.0.0 release soon

2022-07-13 Thread Václav Haisman
On 12. 07. 22 15:18, Tamás Cservenák wrote: > Howdy, > > The release of m-install-p and m-deploy-p 3.0.0 will happen soon, if anyone > has anything to add, speak up! > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20MINSTALL%20AND%20fixVersion%20in%20(3.0.0%2C%203.0.0-M2) > > https:

Re: [VOTE] Maven Install Plugin 3.0.0

2022-07-16 Thread Václav Haisman
Dne so 16. 7. 2022 18:10 uživatel Tamás Cservenák napsal: > Howdy, > > We fixed several issues: > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20MINSTALL%20AND%20fixVersion%20%3D%203.0.0 > > Staged repository: > https://repository.apache.org/content/repositories/maven-1779/ > > Sour

Re: [VOTE] Maven Install Plugin 3.0.1

2022-07-20 Thread Václav Haisman
On 19. 07. 22 16:26, Tamás Cservenák wrote: > Howdy, > > We fixed one regression in install-file Mojo > https://issues.apache.org/jira/issues/?jql=project%20%3D%20MINSTALL%20AND%20fixVersion%20%3D%203.0.1 > > Staged repository: > https://repository.apache.org/content/repositories/maven-1784 > >

Re: plexus-utils 4.x and Xpp3DomBuilder

2023-09-09 Thread Václav Haisman
On 25. 07. 23 20:56, Slawomir Jaranowski wrote: Hi I'm trying to update plexus-utils 3.5.x to plexus-utils/plexus-xml 4.x in maven-enforcer In maven-enforcer (and in many other plugins ...) is used, code like: Xpp3Dom enforcerRules = Xpp3DomBuilder.build(descriptorStream, "UT

Un-deprecating DirectoryScanner?

2021-10-23 Thread Václav Haisman
Hi. I just updated dependencies and I noticed org.apache.maven.shared.utils.io.DirectoryScanner is deprecated with "Deprecated use java.nio.file.DirectoryStream and related classes" note in sources. Is this the only reason for the deprecation? I would have to implement the Ant patterns and regexe

Re: Un-deprecating DirectoryScanner?

2021-10-23 Thread Václav Haisman
On 23. 10. 21 21:30, Michael Osipov wrote: > Am 2021-10-23 um 21:10 schrieb Václav Haisman: >> Hi. >> >> I just updated dependencies and I noticed >> org.apache.maven.shared.utils.io.DirectoryScanner is deprecated with >> "Deprecated >> use java.nio.fi

Maven Assembly / Common Artifact Filters issues and defect

2021-11-16 Thread Václav Haisman
Hi. I think I found a defect in the latest currently available Maven Assembly plugin version 3.3.0. The Assembly plugin uses Common Artifact Filters's class `PatternIncludesArtifactFilter`. This class, in its method `matchAgainst()` loops over include patterns. If one of the include patterns conta

Re: Maven Assembly / Common Artifact Filters issues and defect

2021-11-16 Thread Václav Haisman
.0+ breaks. New issue: https://issues.apache.org/jira/browse/MASSEMBLY-955 > > [1] https://issues.apache.org/jira/browse/MASSEMBLY-607 > > > wt., 16 lis 2021 o 14:51 Václav Haisman napisał(a): > >> Hi. >> >> I think I found a defect in the latest currently av