|
19 | 19 | <parent>
|
20 | 20 | <groupId>org.apache</groupId>
|
21 | 21 | <artifactId>apache</artifactId>
|
22 |
| - <version>26</version> |
| 22 | + <version>29</version> |
23 | 23 | </parent>
|
24 | 24 | <modelVersion>4.0.0</modelVersion>
|
25 | 25 | <groupId>org.apache.bookkeeper</groupId>
|
|
187 | 187 | <license-maven-plugin.version>1.6</license-maven-plugin.version>
|
188 | 188 | <lombok-maven-plugin.version>1.18.20.0</lombok-maven-plugin.version>
|
189 | 189 | <maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
|
190 |
| - <maven-assembly-plugin.version>3.6.0</maven-assembly-plugin.version> |
191 | 190 | <maven-checkstyle-plugin.version>3.3.1</maven-checkstyle-plugin.version>
|
192 |
| - <maven-clean-plugin.version>3.3.2</maven-clean-plugin.version> |
193 | 191 | <maven-compiler-plugin.version>3.12.1</maven-compiler-plugin.version>
|
194 |
| - <maven-dependency-plugin.version>3.6.1</maven-dependency-plugin.version> |
195 |
| - <maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version> |
196 |
| - <maven-install-plugin.version>3.1.1</maven-install-plugin.version> |
197 |
| - <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version> |
198 |
| - <maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version> |
199 |
| - <maven-shade-plugin.version>3.5.1</maven-shade-plugin.version> |
200 |
| - <maven-source-plugin.version>3.3.0</maven-source-plugin.version> |
201 | 192 | <maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
|
202 | 193 | <dependency-check-maven.version>8.0.2</dependency-check-maven.version>
|
203 | 194 | <nar-maven-plugin.version>3.10.1</nar-maven-plugin.version>
|
|
884 | 875 | <plugin>
|
885 | 876 | <groupId>org.apache.maven.plugins</groupId>
|
886 | 877 | <artifactId>maven-javadoc-plugin</artifactId>
|
887 |
| - <version>${maven-javadoc-plugin.version}</version> |
888 | 878 | <configuration>
|
889 | 879 | <!-- skip javadoc generation by default, use -Pdelombok to activate -->
|
890 | 880 | <skip>true</skip>
|
|
991 | 981 | <plugin>
|
992 | 982 | <groupId>org.apache.maven.plugins</groupId>
|
993 | 983 | <artifactId>maven-source-plugin</artifactId>
|
994 |
| - <version>${maven-source-plugin.version}</version> |
995 | 984 | <executions>
|
996 | 985 | <execution>
|
997 | 986 | <id>attach-sources</id>
|
998 | 987 | <goals>
|
999 |
| - <goal>jar</goal> |
| 988 | + <goal>jar-no-fork</goal> |
1000 | 989 | </goals>
|
1001 | 990 | </execution>
|
1002 | 991 | </executions>
|
|
1314 | 1303 | <build>
|
1315 | 1304 | <plugins>
|
1316 | 1305 | <plugin>
|
| 1306 | + <groupId>org.apache.maven.plugins</groupId> |
1317 | 1307 | <artifactId>maven-assembly-plugin</artifactId>
|
1318 | 1308 | <executions>
|
1319 | 1309 | <execution>
|
|
0 commit comments