mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-05-26 17:25:11 +00:00
Merge pull request #542 from Alfresco/bug/539
Archetypes - Remove redundant dependency copy
This commit is contained in:
commit
c14887f549
@ -30,22 +30,15 @@
|
|||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-dependency-plugin</artifactId>
|
<artifactId>maven-dependency-plugin</artifactId>
|
||||||
<executions>
|
<executions>
|
||||||
<!-- Copy the repository extension and the dependencies required for execute integration tests -->
|
<!-- Copy the dependencies required for execute integration tests -->
|
||||||
<execution>
|
<execution>
|
||||||
<id>copy-repo-extension</id>
|
<id>copy-test-dependencies</id>
|
||||||
<phase>pre-integration-test</phase>
|
<phase>pre-integration-test</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>copy</goal>
|
<goal>copy</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<artifactItems>
|
<artifactItems>
|
||||||
<artifactItem>
|
|
||||||
<groupId>${groupId}</groupId>
|
|
||||||
<artifactId>${rootArtifactId}-platform-jar</artifactId>
|
|
||||||
<version>${version}</version>
|
|
||||||
<overWrite>false</overWrite>
|
|
||||||
<outputDirectory>${project.build.directory}/extensions</outputDirectory>
|
|
||||||
</artifactItem>
|
|
||||||
<!-- Test dependencies -->
|
<!-- Test dependencies -->
|
||||||
<!-- We need these dependencies installed in ACS in order to execute the test remotely making use of the Alfresco RAD module -->
|
<!-- We need these dependencies installed in ACS in order to execute the test remotely making use of the Alfresco RAD module -->
|
||||||
<artifactItem>
|
<artifactItem>
|
||||||
@ -87,7 +80,7 @@
|
|||||||
</artifactItems>
|
</artifactItems>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
<!-- Copy other dependencies (JARs or AMPs) declared in the platform module -->
|
<!-- Copy the dependencies (JARs or AMPs) declared in this module -->
|
||||||
<execution>
|
<execution>
|
||||||
<id>copy-third-party-dependencies</id>
|
<id>copy-third-party-dependencies</id>
|
||||||
<phase>pre-integration-test</phase>
|
<phase>pre-integration-test</phase>
|
||||||
|
@ -30,26 +30,7 @@
|
|||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-dependency-plugin</artifactId>
|
<artifactId>maven-dependency-plugin</artifactId>
|
||||||
<executions>
|
<executions>
|
||||||
<!-- Copy the share extension -->
|
<!-- Copy the dependencies (JARs or AMPs) declared in this module -->
|
||||||
<execution>
|
|
||||||
<id>copy-repo-extension</id>
|
|
||||||
<phase>pre-integration-test</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>copy</goal>
|
|
||||||
</goals>
|
|
||||||
<configuration>
|
|
||||||
<artifactItems>
|
|
||||||
<artifactItem>
|
|
||||||
<groupId>${groupId}</groupId>
|
|
||||||
<artifactId>${rootArtifactId}-share-jar</artifactId>
|
|
||||||
<version>${version}</version>
|
|
||||||
<overWrite>false</overWrite>
|
|
||||||
<outputDirectory>${project.build.directory}/extensions</outputDirectory>
|
|
||||||
</artifactItem>
|
|
||||||
</artifactItems>
|
|
||||||
</configuration>
|
|
||||||
</execution>
|
|
||||||
<!-- Copy other dependencies (JARs or AMPs) declared in the share module -->
|
|
||||||
<execution>
|
<execution>
|
||||||
<id>copy-third-party-dependencies</id>
|
<id>copy-third-party-dependencies</id>
|
||||||
<phase>pre-integration-test</phase>
|
<phase>pre-integration-test</phase>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user