-
m2e uses sisu-build-api to implement incremental builds, see https://www.eclipse.org/m2e/documentation/m2e-making-maven-plugins-compat.html But looking at the repository, it is archive,d lat code changes where 12 years ago an it version still implies its some kind of experimental. Recently I found it might be good to enhance this API (e.g. for cases like eclipse-tycho/tycho#1278) but this would of course only work with active development. So I really wonder if:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 20 replies
-
This is a general Maven issue IMO; m2e is just 1 possible case for integration of build increments and Maven builds. So the solution shouldn't be part of m2e ideally. Although the BuildContext is somehow deprecated, I wonder whether Maven community does provide a good alternative already. It's definitely worth discussing it with Maven experts on the dev mailing-list. |
Beta Was this translation helpful? Give feedback.
-
FYI @gnodet maybe also interesting for mvnd ... |
Beta Was this translation helpful? Give feedback.
-
The API is now revived in a new repository: https://github.com/codehaus-plexus/plexus-build-api given the reserved feedback from the maven-dev it seems most suitable to help with improving the API keeping it alive and healthy and hope for some glory future of maven 4 (or 5 ...), I opened some issues so everyone is invited to help: |
Beta Was this translation helpful? Give feedback.
The API is now revived in a new repository:
https://github.com/codehaus-plexus/plexus-build-api
given the reserved feedback from the maven-dev it seems most suitable to help with improving the API keeping it alive and healthy and hope for some glory future of maven 4 (or 5 ...), I opened some issues so everyone is invited to help:
https://github.com/codehaus-plexus/plexus-build-api/issues