File tree 5 files changed +16
-31
lines changed
java/org/codehaus/plexus/languages/java/jpms
5 files changed +16
-31
lines changed Original file line number Diff line number Diff line change 28
28
</pluginManagement >
29
29
<plugins >
30
30
<plugin >
31
- <groupId >org.codehaus.plexus</groupId >
32
- <artifactId >plexus-component-metadata</artifactId >
33
- <version >1.7.1</version >
34
- <!-- WATCH OUT duplicate compiler blocks confuses this plugin -->
35
- <!-- Generated components.xml copied to src/main/resources -->
36
- <configuration >
37
- <extractors >
38
- <extractor >source</extractor >
39
- </extractors >
40
- </configuration >
31
+ <groupId >org.eclipse.sisu</groupId >
32
+ <artifactId >sisu-maven-plugin</artifactId >
33
+ <version >0.3.3</version >
34
+ <executions >
35
+ <execution >
36
+ <id >index-project</id >
37
+ <goals >
38
+ <goal >main-index</goal >
39
+ </goals >
40
+ </execution >
41
+ </executions >
41
42
</plugin >
42
43
<!-- Rerun unittests with the multirelease jar, cannot be done with exploded directory of classes -->
43
44
<plugin >
73
74
<artifactId >qdox</artifactId >
74
75
<version >2.0-M9</version >
75
76
</dependency >
76
-
77
77
<dependency >
78
78
<groupId >javax.inject</groupId >
79
79
<artifactId >javax.inject</artifactId >
80
80
<version >1</version >
81
81
<optional >true</optional >
82
82
</dependency >
83
- <dependency >
84
- <groupId >org.codehaus.plexus</groupId >
85
- <artifactId >plexus-component-annotations</artifactId >
86
- <version >1.7.1</version >
87
- <optional >true</optional >
88
- </dependency >
89
83
90
84
<dependency >
91
85
<groupId >junit</groupId >
Original file line number Diff line number Diff line change 30
30
import java .util .Map .Entry ;
31
31
import java .util .Set ;
32
32
33
+ import javax .inject .Named ;
33
34
import javax .inject .Singleton ;
34
35
35
- import org .codehaus .plexus .component .annotations .Component ;
36
36
import org .codehaus .plexus .languages .java .jpms .JavaModuleDescriptor .JavaProvides ;
37
37
38
38
/**
41
41
* @author Robert Scholte
42
42
* @since 1.0.0
43
43
*/
44
+ @ Named
44
45
@ Singleton
45
- @ Component ( role = LocationManager .class )
46
46
public class LocationManager
47
47
{
48
48
private ModuleInfoParser binaryParser ;
Original file line number Diff line number Diff line change 23
23
24
24
exports org .codehaus .plexus .languages .java .jpms ;
25
25
exports org .codehaus .plexus .languages .java .version ;
26
+
27
+ provides org .codehaus .plexus .languages .java .jpms .LocationManager with org .codehaus .plexus .languages .java .jpms .LocationManager ;
26
28
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ org.codehaus.plexus.languages.java.jpms.LocationManager
You can’t perform that action at this time.
0 commit comments