Skip to content

Commit 0e63c29

Browse files
committed
mojohaus#220 remove manual sisu configuration, add sisu-maven-plugin to accomplish the job
1 parent 5e97b3b commit 0e63c29

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,11 @@
237237
</activation>
238238
<build>
239239
<plugins>
240+
<plugin>
241+
<groupId>org.eclipse.sisu</groupId>
242+
<artifactId>sisu-maven-plugin</artifactId>
243+
<version>0.3.5</version>
244+
</plugin>
240245
<plugin>
241246
<groupId>org.apache.maven.plugins</groupId>
242247
<artifactId>maven-invoker-plugin</artifactId>

src/main/java/org/codehaus/mojo/flatten/DirectDependenciesInheritanceAssembler.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
* The only way to override functionality needed is to define an own InheritanceAssembler
3838
* to provide the needed ModelMerger.
3939
* The container is providing the InheritanceAssembler.
40-
* This class needs to be configured in the
41-
* src/main/resources/META-INF/sisu/javax.inject.Named to be loaded by the container.
40+
* This class will be configured in the META-INF/sisu/javax.inject.Named by the sisu-maven-plugin.
4241
*
4342
* see issue https://github.com/mojohaus/flatten-maven-plugin/issues/220
4443
*

src/main/resources/META-INF/sisu/javax.inject.Named

-1
This file was deleted.

0 commit comments

Comments
 (0)