Re: [VOTE] Release Apache Maven version 3.8.4

2021-11-15 Thread Mickael Istria
+1 from Eclipse Tycho, no regression found by build+automated tests compared to 3.8.2: https://ci.eclipse.org/tycho/job/tycho-build-with-maven-snapshots/122/console +1 from Eclipse m2e, no regression found by build+automated tests compared to 3.8.1 and confirmed issue that prevented from adopting

Re: MD5, SHA1, but nothing (still) safe?

2021-10-14 Thread Mickael Istria
On Thu, Oct 14, 2021 at 10:36 AM Romain Manni-Bucau wrote: > I agree with Bernd, checksums are there to validate the consistency of the > artifact, nothing linked to security. > Ensuring user gets a consistent artifact as desired -and not a malicious forged one- is 1 aspect of security. On

Re: MD5, SHA1, but nothing (still) safe?

2021-10-14 Thread Mickael Istria
On Wed, Oct 13, 2021 at 8:41 PM Bernd Eckenfels wrote: > There is no Security risk with weaker checksums since the checksums are > not used for security. An attacker who messes with your binaries can also > mess with the checksum files. In our case, we have the checksum files that are served

Re: MD5, SHA1, but nothing (still) safe?

2021-10-13 Thread Mickael Istria
On Wed, Oct 13, 2021 at 2:10 PM Michael Osipov wrote: > Hi Mickael, > Hi Michael, > > this is an overly complex topic I'd like to explain. > First of all Wagon is not involved in this. It does the physical > transport. The payload is opaque. SHA, MD5 aren't verifying any > signatures, it is

MD5, SHA1, but nothing (still) safe?

2021-10-13 Thread Mickael Istria
d I create a new one? Thanks in advance -- Mickael Istria Eclipse IDE <https://www.eclipse.org/eclipseide> developer, for Red Hat Developers <https://developers.redhat.com/>

Re: MavenProject.getRuntimeClasspathElements() not returning runtime elements

2021-10-07 Thread Mickael Istria
On Thu, Oct 7, 2021 at 3:51 PM Oliver Drotbohm wrote: > I have a bit of a hard time constructing the state I run into when Maven > is actually run in my project: all compile time dependencies available via > getArtifacts() but the complete list of declared ones available in >

Re: MavenProject.getRuntimeClasspathElements() not returning runtime elements

2021-10-07 Thread Mickael Istria
MavenPlugin.getMavenProjectRegistry().getProject(pomFile.getProject()).getMavenProject(monitor)

Re: MavenProject.getRuntimeClasspathElements() not returning runtime elements

2021-10-07 Thread Mickael Istria
Hi, I don't know for sure, but your reasoning sounds good. So please try submitting a PR and we'll see if this change breaks things. Cheers,

Re: [VOTE] Release Apache Maven version 3.8.3

2021-10-01 Thread Mickael Istria
+1 from m2e. We tried using 3.8.2 internally and found it broke some tests (so we did stick to 3.8.1), while our first attempt with 3.8.3 was successful so it's good for m2e adoption (details at https://github.com/eclipse-m2e/m2e-core/pull/326 ).

Re: Is Indexer 6.1 release planned?

2021-09-14 Thread Mickael Istria
Hi, Any news here? On Mon, Aug 30, 2021 at 2:08 PM Mickael Istria wrote: > Hi all, > > In Eclipse m2e, we're seeing a minor yet annoying bug since we migrated to > indexer 6.0; our test suite has unveiled the error since then but we were > managing to ignore it for a long t

Re: No more default plugin groups in Maven 4?

2021-08-31 Thread Mickael Istria
On Tue, Aug 31, 2021 at 6:01 PM Michael Osipov wrote: > It should not change. The bundled code contain two plugin groups: > >

No more default plugin groups in Maven 4?

2021-08-31 Thread Mickael Istria
? Is this intentional or should it be seen as a bug (I personally don't mind, both are fine to me)? Is there some issue or discussion that mentions that change I could link in our code for reference? Thanks in advance -- Mickael Istria Eclipse IDE <https://www.eclipse.org/eclipseide> dev

Is Indexer 6.1 release planned?

2021-08-30 Thread Mickael Istria
try to help with to facilitate it? Thanks in advance -- Mickael Istria Eclipse IDE <https://www.eclipse.org/eclipseide> developer, for Red Hat Developers <https://developers.redhat.com/>

Re: Speed of Maven build

2020-08-25 Thread Mickael Istria
I On Tuesday, August 25, 2020, Manfred Moser wrote: > And the VS code integration from Red Hat might also do something along those lines. It embeds and uses m2eclipse. -- Mickael Istria Eclipse IDE <https://www.eclipse.org/downloads/eclipse-packages/> developer, for Red Hat Develope

Re: APIs for reading Maven repositories

2020-05-04 Thread Mickael Istria
On Mon, May 4, 2020 at 4:10 PM Elliotte Rusty Harold wrote: > 1. Is there an API somewhere for locating the local maven repository > that is often but not always stored in ~/.m2/repository? > I didn't find a good code for that. It looks like MavenCli and related classes are doing most of the

Re: Eclipse LemMinX & Maven extension: a Language Server for pom files

2020-05-04 Thread Mickael Istria
On Mon, May 4, 2020 at 2:40 PM Nick Stolwijk wrote: > Hi Mickael, > Hi, I was wondering if you send this intentionally to the dev mailinglist? I > think this is better suitable for the user mailinglist, also you have a > much broader audience there. > To be honest, we're not much looking for

Eclipse LemMinX & Maven extension: a Language Server for pom files

2020-05-04 Thread Mickael Istria
-maven Cheers, -- Mickael Istria Eclipse IDE <https://www.eclipse.org/downloads/eclipse-packages/> developer, for Red Hat Developers <https://developers.redhat.com/>

Re: Maven version support

2020-03-06 Thread Mickael Istria
Hi, Community support is always an interesting question as there is no support contract to define what "support" means ;) IMO, the community does at least support the latest release. Then if some community members can work on supporting older ones, that's good, but IMO it doesn't have to be the

Best way to list artifacts in local repository?

2020-01-22 Thread Mickael Istria
in advance, -- Mickael Istria Eclipse IDE <https://www.eclipse.org/downloads/eclipse-packages/> developer, for Red Hat Developers <https://developers.redhat.com/>

Re: Eclipse import

2019-12-20 Thread Mickael Istria
Hi, Since things work with plain Maven, such questions would better be directed to the m2e-...@eclipse.org mailing-list. On Thu, Dec 19, 2019 at 11:35 PM Elliotte Rusty Harold wrote: > There seems to be something I'm missing about importing projects into > Eclipse. How do you perform this

Re: [VOTE] Release Apache Maven version 3.6.3

2019-11-21 Thread Mickael Istria
+1. Works for Eclipse Tycho: https://ci.eclipse.org/tycho/job/tycho-build-with-maven-snapshots/49/ Works for Eclipse m2e: https://git.eclipse.org/r/#/c/149057/ & https://ci.eclipse.org/m2e/job/m2e-gerrit/530/ ( tests failures are not regression and are caused by default XSD URL moving for http to

Re: 3.6.3 release?

2019-11-12 Thread Mickael Istria
Hi all, What's the status here? Any ETA for 3.6.3 release? Cheers

Re: [VOTE] JDK 8 Minimum Requirement for Maven 3.7.0

2019-10-29 Thread Mickael Istria
+1 from m2e and Tycho POV. Both have already require Java 8 for several versions anyways, so the target audience is definitely already away from Java 7.

3.6.3 release?

2019-10-24 Thread Mickael Istria
https://issues.apache.org/jira/browse/MNG-6765 is resolved; any change a 3.6.3 releases happens soon so consumers won't face the pomless bug anymore; and the Maven contributors can start having fun on a 3.7? Cheers -- Mickael Istria Eclipse IDE <https://www.eclipse.org/downloads/eclipse-packa

Re: [DISCUSS] Maven 3.7.0

2019-09-30 Thread Mickael Istria
On Sat, Sep 28, 2019 at 5:37 PM Mickael Istria wrote: > I believe this reveals that some of the important Tycho tests are not > performed against latest Maven snapshots. > After a fix, the failures with polyglot build using more recent version of Maven are now surfacing. Too bad we di

Re: [DISCUSS] Maven 3.7.0

2019-09-28 Thread Mickael Istria
On Sat, Sep 28, 2019 at 5:35 PM Karl Heinz Marbaise wrote: > > > now that Maven 3.6.2 is out for a couple of weeks, it seems like we > > didn't face real regressions. > > The only one might be tricky is the issue related to Tycho. > > Feedback of Michael Istria states different? Or do I miss a

Re: [DISCUSS] Maven 3.7.0

2019-09-28 Thread Mickael Istria
On Sat, Sep 28, 2019 at 2:04 PM Robert Scholte wrote: > The only one might be tricky is the issue related to Tycho. What issue is this? Tycho integration-tests are being run against Maven snapshots daily and no issue was spot nor report on Tycho side as far as I know.

Re: Allocation drop measured in Maven 3.6.2

2019-09-05 Thread Mickael Istria
Thanks a lot for this effort in establishing metrics, which are also very easy to grok. The evolution of heap allocation in Maven are pretty impressive in the most postive way! Thanks and congrats to everyone involved!

Re: [VOTE] Release Apache Maven Version 3.6.2

2019-08-29 Thread Mickael Istria
3350905e97177978724eed0698de3 > sha512: > > d7fdafbc16bd547bc3c2513255df375c2a616b04d414c2ffd7d9deb9931fab5db4c7ac912cc4bb0d96d0a083560b3cc1848ea9eecc3aeb4e4c5184329a7ead5b > > Git tag: > > https://gitbox.apache.org/repos/asf?p=maven.git;a=commit;h=40f52333136460af0dc0d7232c0dc0

Re: [VOTE] Release Apache Maven Version 3.6.2

2019-08-29 Thread Mickael Istria
+1 from Eclipse m2e (test change: https://git.eclipse.org/r/#/c/142991/ , test build: https://ci.eclipse.org/m2e/job/m2e-gerrit/479/ )

Re: Asking for release: Eclipse 2019-06 incompatible with Tycho because of Maven 3.6.1 bug

2019-08-20 Thread Mickael Istria
On Tue, Aug 20, 2019 at 9:01 PM Tibor Digana wrote: > Want to announce you about a new issue in the Resolver. > @Herve @Sylwester I found you in the history. Can you comment author's > changes? Is it a regression compared to last release? If not, I don't think it should be made a blocker for

Re: Asking for release: Eclipse 2019-06 incompatible with Tycho because of Maven 3.6.1 bug

2019-08-12 Thread Mickael Istria
Have things improved so the release can now be planned soon?

Re: Re: Asking for release: Eclipse 2019-06 incompatible with Tycho because of Maven 3.6.1 bug

2019-08-01 Thread Mickael Istria
Hey all, Any news here?

Asking for release: Eclipse 2019-06 incompatible with Tycho because of Maven 3.6.1 bug

2019-06-26 Thread Mickael Istria
IDE and Eclipse Tycho) ? Thanks in advance -- Mickael Istria Eclipse IDE <https://www.eclipse.org/downloads/eclipse-packages/> developer, for Red Hat Developers <https://developers.redhat.com/>

Re: Anyone had an error on Eclipse IDE after upgrade maven-jar-plugin to 3.1.2?

2019-06-10 Thread Mickael Istria
Hi, On Mon, Jun 10, 2019 at 11:37 AM Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > however > because of architectural history, Eclipse (last time I checked... some > years ago) had issues keeping the main and test classpaths separate This was fixed last year, during development

Re: Anyone had an error on Eclipse IDE after upgrade maven-jar-plugin to 3.1.2?

2019-06-08 Thread Mickael Istria
in improving Maven for some other reasons, that kind of negativity in the community would make me give up contributing. You should probably spend time learning the value of a community and how to improve it instead of bugging it, that would be very profitable to Maven project. -- Mickael Istria

Re: Anyone had an error on Eclipse IDE after upgrade maven-jar-plugin to 3.1.2?

2019-06-07 Thread Mickael Istria
Hi, This seems like https://bugs.eclipse.org/bugs/show_bug.cgi?id=547340 . Please try updating to a more recent build of Eclipse m2e (using https://download.eclipse.org/technology/m2e/snapshots/1.12.0/latest/ p2 repo), and if you see further issues with that version, please reopen the m2e bug

Re: proposal for maven-archetype to switch to dom4j 2.1.1 (and Java 8)

2019-06-04 Thread Mickael Istria
d transitive dependencies. We don't want m2e to tweak the dependencies and we want m2e to not ship CVEs. So we think.it's better to fix CVEs upstream and we imagined Maven would be glad welcoming CVE fix contribution like people expect from any serious project. > -- Mickael Istria Eclipse IDE <https

Re: proposal for maven-archetype to switch to dom4j 2.1.1 (and Java 8)

2019-06-03 Thread Mickael Istria
People who don't want to update are the ones who have to pay the effort, not the project that tries to ship a security fix. The simplest past forward is the one provided by Tony. Customers who don't want to use it can remain on previous version of the archetype plugins. Other proposals to fix it

Re: Latest snapshot build (archive, not Maven artifact)

2019-05-29 Thread Mickael Istria
I think an infra that wants to prevent adopters for giving feedback on snapshots is harmful for an open-source project. Are alternatives like Sonatype OSSRH considered for replacement?

Re: Latest snapshot build (archive, not Maven artifact)

2019-05-29 Thread Mickael Istria
Concretely, m2e can now pretty easily test against Maven snapshot: https://git.eclipse.org/r/142991 . This should allow m2e to detect and report Maven issues sooner, and to adopt newer Maven shortly after release as we can span integration effort all along the development phase instead of starting

Re: Latest snapshot build (archive, not Maven artifact)

2019-05-29 Thread Mickael Istria
Thanks a lot! I think it would be worth a dedicated announce post on the mailing-list or other community channels (blog, twitter...).

Re: Latest snapshot build (archive, not Maven artifact)

2019-05-28 Thread Mickael Istria
Ok, here is my proposal: https://github.com/apache/maven/pull/250

Re: Latest snapshot build (archive, not Maven artifact)

2019-05-27 Thread Mickael Istria
Why is the CI stuff in a dedicated repo and not on the main repo? Could we try to change it? That would make Maven more "normal" and more accessible in term of contribution. I found https://github.com/apache/maven/blob/master/Jenkinsfile in the main repo. What is the purprose of this file vs the

Re: Latest snapshot build (archive, not Maven artifact)

2019-05-27 Thread Mickael Istria
Up! What's blocking for publication of snapshots from master to some snapshot repo? I'd gladly try to help.

Re: Latest snapshot build (archive, not Maven artifact)

2019-05-12 Thread Mickael Istria
IMO, if some patch managed to get to master, it's worth being released, even if IT test fail. So I would make the first step being a `mvn deploy` of what[s in master, before running other tests. I think this would be much simpler, allow community to test some "master" snapshot even if it's bugged

Re: Latest snapshot build (archive, not Maven artifact)

2019-05-11 Thread Mickael Istria
wnload latest snapshot dist from our Jenkins build > from master branch [1] > > Sylwek > > [1] > https://builds.apache.org/view/M-R/view/Maven/job/maven- > box/job/maven/job/master/lastSuccessfulBuild/artifact/ > org/apache/maven/apache-maven > > > czw., 9 maj 2019 o 14:

Latest snapshot build (archive, not Maven artifact)

2019-05-09 Thread Mickael Istria
of Maven delivery? Thanks in advance, -- Mickael Istria Eclipse IDE <https://www.eclipse.org/downloads/eclipse-packages/> developer, for Red Hat Developers <https://developers.redhat.com/>

Re: Summary of meeting about Maven performance improvements

2019-04-24 Thread Mickael Istria
On Wed, Apr 24, 2019 at 9:20 PM Martijn Dashorst wrote: > It has a typical long build time, but not a very complicated setup > (e.g. the depth of nested projects is about 3 max) I think Maven should aim (and generate dummy projects for testing/benchmarking) for even more complex projects.

Re: Snapshots of core Maven plugins

2019-04-23 Thread Mickael Istria
Eclipse m2e would love to get snapshots available to ease adoption of new Maven release (we could automate a CI build checking compatibility with Maven and prepare necessary fixes in m2e as they are developed in Maven instead of having to wait for the release). Cheers,

Re: [VOTE] Release Apache Maven Version 3.6.1

2019-04-06 Thread Mickael Istria
Hi, Unfortunately, we won't have the opportunity to try it in m2e before the deadline for voting as it seems like some recent changes would require adaptation in m2e (or it's some other bug in m2e that needs to be fixed before we can try this 3.6.1 RC). https://git.eclipse.org/r/#/c/133590/ shows

Re: Maven 3.6.1 release date

2019-03-31 Thread Mickael Istria
gt; > > > wrote: > > > Hi, > > > > > > On 22.03.19 09:25, Michael Osipov wrote: > > > > Am 2019-03-22 um 08:37 schrieb Mickael Istria: > > > >> Hi, > > > >> > > > >> On Sat, Mar 9, 2019 at 6:34 PM Hervé BOU

Re: Maven 3.6.1 release date

2019-03-22 Thread Mickael Istria
Hi, On Sat, Mar 9, 2019 at 6:34 PM Hervé BOUTEMY wrote: > We're working on it, it should happen quite soon, but no date is really > guaranteed: as you can see from Jira issues to be resolved [1], we're > near... At this point, since there are some blockers issues that have been fixed and

3.6.1 release?

2019-02-04 Thread Mickael Istria
for the release? Thanks in advance. -- Mickael Istria Eclipse IDE <https://www.eclipse.org/downloads/eclipse-packages/> developer, for Red Hat Developers <https://developers.redhat.com/>

Re: Are snapshots available in some Maven repo?

2019-01-15 Thread Mickael Istria
Hi again, The (hopefully) final patch to make save GBs of RAM in m2e was merged in Maven earlier today. I'd like m2e CI builds to be able to test against it. Can someone please publish the current master as SNAPSHOT ? Cheers,

Re: Are snapshots available in some Maven repo?

2019-01-10 Thread Mickael Istria
Hi, master seems by far enough to me, and I think support for specific other branches should be considered in another future step if it happens to be requested one day. About nightly, I think it's usually not such a good rule. I wrote about it some time ago when I started to deal with release

Re: Are snapshots available in some Maven repo?

2019-01-10 Thread Mickael Istria
Hi, Eclipse m2e, as a consumer of Maven as a library, would love to see the latest HEAD from master published automatically as SNAPSHOTs soon after every change is made. This seems like a requirement to enable continuous feedback from m2e to Maven. Publishing some other branches or commits

Re: How much m2e test suites cover of Maven ?

2019-01-10 Thread Mickael Istria
Hi all, Final update about m2e coverage of Maven project: the full test suite now reports coverage and reports are still visible at https://sonarcloud.io/component_measures?id=m2e-covering-maven=coverage . This can help to identify, by comparing it with plain Maven coverage reports, which area of

Re: Are snapshots available in some Maven repo?

2019-01-09 Thread Mickael Istria
her human effort. -- Mickael Istria Eclipse IDE <https://www.eclipse.org/downloads/eclipse-packages/> developer, for Red Hat Developers <https://developers.redhat.com/>

Are snapshots available in some Maven repo?

2019-01-09 Thread Mickael Istria
in advance -- Mickael Istria Eclipse IDE <https://www.eclipse.org/downloads/eclipse-packages/> developer, for Red Hat Developers <https://developers.redhat.com/>

Re: Jenkins ASF + Pull Requests + webhooks

2019-01-06 Thread Mickael Istria
On Sun, Jan 6, 2019 at 8:32 PM Tibor Digana wrote: > I meant Bitcoins. Without network access bitcoins can be loaded but nobody > can use them. An access to Workspace and archived artifacts should be > disabled for users. That would be sad since those are actually super helpful when trying to

Re: How much m2e test suites cover of Maven ?

2019-01-05 Thread Mickael Istria
Hi all, I've configured the CI job https://ci.eclipse.org/m2e/job/m2e-core-tests/ so that it automatically reports to SonarCloud how m2e tests cover maven-core code: https://sonarcloud.io/component_measures?id=m2e-covering-maven=coverage Note that not all tests are included, only a small subset

Re: Enable Travis on Maven Scripting Plugin

2019-01-05 Thread Mickael Istria
On Sat, Jan 5, 2019 at 8:11 AM Olivier Lamy wrote: > No way. Apache Infrastructure is a shared infrastructure. There are NO > dedicated machine for any projects. > I guess you mean physical machines here, don't you? I don't think physical machines are what matters, but having an infra that can

Re: New Committers - community

2019-01-03 Thread Mickael Istria
Hi, I think this discussion is diverging into "trying TravisCI for some plugins" and is loosing focus on the initial question of how to improve the build+test flow to get faster feedback as a contributor or as a reviewer. Can the GitHub PR builder plugin be enabled on Maven Core ? Committers

Re: New Committers - community

2018-12-29 Thread Mickael Istria
he software is built and where the code is hosted isn't important. So no issue if it's on ASF Jenkins and hardware, but for PR trials, it seems like a constraint it'd be sane to get rid of. -- Mickael Istria Eclipse IDE <https://www.eclipse.org/downloads/eclipse-packages/> deve

Re: New Committers - community

2018-12-29 Thread Mickael Istria
, and only drawback of being discoupled from a specific infra (is it really a drawback?) Cheers, -- Mickael Istria Eclipse IDE <https://www.eclipse.org/downloads/eclipse-packages/> developer, for Red Hat Developers <https://developers.redhat.com/>

Re: New Committers - community

2018-12-29 Thread Mickael Istria
On Sat, Dec 29, 2018 at 12:01 PM Hervé BOUTEMY wrote: > But in both cases, currently, there is no automatic GitHub PR integration: > Maven committers need to create a branch in the official repository to > benefit > from ASF Jenkins build > Ah ok, I wasn't aware the GitHub repo was "unofficial"

Re: New Committers - community

2018-12-29 Thread Mickael Istria
Maven already enables some important success criteria, > > like being on GitHub. So I'm confident things can and will improve to > grow > > the community. > > Over the time it already evolved/grown in several aspects. Maybe not in > the speed we wish it had... > But it ta

Re: On Maven 4.0.0 and beyond

2018-12-24 Thread Mickael Istria
volution; and I don't have the impression current Maven community is big and agile enough to sustain big changes. That said, I think Maven already enables some important success criteria, like being on GitHub. So I'm confident things can and will improve to grow the community. Cheers, -- Micka

Re: MNG-6533 and MNG-6529

2018-12-10 Thread Mickael Istria
and will be more productive next time, and I ship a "more complete" work by myself without requiring committers to provide extra-patches. Cheers, -- Mickael Istria Eclipse IDE <https://www.eclipse.org/downloads/eclipse-packages/> developer, for Red Hat Developers <https://developers.redhat.com/>

Re: How much m2e test suites cover of Maven ?

2018-12-08 Thread Mickael Istria
show_bug.cgi?id=542555 can be a solution for m2e. I'll keep you in touch when this is done. > -- Mickael Istria Eclipse IDE <https://www.eclipse.org/downloads/eclipse-packages/> developer, for Red Hat Developers <https://developers.redhat.com/>

Re: How much m2e test suites cover of Maven ?

2018-12-07 Thread Mickael Istria
Hi all, In my intent to improve m2e, I realize that one key criteria of sustainability for m2e project is the ability to interact well with Maven project (interacting more with the community, trying snapshots, identifying breaking or major issues, consolidating the non-CLI usage of Maven as

Re: parallelise not overlapping tasks

2018-12-06 Thread Mickael Istria
Ok, my bad, thanks for the hint.

Re: parallelise not overlapping tasks

2018-12-06 Thread Mickael Istria
I think there is a difference between scheduling tasks (one is after the other) and assuming that 2 tasks that are ready can run in parallel. Adding scheduling data would be helpful and get rid of the concept of phases, for sure; but we also -and more importantly- need the existing mojos to be

Re: parallelise not overlapping tasks

2018-12-06 Thread Mickael Istria
Hi, > any way we move that topic forward beginning of next year? I guess providing patches would be the best way ;) I'm coming late in this discussion and I'm a newcomer on that list, so I could miss context. This could relate to an effort we are doing in Eclipse IDE (and Eclipse m2e) to run

MNG-6533 and MNG-6529

2018-12-06 Thread Mickael Istria
be targeted for review (and if everything is fine, merge) as part of next release. Thanks in advance. -- Mickael Istria Eclipse IDE <https://www.eclipse.org/downloads/eclipse-packages/> developer, for Red Hat Developers <https://developers.redhat.com/>

Re: MNG-6530 - Please fix or revert important regression from MNG-6311

2018-11-29 Thread Mickael Istria
Hi guys, Another kind of projects (after IDEs) that may be affected by this issue and receiving out of date MavenProject from Project.build(...) can be for example CI systems (

Re: MNG-6530 - Please fix or revert important regression from MNG-6311

2018-11-29 Thread Mickael Istria
Hi guys, Thanks for your answer. I like the proposal of the system property to disable this bug. Let's continue discussion on the Jira ticket. Cheers,

MNG-6530 - Please fix or revert important regression from MNG-6311

2018-11-28 Thread Mickael Istria
closely from Maven snapshots and staging builds to report such issues earlier and have the opportunity to prevent regressions to happen in Maven. We'll probably share more messages about it in the next weeks/months. Cheers, -- Mickael Istria Eclipse IDE <https://www.eclipse.org/downloads/ecli

Gstring-Maven-plugin 1.0.0

2013-05-17 Thread Mickael Istria
Groovy as a replacement of Freemarker or Velocity). Project home is here: https://github.com/gstring-maven-plugin/gstring-maven-plugin Mailing-list is: https://groups.google.com/forum/#!forum/gstring-maven-plugin Feedback and contributions are hightly welcome. Cheers, -- Mickael Istria