File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
src/main/resources/META-INF/plexus Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.codehaus.plexus</groupId >
7
7
<artifactId >plexus-languages</artifactId >
8
- <version >1.0.0 -SNAPSHOT</version >
8
+ <version >0.9.10 -SNAPSHOT</version >
9
9
</parent >
10
10
<artifactId >plexus-java</artifactId >
11
11
31
31
<groupId >org.codehaus.plexus</groupId >
32
32
<artifactId >plexus-component-metadata</artifactId >
33
33
<version >1.7.1</version >
34
+ <!-- WATCH OUT duplicate compiler blocks confuses this plugin -->
35
+ <!-- Generated components.xml copied to src/main/resources -->
34
36
<configuration >
35
37
<extractors >
36
38
<extractor >source</extractor >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <component-set >
3
+ <components >
4
+ <component >
5
+ <role >org.codehaus.plexus.languages.java.jpms.LocationManager</role >
6
+ <role-hint >default</role-hint >
7
+ <implementation >org.codehaus.plexus.languages.java.jpms.LocationManager</implementation >
8
+ <description ></description >
9
+ <isolated-realm >false</isolated-realm >
10
+ </component >
11
+ </components >
12
+ </component-set >
Original file line number Diff line number Diff line change 9
9
</parent >
10
10
11
11
<artifactId >plexus-languages</artifactId >
12
- <version >1.0.0 -SNAPSHOT</version >
12
+ <version >0.9.10 -SNAPSHOT</version >
13
13
<packaging >pom</packaging >
14
14
15
15
<name >Plexus Languages</name >
You can’t perform that action at this time.
0 commit comments