From 98fc790f9ec053d5367d7ce5851ef66d5a7ced5b Mon Sep 17 00:00:00 2001 From: Dennis Kao <ulysseskao@gmail.com> Date: Wed, 04 Dec 2013 09:33:15 +0800 Subject: [PATCH] add copyapi for theme --- xdgnjobs/pom.xml | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/xdgnjobs/pom.xml b/xdgnjobs/pom.xml index 3a8ef51..de1a923 100644 --- a/xdgnjobs/pom.xml +++ b/xdgnjobs/pom.xml @@ -53,6 +53,30 @@ </site> </distributionManagement> </profile> + + <!-- =========================================================== --> + <!-- Build Configuration --> + <!-- copies all JARs in a single directory. --> + <!-- =========================================================== --> + <profile> + <id>collect</id> + <build> + <plugins> + <plugin> + <groupId>com.ximple.eofms.maven</groupId> + <artifactId>ximple-jar-collector</artifactId> + <version>${project.version}</version> + <executions> + <execution> + <goals> + <goal>collect</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + </profile> </profiles> <scm> -- Gitblit v0.0.0-SNAPSHOT