|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <!-- |
3 | | - Copyright 2018 Basis Technology Corp. |
| 3 | + Copyright 2018-2022 Basis Technology Corp. |
4 | 4 |
|
5 | 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
6 | 6 | you may not use this file except in compliance with the License. |
|
42 | 42 | </distributionManagement> |
43 | 43 | <properties> |
44 | 44 | <bnd-maven-plugin.version>6.2.0</bnd-maven-plugin.version> |
45 | | - <build-helper-maven-plugin.version>3.0.0</build-helper-maven-plugin.version> |
| 45 | + <build-helper-maven-plugin.version>3.3.0</build-helper-maven-plugin.version> |
46 | 46 | <http-components-version>4.5.13</http-components-version> |
47 | 47 | <http-components-core-version>4.4.15</http-components-core-version> |
48 | | - <maven-clean-plugin.version>3.0.0</maven-clean-plugin.version> |
49 | | - <maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version> |
50 | | - <!-- There appears to be a regression between 3.0.0-M1 and 3.0.0 that causes |
51 | | - exclusions to fail. And javadoc does not like the generated annotations |
52 | | - source in the models sub-module. And none of these versions work with |
53 | | - JDK 1.7. Hence the exclusion in Travis. --> |
54 | | - <maven-javadoc-plugin.version>3.4.0</maven-javadoc-plugin.version> |
55 | | - <maven-source-plugin.version>2.4</maven-source-plugin.version> |
56 | | - <mockserver-version>4.1.0</mockserver-version> |
57 | | - <nexus-staging-plugin-version>1.6.13</nexus-staging-plugin-version> |
| 48 | + <maven-clean-plugin.version>3.2.0</maven-clean-plugin.version> |
| 49 | + <maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version> |
| 50 | + <maven-javadoc-plugin.version>3.4.1</maven-javadoc-plugin.version> |
| 51 | + <maven-source-plugin.version>3.2.1</maven-source-plugin.version> |
| 52 | + <mockserver-version>4.1.0</mockserver-version> |
| 53 | + <nexus-staging-plugin-version>1.6.13</nexus-staging-plugin-version> |
58 | 54 | <site-skin-version>1.5</site-skin-version> |
59 | 55 | <bt-adm-version>2.7.2</bt-adm-version> |
60 | 56 | </properties> |
|
129 | 125 | </execution> |
130 | 126 | </executions> |
131 | 127 | </plugin> |
132 | | - <plugin> |
133 | | - <groupId>org.apache.maven.plugins</groupId> |
134 | | - <artifactId>maven-javadoc-plugin</artifactId> |
135 | | - <version>${maven-javadoc-plugin.version}</version> |
136 | | - <executions> |
137 | | - <execution> |
138 | | - <id>attach-javadocs</id> |
139 | | - <goals> |
140 | | - <goal>jar</goal> |
141 | | - </goals> |
142 | | - </execution> |
143 | | - </executions> |
144 | | - <configuration> |
145 | | - <sourcepath>target/generated-sources/delombok</sourcepath> |
146 | | - <sourceFileExcludes> |
147 | | - <exclude>**/target/generated-sources/annotations/com/basistech/rosette/apimodel/**</exclude> |
148 | | - </sourceFileExcludes> |
149 | | - </configuration> |
150 | | - </plugin> |
151 | 128 | <plugin> |
152 | 129 | <groupId>org.apache.maven.plugins</groupId> |
153 | 130 | <artifactId>maven-source-plugin</artifactId> |
|
198 | 175 | </plugins> |
199 | 176 | <pluginManagement> |
200 | 177 | <plugins> |
| 178 | + <plugin> |
| 179 | + <groupId>org.apache.maven.plugins</groupId> |
| 180 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 181 | + <version>${maven-javadoc-plugin.version}</version> |
| 182 | + <executions> |
| 183 | + <execution> |
| 184 | + <id>attach-javadocs</id> |
| 185 | + <goals> |
| 186 | + <goal>jar</goal> |
| 187 | + </goals> |
| 188 | + </execution> |
| 189 | + </executions> |
| 190 | + </plugin> |
201 | 191 | <plugin> |
202 | 192 | <groupId>biz.aQute.bnd</groupId> |
203 | 193 | <artifactId>bnd-maven-plugin</artifactId> |
|
0 commit comments