mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-1107 (Mavenization of the RM build)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/DEV/UIAUTOMATION@58847 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
14
pom.xml
14
pom.xml
@@ -102,20 +102,6 @@
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
<!-- Non standard folder layout -->
|
||||
<sourceDirectory>source/java</sourceDirectory>
|
||||
<testSourceDirectory>test/java</testSourceDirectory>
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>config</directory>
|
||||
</resource>
|
||||
</resources>
|
||||
<testResources>
|
||||
<testResource>
|
||||
<directory>test/resources</directory>
|
||||
</testResource>
|
||||
</testResources>
|
||||
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
@@ -10,6 +10,8 @@
|
||||
<artifactId>alfresco-rm-server</artifactId>
|
||||
<name>Alfresco RM Server</name>
|
||||
<build>
|
||||
<sourceDirectory>source/java</sourceDirectory>
|
||||
<testSourceDirectory>test/java</testSourceDirectory>
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>config</directory>
|
||||
@@ -28,6 +30,11 @@
|
||||
<filtering>${app.filtering.enabled}</filtering>
|
||||
</resource>
|
||||
</resources>
|
||||
<testResources>
|
||||
<testResource>
|
||||
<directory>test/resources</directory>
|
||||
</testResource>
|
||||
</testResources>
|
||||
<plugins>
|
||||
<!-- Additional source folder to be added: source/compatibility -->
|
||||
<plugin>
|
||||
@@ -122,7 +129,7 @@
|
||||
<goal>execute</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<sqlCommand>drop database if exists alfresco</sqlCommand>
|
||||
<sqlCommand>drop database if exists ${db.name}</sqlCommand>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
@@ -132,7 +139,7 @@
|
||||
<goal>execute</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<sqlCommand>create database alfresco</sqlCommand>
|
||||
<sqlCommand>create database ${db.name}</sqlCommand>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
|
Reference in New Issue
Block a user