Skip to content

Commit 34937c5

Browse files
committed
Revert "change parent pom to avoid copy/paste"
This reverts commit eb4d980.
1 parent 8d48781 commit 34937c5

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

pom.xml

+14-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<parent>
7+
<artifactId>plexus</artifactId>
78
<groupId>org.codehaus.plexus</groupId>
8-
<artifactId>plexus-components</artifactId>
99
<version>4.0-SNAPSHOT</version>
1010
</parent>
1111

@@ -52,11 +52,13 @@
5252
<dependency>
5353
<groupId>org.codehaus.plexus</groupId>
5454
<artifactId>plexus-container-default</artifactId>
55+
<version>1.0-alpha-9-stable-1</version>
5556
<scope>provided</scope>
5657
</dependency>
5758
<dependency>
5859
<groupId>org.codehaus.plexus</groupId>
5960
<artifactId>plexus-utils</artifactId>
61+
<version>3.0.22</version>
6062
</dependency>
6163
<dependency>
6264
<groupId>org.codehaus.plexus</groupId>
@@ -134,6 +136,17 @@
134136
</checkModificationExcludes>
135137
</configuration>
136138
</plugin>
139+
<plugin>
140+
<groupId>org.codehaus.plexus</groupId>
141+
<artifactId>plexus-component-metadata</artifactId>
142+
<executions>
143+
<execution>
144+
<goals>
145+
<goal>generate-metadata</goal>
146+
</goals>
147+
</execution>
148+
</executions>
149+
</plugin>
137150
<plugin>
138151
<groupId>org.apache.maven.plugins</groupId>
139152
<artifactId>maven-enforcer-plugin</artifactId>

0 commit comments

Comments
 (0)