|
195 | 195 | <maven.compiler.target>1.7</maven.compiler.target> |
196 | 196 | <commons.componentid>cli</commons.componentid> |
197 | 197 | <commons.module.name>org.apache.commons.cli</commons.module.name> |
198 | | - <commons.release.version>1.4</commons.release.version> |
| 198 | + <commons.release.version>1.5</commons.release.version> |
199 | 199 | <commons.release.name>commons-cli-${commons.release.version}</commons.release.name> |
| 200 | + <commons.release.isDistModule>true</commons.release.isDistModule> |
| 201 | + <commons.rc.version>RC1</commons.rc.version> |
| 202 | + <commons.bc.version>1.4</commons.bc.version> |
200 | 203 | <commons.osgi.symbolicName>org.apache.commons.cli</commons.osgi.symbolicName> |
201 | 204 | <commons.jira.id>CLI</commons.jira.id> |
202 | 205 | <commons.jira.pid>12310463</commons.jira.pid> |
|
208 | 211 | <commons.checkstyle-plugin.version>3.1.2</commons.checkstyle-plugin.version> |
209 | 212 | <commons.checkstyle.impl.version>9.0</commons.checkstyle.impl.version> |
210 | 213 | <commons.javadoc.version>3.3.1</commons.javadoc.version> |
| 214 | + <commons.javadoc.java.link>${commons.javadoc7.java.link}</commons.javadoc.java.link> |
211 | 215 | <commons.jacoco.version>0.8.7</commons.jacoco.version> |
212 | 216 | <commons.surefire-report.version>3.0.0-M5</commons.surefire-report.version> |
213 | 217 | <commons.surefire.version>3.0.0-M5</commons.surefire.version> |
214 | 218 | <spotbugs.plugin.version>4.4.1</spotbugs.plugin.version> |
215 | 219 | <spotbugs.impl.version>4.4.1</spotbugs.impl.version> |
216 | 220 | <commons.animal-sniffer.version>1.20</commons.animal-sniffer.version> |
| 221 | + <commons.japicmp.version>0.15.3</commons.japicmp.version> |
| 222 | + <clirr.skip>true</clirr.skip> |
| 223 | + <findbugs.skip>true</findbugs.skip> |
| 224 | + <japicmp.skip>false</japicmp.skip> |
217 | 225 | </properties> |
218 | 226 |
|
219 | 227 | <build> |
220 | | - <defaultGoal>clean package apache-rat:check clirr:check checkstyle:check spotbugs:check javadoc:javadoc</defaultGoal> |
| 228 | + <defaultGoal>clean package apache-rat:check japicmp:cmp checkstyle:check spotbugs:check javadoc:javadoc</defaultGoal> |
221 | 229 | <pluginManagement> |
222 | 230 | <plugins> |
223 | 231 | <plugin> |
|
306 | 314 | <source>7</source> |
307 | 315 | </configuration> |
308 | 316 | </plugin> |
| 317 | + <plugin> |
| 318 | + <groupId>com.github.siom79.japicmp</groupId> |
| 319 | + <artifactId>japicmp-maven-plugin</artifactId> |
| 320 | + </plugin> |
309 | 321 | </plugins> |
310 | 322 | </build> |
311 | 323 |
|
|
317 | 329 | <configuration> |
318 | 330 | <linksource>true</linksource> |
319 | 331 | <links> |
320 | | - <link>http://download.oracle.com/javase/6/docs/api</link> |
| 332 | + <link>${commons.javadoc.java.link}</link> |
321 | 333 | </links> |
322 | 334 | </configuration> |
323 | 335 | </plugin> |
|
340 | 352 | </excludes> |
341 | 353 | </configuration> |
342 | 354 | </plugin> |
343 | | - <plugin> |
344 | | - <groupId>org.codehaus.mojo</groupId> |
345 | | - <artifactId>findbugs-maven-plugin</artifactId> |
346 | | - <version>${commons.findbugs.version}</version> |
347 | | - <configuration> |
348 | | - <threshold>Normal</threshold> |
349 | | - <effort>Default</effort> |
350 | | - <excludeFilterFile>${basedir}/src/conf/spotbugs-exclude-filter.xml</excludeFilterFile> |
351 | | - </configuration> |
352 | | - </plugin> |
353 | 355 | <plugin> |
354 | 356 | <artifactId>maven-pmd-plugin</artifactId> |
355 | 357 | <version>3.15.0</version> |
356 | 358 | <configuration> |
357 | 359 | <targetJdk>${maven.compiler.target}</targetJdk> |
358 | 360 | </configuration> |
359 | 361 | </plugin> |
| 362 | + <plugin> |
| 363 | + <groupId>com.github.siom79.japicmp</groupId> |
| 364 | + <artifactId>japicmp-maven-plugin</artifactId> |
| 365 | + </plugin> |
360 | 366 | </plugins> |
361 | 367 | </reporting> |
362 | 368 |
|
|
0 commit comments