Skip to content

Commit e10423b

Browse files
committed
components.xml not generated anymore due to double compilation, add it explicitly
1 parent 6103ec9 commit e10423b

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

plexus-java/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.codehaus.plexus</groupId>
77
<artifactId>plexus-languages</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>0.9.10-SNAPSHOT</version>
99
</parent>
1010
<artifactId>plexus-java</artifactId>
1111

@@ -31,6 +31,8 @@
3131
<groupId>org.codehaus.plexus</groupId>
3232
<artifactId>plexus-component-metadata</artifactId>
3333
<version>1.7.1</version>
34+
<!-- WATCH OUT duplicate compiler blocks confuses this plugin -->
35+
<!-- Generated components.xml copied to src/main/resources -->
3436
<configuration>
3537
<extractors>
3638
<extractor>source</extractor>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>plexus-languages</artifactId>
12-
<version>1.0.0-SNAPSHOT</version>
12+
<version>0.9.10-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414

1515
<name>Plexus Languages</name>

0 commit comments

Comments
 (0)