From 26a97dc850be3ae92334e44b8092de5193c43aa3 Mon Sep 17 00:00:00 2001 From: jbertram Date: Tue, 5 May 2015 14:27:32 -0500 Subject: [PATCH] Revert "disabled RAT plugin by default and updated the docs for releasing explaining how to enable it." This reverts commit d30ffb79c82e513f62b962aa02417e05bf39a204. Reverted because the PR build was missing files without the right license. --- RELEASING.md | 2 +- pom.xml | 40 ++++++++++++++++++++++++++++++++++++++-- 2 files changed, 39 insertions(+), 3 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 06ba7ee04c..63a1963452 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -12,7 +12,7 @@ Things to do before issuing a new release: * Bump the version numbers in example and test poms to the next release version. e.g. 2.0.0 -* Build the release locally: mvn clean install -DskipLicenseCheck=false -Prelease +* Build the release locally: mvn clean install -Prelease * Test the standalone release (this should be done on windows as well as linux): 1. Unpack the distribution zip or tar.gz diff --git a/pom.xml b/pom.xml index c90442590d..b27167e036 100644 --- a/pom.xml +++ b/pom.xml @@ -100,7 +100,7 @@ -Djava.net.preferIPv4Stack=true ${project.basedir} - true + false false 1.0-alpha-1 @@ -899,12 +899,48 @@ false + + com.mycila + license-maven-plugin + 2.6 + + ${skipLicenseCheck} + ${activemq.basedir} +
etc/license-header.txt
+ false + true + + **/*.java + + + **/filter/impl/Identifier.java + **/filter/impl/Operator.java + **/filter/impl/RegExp.java + **/utils/UUID*.java + **/org/apache/activemq/selector/** + **/org/apache/activemq/utils/json/** + **/org/apache/activemq/utils/Base64.java + + true + true + + JAVADOC_STYLE + +
+ + + compile + + check + + + +
org.apache.rat apache-rat-plugin 0.11 - ${skipLicenseCheck} **/*.bin **/*.log