DEVPLAT-337, AIO/share-amp share-config-custom.xml changes are not loaded, #299

This commit is contained in:
Martin Bergljung
2015-10-05 13:47:14 +01:00
parent eeb5e7304f
commit 0958c63b44
3 changed files with 3 additions and 2 deletions

View File

@@ -11,5 +11,5 @@ if not exist %springloadedfile% (
set MAVEN_OPTS=-javaagent:"%springloadedfile%" -noverify -Xms256m -Xmx2G
mvn install -Prun -nsu
mvn clean install -Prun -nsu
:: mvn install -Prun

View File

@@ -6,4 +6,4 @@ springloadedfile=~/.m2/repository/org/springframework/springloaded/@@springloade
if [ ! -f $springloadedfile ]; then
mvn validate -Psetup
fi
MAVEN_OPTS="-javaagent:$springloadedfile -noverify -Xms256m -Xmx2G" mvn install -Prun
MAVEN_OPTS="-javaagent:$springloadedfile -noverify -Xms256m -Xmx2G" mvn clean install -Prun

View File

@@ -21,6 +21,7 @@
<properties>
<alfresco.solr.dir>${project.parent.basedir}/${alfresco.data.location}/solr4</alfresco.solr.dir>
<alfresco.solr.home.dir>${alfresco.solr.dir}/config</alfresco.solr.home.dir>
<alfresco.solr.data.dir>${alfresco.solr.dir}/data</alfresco.solr.data.dir>
</properties>
<build>