On 2022/07/06 14:18:28 Tamás Cservenák wrote:
> Maven 3.0 did not support sisu-index (produced by sisu-maven-plugin during
> build), but 3.1 onward does support it.
> 
> Hence. If you support Maven 3.0 inclusive, you must stick with plexus xml,
> otherwise is not required.
> 
> T

The problem is not the support of sisu-index but rather the missing constructor 
or public fields of 
https://github.com/apache/maven/blob/maven-3.8.6/maven-core/src/main/java/org/apache/maven/lifecycle/mapping/DefaultLifecycleMapping.java
 and I don't want to implement 
https://github.com/apache/maven/blob/90c084dcf495e73c679395bc4b050500cbccf8cf/maven-core/src/main/java/org/apache/maven/lifecycle/mapping/LifecycleMapping.java#L28
 from scratch.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to