File tree 1 file changed +14
-1
lines changed
1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
6
6
<parent >
7
+ <artifactId >plexus</artifactId >
7
8
<groupId >org.codehaus.plexus</groupId >
8
- <artifactId >plexus-components</artifactId >
9
9
<version >4.0-SNAPSHOT</version >
10
10
</parent >
11
11
52
52
<dependency >
53
53
<groupId >org.codehaus.plexus</groupId >
54
54
<artifactId >plexus-container-default</artifactId >
55
+ <version >1.0-alpha-9-stable-1</version >
55
56
<scope >provided</scope >
56
57
</dependency >
57
58
<dependency >
58
59
<groupId >org.codehaus.plexus</groupId >
59
60
<artifactId >plexus-utils</artifactId >
61
+ <version >3.0.22</version >
60
62
</dependency >
61
63
<dependency >
62
64
<groupId >org.codehaus.plexus</groupId >
134
136
</checkModificationExcludes >
135
137
</configuration >
136
138
</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 >
137
150
<plugin >
138
151
<groupId >org.apache.maven.plugins</groupId >
139
152
<artifactId >maven-enforcer-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments