File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change 150
150
</reporting >
151
151
152
152
<profiles >
153
+
153
154
<profile >
154
155
<id >run-its</id >
155
156
<activation >
184
185
</plugins >
185
186
</build >
186
187
</profile >
188
+
189
+ <!-- This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. -->
190
+ <profile >
191
+ <id >only-eclipse</id >
192
+ <activation >
193
+ <property >
194
+ <name >m2e.version</name >
195
+ </property >
196
+ </activation >
197
+ <build >
198
+ <pluginManagement >
199
+ <plugins >
200
+ <plugin >
201
+ <groupId >org.eclipse.m2e</groupId >
202
+ <artifactId >lifecycle-mapping</artifactId >
203
+ <version >1.0.0</version >
204
+ <configuration >
205
+ <lifecycleMappingMetadata >
206
+ <pluginExecutions >
207
+ <pluginExecution >
208
+ <pluginExecutionFilter >
209
+ <groupId >org.apache.maven.plugins</groupId >
210
+ <artifactId >maven-plugin-plugin</artifactId >
211
+ <versionRange >[3.5,)</versionRange >
212
+ <goals >
213
+ <goal >descriptor</goal >
214
+ <goal >helpmojo</goal >
215
+ </goals >
216
+ </pluginExecutionFilter >
217
+ <action >
218
+ <ignore />
219
+ </action >
220
+ </pluginExecution >
221
+ </pluginExecutions >
222
+ </lifecycleMappingMetadata >
223
+ </configuration >
224
+ </plugin >
225
+ </plugins >
226
+ </pluginManagement >
227
+ </build >
228
+ </profile >
229
+
187
230
</profiles >
231
+
188
232
</project >
You can’t perform that action at this time.
0 commit comments