Re: Maven Core JSR-330

2015-07-02 Thread Igor Fedorenko
maven uses eclipse sisu, which provides plexus compatibility layer on top of guice-based jsr330 implementation. you can use both plexus and jsr330 components in maven. search for references to @Named annotation to find jsr330 annotated classes. here is one totally random example

Maven Core JSR-330

2015-07-02 Thread Charles Moulliard
Hi This class still uses plexus for IoC - https://github.com/apache/maven/blob/master/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java but as mentioned within the doc (http://maven.apache.org/maven-jsr330.html), JSR-330 is also supported since version 3.1 of maven-core