|
2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
3 | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
4 | 4 | <modelVersion>4.0.0</modelVersion>
|
| 5 | + |
5 | 6 | <groupId>org.cloudfoundry.multiapps</groupId>
|
6 | 7 | <artifactId>multiapps-parent</artifactId>
|
7 | 8 | <version>2.3.1</version>
|
8 | 9 | <packaging>pom</packaging>
|
| 10 | + |
9 | 11 | <url>https://github.com/cloudfoundry-incubator/multiapps</url>
|
10 | 12 | <name>MultiApps Parent</name>
|
11 | 13 | <description>MultiApps Parent</description>
|
|
67 | 69 | <build>
|
68 | 70 | <pluginManagement>
|
69 | 71 | <plugins>
|
| 72 | + <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-compiler-plugin --> |
70 | 73 | <plugin>
|
71 | 74 | <groupId>org.apache.maven.plugins</groupId>
|
72 | 75 | <artifactId>maven-compiler-plugin</artifactId>
|
|
76 | 79 | <target>11</target>
|
77 | 80 | </configuration>
|
78 | 81 | </plugin>
|
| 82 | + <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-jar-plugin --> |
| 83 | + <plugin> |
| 84 | + <groupId>org.apache.maven.plugins</groupId> |
| 85 | + <artifactId>maven-jar-plugin</artifactId> |
| 86 | + <version>3.2.0</version> |
| 87 | + </plugin> |
| 88 | + <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-surefire-plugin --> |
79 | 89 | <plugin>
|
80 | 90 | <groupId>org.apache.maven.plugins</groupId>
|
81 | 91 | <artifactId>maven-surefire-plugin</artifactId>
|
|
89 | 99 | <runOrder>random</runOrder>
|
90 | 100 | </configuration>
|
91 | 101 | </plugin>
|
| 102 | + <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-source-plugin --> |
| 103 | + <plugin> |
| 104 | + <groupId>org.apache.maven.plugins</groupId> |
| 105 | + <artifactId>maven-source-plugin</artifactId> |
| 106 | + <version>3.2.1</version> |
| 107 | + </plugin> |
| 108 | + <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-deploy-plugin --> |
| 109 | + <plugin> |
| 110 | + <groupId>org.apache.maven.plugins</groupId> |
| 111 | + <artifactId>maven-deploy-plugin</artifactId> |
| 112 | + <version>2.8.2</version> |
| 113 | + </plugin> |
| 114 | + <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-javadoc-plugin --> |
| 115 | + <plugin> |
| 116 | + <groupId>org.apache.maven.plugins</groupId> |
| 117 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 118 | + <version>3.2.0</version> |
| 119 | + </plugin> |
| 120 | + <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-release-plugin --> |
| 121 | + <plugin> |
| 122 | + <groupId>org.apache.maven.plugins</groupId> |
| 123 | + <artifactId>maven-release-plugin</artifactId> |
| 124 | + <version>2.5.3</version> |
| 125 | + </plugin> |
| 126 | + <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-gpg-plugin --> |
| 127 | + <plugin> |
| 128 | + <groupId>org.apache.maven.plugins</groupId> |
| 129 | + <artifactId>maven-gpg-plugin</artifactId> |
| 130 | + <version>1.6</version> |
| 131 | + </plugin> |
| 132 | + <!-- https://mvnrepository.com/artifact/org.whitesource/whitesource-maven-plugin --> |
92 | 133 | <plugin>
|
93 | 134 | <groupId>org.whitesource</groupId>
|
94 | 135 | <artifactId>whitesource-maven-plugin</artifactId>
|
|
106 | 147 | <productVersion>cf</productVersion>
|
107 | 148 | </configuration>
|
108 | 149 | </plugin>
|
| 150 | + <!-- https://mvnrepository.com/artifact/org.sonatype.plugins/nexus-staging-maven-plugin --> |
| 151 | + <plugin> |
| 152 | + <groupId>org.sonatype.plugins</groupId> |
| 153 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 154 | + <version>1.6.8</version> |
| 155 | + </plugin> |
109 | 156 | <!-- https://mvnrepository.com/artifact/org.sonarsource.scanner.maven/sonar-maven-plugin -->
|
110 | 157 | <plugin>
|
111 | 158 | <groupId>org.sonarsource.scanner.maven</groupId>
|
|
141 | 188 | </plugin>
|
142 | 189 | </plugins>
|
143 | 190 | </pluginManagement>
|
144 |
| - <plugins> |
145 |
| - <plugin> |
146 |
| - <groupId>org.apache.maven.plugins</groupId> |
147 |
| - <artifactId>maven-deploy-plugin</artifactId> |
148 |
| - <version>2.8.2</version> |
149 |
| - </plugin> |
150 |
| - <plugin> |
151 |
| - <groupId>org.apache.maven.plugins</groupId> |
152 |
| - <artifactId>maven-javadoc-plugin</artifactId> |
153 |
| - <version>3.2.0</version> |
154 |
| - </plugin> |
155 |
| - </plugins> |
156 | 191 | </build>
|
157 | 192 |
|
158 | 193 | <dependencies>
|
|
314 | 349 | <plugin>
|
315 | 350 | <groupId>org.sonatype.plugins</groupId>
|
316 | 351 | <artifactId>nexus-staging-maven-plugin</artifactId>
|
317 |
| - <version>1.6.7</version> |
318 | 352 | <extensions>true</extensions>
|
319 | 353 | <configuration>
|
320 | 354 | <serverId>ossrh</serverId>
|
|
325 | 359 | <plugin>
|
326 | 360 | <groupId>org.apache.maven.plugins</groupId>
|
327 | 361 | <artifactId>maven-source-plugin</artifactId>
|
328 |
| - <version>2.2.1</version> |
329 | 362 | <executions>
|
330 | 363 | <execution>
|
331 | 364 | <id>attach-sources</id>
|
|
338 | 371 | <plugin>
|
339 | 372 | <groupId>org.apache.maven.plugins</groupId>
|
340 | 373 | <artifactId>maven-javadoc-plugin</artifactId>
|
341 |
| - <version>3.2.0</version> |
342 | 374 | <configuration>
|
343 | 375 | <additionalparam>-Xdoclint:none</additionalparam>
|
344 | 376 | </configuration>
|
|
354 | 386 | <plugin>
|
355 | 387 | <groupId>org.apache.maven.plugins</groupId>
|
356 | 388 | <artifactId>maven-gpg-plugin</artifactId>
|
357 |
| - <version>1.5</version> |
358 | 389 | <executions>
|
359 | 390 | <execution>
|
360 | 391 | <id>sign-artifacts</id>
|
|
368 | 399 | <plugin>
|
369 | 400 | <groupId>org.apache.maven.plugins</groupId>
|
370 | 401 | <artifactId>maven-release-plugin</artifactId>
|
371 |
| - <version>2.5</version> |
372 | 402 | <configuration>
|
373 | 403 | <autoVersionSubmodules>true</autoVersionSubmodules>
|
374 | 404 | <useReleaseProfile>false</useReleaseProfile>
|
|
0 commit comments