diff --git a/RELEASING.md b/RELEASING.md
index d23cd46f37..63ab342fd6 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. 6.0.0
-* Build the release locally: mvn clean install -Prelease
+* Build the release locally: mvn clean install -DskipLicenseCheck=false -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 ca5f988253..e7a35b71eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,7 +97,7 @@
-Djava.net.preferIPv4Stack=true
${project.basedir}
- false
+ true
false
1.0-alpha-1
@@ -901,48 +901,12 @@
false
-
- com.mycila
- license-maven-plugin
- 2.6
-
- ${skipLicenseCheck}
- ${activemq.basedir}
-
- 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