|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
1 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2 | 3 | <modelVersion>4.0.0</modelVersion>
|
3 | 4 |
|
|
16 | 17 | <url>https://www.mojohaus.org/exec-maven-plugin</url>
|
17 | 18 | <inceptionYear>2005</inceptionYear>
|
18 | 19 |
|
19 |
| - <prerequisites> |
20 |
| - <maven>${mavenVersion}</maven> |
21 |
| - </prerequisites> |
| 20 | + <licenses> |
| 21 | + <license> |
| 22 | + <name>Apache License 2</name> |
| 23 | + <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 24 | + <distribution>repo</distribution> |
| 25 | + </license> |
| 26 | + </licenses> |
22 | 27 |
|
23 | 28 | <developers>
|
24 | 29 | <developer>
|
|
105 | 110 | </contributor>
|
106 | 111 | </contributors>
|
107 | 112 |
|
108 |
| - <licenses> |
109 |
| - <license> |
110 |
| - <name>Apache License 2</name> |
111 |
| - <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> |
112 |
| - <distribution>repo</distribution> |
113 |
| - </license> |
114 |
| - </licenses> |
| 113 | + <prerequisites> |
| 114 | + <maven>${mavenVersion}</maven> |
| 115 | + </prerequisites> |
115 | 116 |
|
116 | 117 | <scm>
|
117 | 118 | <connection>scm:git:https://github.com/mojohaus/exec-maven-plugin.git</connection>
|
118 | 119 | < developerConnection>scm:git:ssh:// [email protected]/mojohaus/exec-maven-plugin.git</ developerConnection>
|
119 |
| - <url>https://github.com/mojohaus/exec-maven-plugin/tree/master</url> |
120 | 120 | <tag>HEAD</tag>
|
| 121 | + <url>https://github.com/mojohaus/exec-maven-plugin/tree/master</url> |
121 | 122 | </scm>
|
122 | 123 |
|
| 124 | + <properties> |
| 125 | + <mavenVersion>3.6.3</mavenVersion> |
| 126 | + <recommendedJavaBuildVersion>11</recommendedJavaBuildVersion> |
| 127 | + <slf4j.version>1.7.36</slf4j.version> |
| 128 | + <invoker.parallelThreads>1C</invoker.parallelThreads> |
| 129 | + <project.build.outputTimestamp>2022-07-15T02:43:45Z</project.build.outputTimestamp> |
| 130 | + </properties> |
| 131 | + |
123 | 132 | <dependencies>
|
124 | 133 | <dependency>
|
125 | 134 | <groupId>org.apache.maven</groupId>
|
|
176 | 185 | <artifactId>plexus-component-annotations</artifactId>
|
177 | 186 | <version>2.1.1</version>
|
178 | 187 | <optional>true</optional>
|
179 |
| - </dependency> |
| 188 | + </dependency> |
180 | 189 |
|
181 | 190 | <dependency>
|
182 | 191 | <groupId>org.apache.commons</groupId>
|
|
227 | 236 | </dependency>
|
228 | 237 | </dependencies>
|
229 | 238 |
|
230 |
| - <properties> |
231 |
| - <mavenVersion>3.6.3</mavenVersion> |
232 |
| - <recommendedJavaBuildVersion>11</recommendedJavaBuildVersion> |
233 |
| - <slf4j.version>1.7.36</slf4j.version> |
234 |
| - <invoker.parallelThreads>1C</invoker.parallelThreads> |
235 |
| - <project.build.outputTimestamp>2022-07-15T02:43:45Z</project.build.outputTimestamp> |
236 |
| - </properties> |
237 |
| - |
238 | 239 | <build>
|
239 | 240 | <pluginManagement>
|
240 | 241 | <plugins>
|
|
254 | 255 | <plugin>
|
255 | 256 | <groupId>org.codehaus.mojo</groupId>
|
256 | 257 | <artifactId>animal-sniffer-maven-plugin</artifactId>
|
257 |
| - <executions> |
258 |
| - <execution> |
259 |
| - <goals> |
260 |
| - <goal>check</goal> |
261 |
| - </goals> |
262 |
| - </execution> |
263 |
| - </executions> |
264 | 258 | <configuration>
|
265 | 259 | <signature>
|
266 | 260 | <groupId>org.codehaus.mojo.signature</groupId>
|
|
271 | 265 | <ignore>java.lang.invoke.MethodHandle</ignore>
|
272 | 266 | </ignores>
|
273 | 267 | </configuration>
|
| 268 | + <executions> |
| 269 | + <execution> |
| 270 | + <goals> |
| 271 | + <goal>check</goal> |
| 272 | + </goals> |
| 273 | + </execution> |
| 274 | + </executions> |
274 | 275 | </plugin>
|
275 | 276 | <plugin>
|
276 | 277 | <groupId>org.codehaus.plexus</groupId>
|
|
290 | 291 | <executions>
|
291 | 292 | <execution>
|
292 | 293 | <id>copy-test-deps</id>
|
293 |
| - <phase>generate-test-resources</phase> |
294 | 294 | <goals>
|
295 | 295 | <goal>copy</goal>
|
296 | 296 | </goals>
|
| 297 | + <phase>generate-test-resources</phase> |
297 | 298 | <configuration>
|
298 | 299 | <artifactItems>
|
299 | 300 | <artifactItem>
|
|
412 | 413 | <plugin>
|
413 | 414 | <groupId>org.codehaus.mojo</groupId>
|
414 | 415 | <artifactId>mrm-maven-plugin</artifactId>
|
415 |
| - <executions> |
416 |
| - <execution> |
417 |
| - <goals> |
418 |
| - <goal>start</goal> |
419 |
| - <goal>stop</goal> |
420 |
| - </goals> |
421 |
| - </execution> |
422 |
| - </executions> |
423 | 416 | <configuration>
|
424 | 417 | <repositories>
|
425 | 418 | <mockRepo>
|
|
431 | 424 | <proxyRepo />
|
432 | 425 | </repositories>
|
433 | 426 | </configuration>
|
| 427 | + <executions> |
| 428 | + <execution> |
| 429 | + <goals> |
| 430 | + <goal>start</goal> |
| 431 | + <goal>stop</goal> |
| 432 | + </goals> |
| 433 | + </execution> |
| 434 | + </executions> |
434 | 435 | </plugin>
|
435 | 436 | <plugin>
|
436 | 437 | <artifactId>maven-enforcer-plugin</artifactId>
|
|
0 commit comments