[m2e-users] Project gets red if maven-bundle-plugin is present

2015-08-26 Thread Balázs Zsoldos
(DefaultPlexusContainer.java:263) ... 34 more Kind regards, *Balázs **Zsoldos* ___ m2e-users mailing list m2e-users@eclipse.org To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/m2e-users

Re: [m2e-users] Project gets red if maven-bundle-plugin is present

2015-08-28 Thread Balázs Zsoldos
I am wondering if I used to good mailing list. Ping. This issue is really annoying and slows down development cycles a lot. On Wed, Aug 26, 2015 at 6:26 PM, Balázs Zsoldos wrote: > Hi, > > I use M2E 1.6.1. In the projects where maven-bundle-plugin is set (based > on experience)

[m2e-users] NoSuchElementException after project refresh (ALT+F5)

2015-10-01 Thread Balázs Zsoldos
Hi, with version 1.6.2 of M2E I still get NoSuchElementException after the project is refreshed if maven-bundle-plugin is present. This error appeared with the version 1.6.0. I saw that there were issues with the same (or very similar) stacktrace that were solved in previous versions. The exceptio

[m2e-users] Overriding Artifact file resolution during Mojo execution

2016-08-13 Thread Balázs Zsoldos
that belongs to the execution context? Thanks and regards, *Balázs **Zsoldos* ___ m2e-users mailing list m2e-users@eclipse.org To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/m2e-users

Re: [m2e-users] Overriding Artifact file resolution during Mojo execution

2016-08-25 Thread Balázs Zsoldos
f there was a standard and tested API that gives us this functionality. At the moment it is impossible to execute any mojo goal from a plugin with any overridden attribute (e.g.: user properties). Regards, *Balázs **Zsoldos* On Sun, Aug 14, 2016 at 2:44 AM, Balázs Zsoldos wrote: > Hi, >

Re: [m2e-users] Overriding Artifact file resolution during Mojo execution

2016-08-25 Thread Balázs Zsoldos
e still work each time you upgrade m2e. > > -- > Regards, > Igor > > > On Thu, Aug 25, 2016, at 04:34 AM, Balázs Zsoldos wrote: > > Hi, > > I have managed to solve my use-case but it is a bit tricky and it calls > internal API. Here is the solution: > >

Re: [m2e-users] Overriding Artifact file resolution during Mojo execution

2016-08-25 Thread Balázs Zsoldos
tand all implications of this and > won't support the proposed API, but won't veto it either, if another m2e > committer decides it's useful. > > -- > Regards, > Igor > > > On Thu, Aug 25, 2016, at 10:38 AM, Balázs Zsoldos wrote: > > Hi Igor, > > than

[m2e-users] Running multiple MojoExecutions without resetting MavenProject.properties

2016-10-22 Thread Balázs Zsoldos
Hi, My issue is the following: I would like to execute multiple MojoExecutions in the way that one of them sets a mavenProject property and the other reads it. There are several examples to this with existing Mojos. E.g.: - maven-scr-plugin sets a maven project property while maven-bundle-plug

Re: [m2e-users] Running multiple MojoExecutions without resetting MavenProject.properties

2016-10-22 Thread Balázs Zsoldos
edArtifacts(null); project.setArtifacts(artifacts); snapshot.restore(project); } } It would be nice to achieve the same goal with public stable API. Kind regards, *Balázs **Zsoldos* On Sat, Oct 22, 2016 at 12:35 PM, Balázs Zsoldos wrote: > Hi, > > My issue is the fo