diff --git a/.mvn/jvm.config b/.mvn/jvm.config new file mode 100644 index 0000000000..af5fbd1a36 --- /dev/null +++ b/.mvn/jvm.config @@ -0,0 +1 @@ +-Xmx1024m -Xms512m -XX:MaxPermSize=256m diff --git a/parent/pom.xml b/parent/pom.xml index defb6762fb..c19d44eafe 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -728,18 +728,6 @@ org.apache.rat apache-rat-plugin 0.11 - - - - sandbox/** - - release/** - README.md - - **/nbactions.xml - **/nb-configuration.xml - - @@ -1043,6 +1031,11 @@ so that the child pom entries replace the parent entries --> + + sandbox/** + + release/** + README.md **/.git/** @@ -1056,9 +1049,13 @@ **/*.log **/brooklyn*.log.* **/target/** + + **/nbactions.xml + **/nb-configuration.xml ignored/** LICENSE.md + .mvn/jvm.config **/src/main/license/** **/src/test/license/** **/MANIFEST.MF