|
5 | 5 | <parent>
|
6 | 6 | <groupId>org.codehaus.mojo</groupId>
|
7 | 7 | <artifactId>mojo-parent</artifactId>
|
8 |
| - <version>78</version> |
| 8 | + <version>80</version> |
9 | 9 | </parent>
|
10 | 10 |
|
11 | 11 | <artifactId>buildnumber-maven-plugin</artifactId>
|
12 | 12 | <version>3.2.1-SNAPSHOT</version>
|
13 | 13 | <packaging>maven-plugin</packaging>
|
14 | 14 |
|
15 | 15 | <name>Build Number Maven Plugin</name>
|
16 |
| - <description> |
17 |
| - This plugin is designed to give you a build number. So when you might make 100 builds of version |
18 |
| - 1.0-SNAPSHOT, you can differentiate between them all. |
19 |
| - </description> |
| 16 | + <description>This plugin is designed to give you a build number. So when you might make 100 builds of version |
| 17 | + 1.0-SNAPSHOT, you can differentiate between them all.</description> |
20 | 18 |
|
21 | 19 | <url>https://www.mojohaus.org/buildnumber-maven-plugin/</url>
|
22 | 20 | <inceptionYear>2007</inceptionYear>
|
|
73 | 71 | <scm>
|
74 | 72 | <connection>scm:git:https://github.com/mojohaus/buildnumber-maven-plugin.git</connection>
|
75 | 73 | <developerConnection>scm:git:https://github.com/mojohaus/buildnumber-maven-plugin.git</developerConnection>
|
76 |
| - <url>https://github.com/mojohaus/buildnumber-maven-plugin/tree/master</url> |
77 | 74 | <tag>HEAD</tag>
|
| 75 | + <url>https://github.com/mojohaus/buildnumber-maven-plugin/tree/master</url> |
78 | 76 | </scm>
|
79 | 77 |
|
80 | 78 | <issueManagement>
|
|
266 | 264 | <executions>
|
267 | 265 | <execution>
|
268 | 266 | <id>unpack</id>
|
269 |
| - <phase>generate-test-resources</phase> |
270 | 267 | <goals>
|
271 | 268 | <goal>unpack</goal>
|
272 | 269 | </goals>
|
| 270 | + <phase>generate-test-resources</phase> |
273 | 271 | <configuration>
|
274 | 272 | <outputDirectory>${project.build.directory}/maven-installation</outputDirectory>
|
275 | 273 | <artifactItems>
|
|
288 | 286 | <plugin>
|
289 | 287 | <groupId>org.apache.maven.plugins</groupId>
|
290 | 288 | <artifactId>maven-enforcer-plugin</artifactId>
|
| 289 | + <dependencies> |
| 290 | + <dependency> |
| 291 | + <groupId>org.codehaus.mojo</groupId> |
| 292 | + <artifactId>extra-enforcer-rules</artifactId> |
| 293 | + <version>1.7.0</version> |
| 294 | + </dependency> |
| 295 | + </dependencies> |
291 | 296 | <executions>
|
292 | 297 | <execution>
|
293 | 298 | <id>enforce-versions</id>
|
|
307 | 312 | </configuration>
|
308 | 313 | </execution>
|
309 | 314 | </executions>
|
310 |
| - <dependencies> |
311 |
| - <dependency> |
312 |
| - <groupId>org.codehaus.mojo</groupId> |
313 |
| - <artifactId>extra-enforcer-rules</artifactId> |
314 |
| - <version>1.7.0</version> |
315 |
| - </dependency> |
316 |
| - </dependencies> |
317 | 315 | </plugin>
|
318 | 316 |
|
319 | 317 | <plugin>
|
|
324 | 322 | <executions>
|
325 | 323 | <execution>
|
326 | 324 | <id>testProperties</id>
|
327 |
| - <phase>process-test-resources</phase> |
328 | 325 | <goals>
|
329 | 326 | <goal>testProperties</goal>
|
330 | 327 | </goals>
|
| 328 | + <phase>process-test-resources</phase> |
331 | 329 | </execution>
|
332 | 330 | </executions>
|
333 | 331 | </plugin>
|
|
346 | 344 | <executions>
|
347 | 345 | <execution>
|
348 | 346 | <id>useLastCommittedRevision</id>
|
349 |
| - <phase>compile</phase> |
350 | 347 | <goals>
|
351 | 348 | <goal>create</goal>
|
352 | 349 | </goals>
|
| 350 | + <phase>compile</phase> |
353 | 351 | <configuration>
|
354 | 352 | <providerImplementations>
|
355 | 353 | <svn>javasvn</svn>
|
|
360 | 358 | </execution>
|
361 | 359 | <execution>
|
362 | 360 | <id>timestampFormat</id>
|
363 |
| - <phase>test</phase> |
364 | 361 | <goals>
|
365 | 362 | <goal>create</goal>
|
366 | 363 | </goals>
|
| 364 | + <phase>test</phase> |
367 | 365 | <configuration>
|
368 | 366 | <providerImplementations>
|
369 | 367 | <svn>javasvn</svn>
|
|
0 commit comments