Author: bentmann Date: Thu Dec 31 22:22:01 2009 New Revision: 894949 URL: http://svn.apache.org/viewvc?rev=894949&view=rev Log: o Decoupled IT plugin build from MPLUGIN-136/MNG-3741
Modified: maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-ant-based/pom.xml Modified: maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-ant-based/pom.xml URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-ant-based/pom.xml?rev=894949&r1=894948&r2=894949&view=diff ============================================================================== --- maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-ant-based/pom.xml (original) +++ maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-ant-based/pom.xml Thu Dec 31 22:22:01 2009 @@ -70,6 +70,18 @@ </dependencies> <build> + <resources> + <resource> + <directory>src/main/resources</directory> + </resource> + <resource> + <!-- NOTE: Ensure Ant scripts get copied to JAR regardless of MPLUGIN-136/MNG-3741 --> + <directory>src/main/scripts</directory> + <includes> + <include>**/*.build.xml</include> + </includes> + </resource> + </resources> <plugins> <plugin> <artifactId>maven-plugin-plugin</artifactId>