fix integration tests

This commit is contained in:
Rodica Sutu
2018-05-23 12:36:24 +03:00
parent 6a42037f90
commit 1bf5d1d77c
4 changed files with 5 additions and 4 deletions

View File

@@ -171,6 +171,7 @@
<argLine>-Xmx1024m -XX:MaxPermSize=256m -Duser.language=en -Dcom.sun.management.jmxremote</argLine> <argLine>-Xmx1024m -XX:MaxPermSize=256m -Duser.language=en -Dcom.sun.management.jmxremote</argLine>
<license.update.dryrun>true</license.update.dryrun> <license.update.dryrun>true</license.update.dryrun>
<license.verbose>false</license.verbose> <license.verbose>false</license.verbose>
<alfresco.min.version>6.0.0</alfresco.min.version>
</properties> </properties>
<dependencyManagement> <dependencyManagement>
@@ -227,7 +228,7 @@
<regexPropertySettings> <regexPropertySettings>
<regexPropertySetting> <regexPropertySetting>
<name>rm.module.repo.version.min</name> <name>rm.module.repo.version.min</name>
<value>${alfresco.version}</value> <value>${alfresco.min.version}</value>
<regex>(\d+)\.(\d+).*</regex> <regex>(\d+)\.(\d+).*</regex>
<replacement>$1.$2</replacement> <replacement>$1.$2</replacement>
<failIfNoMatch>false</failIfNoMatch> <failIfNoMatch>false</failIfNoMatch>

View File

@@ -8,4 +8,4 @@ module.title=Records Management
module.description=Alfresco Record Management Extension module.description=Alfresco Record Management Extension
module.version=${rm.module.version} module.version=${rm.module.version}
module.repo.version.min=${rm.module.repo.version.min} module.repo.version.min=1.1.0

View File

@@ -2,7 +2,7 @@
<beans xmlns="http://www.springframework.org/schema/beans" <beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd"> http://www.springframework.org/schema/beans/spring-beans.xsd" >
<!-- ========================== --> <!-- ========================== -->
<!-- Enforcement of permissions --> <!-- Enforcement of permissions -->

View File

@@ -238,7 +238,7 @@
<value>Search</value> <value>Search</value>
</property> </property>
<property name="sourceBeanName"> <property name="sourceBeanName">
<value>buildonly</value> <value>noindex</value>
</property> </property>
<property name="instancePath"> <property name="instancePath">
<list> <list>