mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +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>
|
</properties>
|
||||||
|
|
||||||
<build>
|
<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>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
@@ -10,6 +10,8 @@
|
|||||||
<artifactId>alfresco-rm-server</artifactId>
|
<artifactId>alfresco-rm-server</artifactId>
|
||||||
<name>Alfresco RM Server</name>
|
<name>Alfresco RM Server</name>
|
||||||
<build>
|
<build>
|
||||||
|
<sourceDirectory>source/java</sourceDirectory>
|
||||||
|
<testSourceDirectory>test/java</testSourceDirectory>
|
||||||
<resources>
|
<resources>
|
||||||
<resource>
|
<resource>
|
||||||
<directory>config</directory>
|
<directory>config</directory>
|
||||||
@@ -28,6 +30,11 @@
|
|||||||
<filtering>${app.filtering.enabled}</filtering>
|
<filtering>${app.filtering.enabled}</filtering>
|
||||||
</resource>
|
</resource>
|
||||||
</resources>
|
</resources>
|
||||||
|
<testResources>
|
||||||
|
<testResource>
|
||||||
|
<directory>test/resources</directory>
|
||||||
|
</testResource>
|
||||||
|
</testResources>
|
||||||
<plugins>
|
<plugins>
|
||||||
<!-- Additional source folder to be added: source/compatibility -->
|
<!-- Additional source folder to be added: source/compatibility -->
|
||||||
<plugin>
|
<plugin>
|
||||||
@@ -122,7 +129,7 @@
|
|||||||
<goal>execute</goal>
|
<goal>execute</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<sqlCommand>drop database if exists alfresco</sqlCommand>
|
<sqlCommand>drop database if exists ${db.name}</sqlCommand>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
<execution>
|
<execution>
|
||||||
@@ -132,7 +139,7 @@
|
|||||||
<goal>execute</goal>
|
<goal>execute</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<sqlCommand>create database alfresco</sqlCommand>
|
<sqlCommand>create database ${db.name}</sqlCommand>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
Reference in New Issue
Block a user