From b07ec57a63015b0d7d819aff3ab0a0e0d95f120a Mon Sep 17 00:00:00 2001 From: ?? ? <ulysseskao@ximple.com.tw> Date: Fri, 04 Nov 2011 00:11:49 +0800 Subject: [PATCH] add profile --- xdgnjobs/ximple-jobcarrier/pom.xml | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/xdgnjobs/ximple-jobcarrier/pom.xml b/xdgnjobs/ximple-jobcarrier/pom.xml index 62cb18c..a68e81d 100644 --- a/xdgnjobs/ximple-jobcarrier/pom.xml +++ b/xdgnjobs/ximple-jobcarrier/pom.xml @@ -53,6 +53,30 @@ <contributors> </contributors> + + <profiles> + <profile> + <id>qa</id> + <build> + <plugins> + <plugin> + <artifactId>maven-dependency-plugin</artifactId> + <executions> + <execution> + <phase>install</phase> + <goals> + <goal>copy-dependencies</goal> + </goals> + <configuration> + <outputDirectory>${project.build.directory}/lib</outputDirectory> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> + </profile> + </profiles> <!-- =========================================================== --> <!-- Dependencies to be inherited by all modules. --> -- Gitblit v0.0.0-SNAPSHOT