mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Remove duplicate unnecessary configuration for stop db/amq.
This commit is contained in:
34
pom.xml
34
pom.xml
@@ -511,40 +511,6 @@
|
|||||||
<goals>
|
<goals>
|
||||||
<goal>stop</goal>
|
<goal>stop</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
|
||||||
<images>
|
|
||||||
<image>
|
|
||||||
<alias>test-database</alias>
|
|
||||||
<name>postgres:${postgres.version}</name>
|
|
||||||
<run>
|
|
||||||
<ports>
|
|
||||||
<port>${database.port}:${postgresql.port}</port>
|
|
||||||
</ports>
|
|
||||||
<env>
|
|
||||||
<POSTGRES_PASSWORD>${alfresco.db.password}</POSTGRES_PASSWORD>
|
|
||||||
<POSTGRES_USER>${alfresco.db.username}</POSTGRES_USER>
|
|
||||||
<POSTGRES_DB>${alfresco.test.db.name}</POSTGRES_DB>
|
|
||||||
</env>
|
|
||||||
<cmd>
|
|
||||||
<shell>-c max_connections=300</shell>
|
|
||||||
</cmd>
|
|
||||||
<wait>
|
|
||||||
<log>database system is ready to accept connections</log>
|
|
||||||
<time>20000</time>
|
|
||||||
</wait>
|
|
||||||
</run>
|
|
||||||
</image>
|
|
||||||
<image>
|
|
||||||
<name>alfresco/alfresco-activemq:${activemq.version}</name>
|
|
||||||
<run>
|
|
||||||
<ports>
|
|
||||||
<port>${activemq.port1}:${activemq.port1}</port>
|
|
||||||
<port>${activemq.port2}:${activemq.port2}</port>
|
|
||||||
</ports>
|
|
||||||
</run>
|
|
||||||
</image>
|
|
||||||
</images>
|
|
||||||
</configuration>
|
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
Reference in New Issue
Block a user