RM-1107 (Mavenization of the RM build)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/DEV/UIAUTOMATION@59151 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tuna Aksoy
2013-12-19 11:07:09 +00:00
parent c108f2fa77
commit cb8ec9c5de

View File

@@ -21,6 +21,10 @@
<resources>
<resource>
<directory>config</directory>
<targetPath>../${project.build.finalName}/config</targetPath>
<excludes>
<exclude>alfresco/extension/dev-context.xml</exclude>
</excludes>
</resource>
</resources>
<plugins>
@@ -52,11 +56,6 @@
</goals>
<configuration>
<tasks>
<copy todir="${project.build.directory}/${project.build.finalName}/config">
<fileset dir="${basedir}/config">
<exclude name="alfresco/extension/dev-context.xml"/>
</fileset>
</copy>
<move file="${project.build.directory}/${project.build.finalName}/config/alfresco/module/org_alfresco_module_rm/module.properties"
todir="${project.build.directory}/${project.build.finalName}"/>
</tasks>