?? ?
2011-11-04 b07ec57a63015b0d7d819aff3ab0a0e0d95f120a
add profile
1 files modified
24 ■■■■■ changed files
xdgnjobs/ximple-jobcarrier/pom.xml 24 ●●●●● patch | view | raw | blame | history
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.            -->