Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] Help with m2e connectors

Both participant appear to unconditionally execution underlying mojo
during incremental build, unless I misread the code. This will
absolutely certainly result in endless workspace builds. Build
participants that execute during incremental builds must have logic to
"skip" builds when there are no interesting resource changes.

I haven't used remote resources plugin, but for yuicompress I found it
was easier to implement new maven plugin with proper incremental
behaviour than to "wrap" net.alchim31.maven plugin. I think I still have
the code somewhere, if you are interested.

--
Regards,
Igor


On 2014-10-06, 7:25, CoderPlus Team wrote:
Hi all,
Can anyone help me in quickly reviewing the below m2e connectors

https://github.com/coderplus/m2e-connector-for-maven-remote-resources-plugin/blob/master/core/src/com/coderplus/m2e/remoteresourcescore/CoderPlusBuildParticipant.java

https://github.com/coderplus/m2e-connector-yuicompressor-maven-plugin/blob/master/core/src/com/coderplus/m2e/yuicompressorcore/CoderPlusBuildParticipant.java

Can you also help in getting this added to the m2e discovery catalog.


Regards,
Aneesh


_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/m2e-dev



Back to the top