Author: hboutemy
Date: Tue Jul 24 19:41:53 2012
New Revision: 1365254
URL: http://svn.apache.org/viewvc?rev=1365254&view=rev
Log:
reactivated postBuildHookScript
Added:
maven/plugins/trunk/maven-dependency-plugin/src/it/analyze/verify.bsh
- copied unchanged from r1365235,
maven/plugins/trunk/maven-dependency-plugin/src/it/analyze/validate.bsh
maven/plugins/trunk/maven-dependency-plugin/src/it/build-classpath/verify.bsh
- copied unchanged from r1365235,
maven/plugins/trunk/maven-dependency-plugin/src/it/build-classpath/validate.bsh
maven/plugins/trunk/maven-dependency-plugin/src/it/copy-and-unpack-with-alternate-local-repo/verify.bsh
- copied unchanged from r1365235,
maven/plugins/trunk/maven-dependency-plugin/src/it/copy-and-unpack-with-alternate-local-repo/validate.bsh
maven/plugins/trunk/maven-dependency-plugin/src/it/copy-dependencies/verify.bsh
- copied unchanged from r1365235,
maven/plugins/trunk/maven-dependency-plugin/src/it/copy-dependencies/validate.bsh
maven/plugins/trunk/maven-dependency-plugin/src/it/copy-from-reactor/verify.bsh
- copied unchanged from r1365235,
maven/plugins/trunk/maven-dependency-plugin/src/it/copy-from-reactor/validate.bsh
maven/plugins/trunk/maven-dependency-plugin/src/it/copy/verify.bsh
- copied unchanged from r1365235,
maven/plugins/trunk/maven-dependency-plugin/src/it/copy/validate.bsh
maven/plugins/trunk/maven-dependency-plugin/src/it/dependency-properties/verify.bsh
- copied unchanged from r1365235,
maven/plugins/trunk/maven-dependency-plugin/src/it/dependency-properties/validate.bsh
maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository-snapshots-only/verify.bsh
- copied unchanged from r1365235,
maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository-snapshots-only/validate.bsh
maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository/verify.bsh
- copied unchanged from r1365235,
maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository/validate.bsh
Removed:
maven/plugins/trunk/maven-dependency-plugin/src/it/analyze/validate.bsh
maven/plugins/trunk/maven-dependency-plugin/src/it/build-classpath/validate.bsh
maven/plugins/trunk/maven-dependency-plugin/src/it/copy-and-unpack-with-alternate-local-repo/validate.bsh
maven/plugins/trunk/maven-dependency-plugin/src/it/copy-dependencies/validate.bsh
maven/plugins/trunk/maven-dependency-plugin/src/it/copy-from-reactor/validate.bsh
maven/plugins/trunk/maven-dependency-plugin/src/it/copy/validate.bsh
maven/plugins/trunk/maven-dependency-plugin/src/it/dependency-properties/validate.bsh
maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository-snapshots-only/validate.bsh
maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository/validate.bsh
Modified:
maven/plugins/trunk/maven-dependency-plugin/pom.xml
Modified: maven/plugins/trunk/maven-dependency-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/pom.xml?rev=1365254&r1=1365253&r2=1365254&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/pom.xml Tue Jul 24 19:41:53 2012
@@ -286,23 +286,9 @@ under the License.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<configuration>
- <debug>true</debug>
- <projectsDirectory>src/it</projectsDirectory>
-
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
- <pomIncludes>
- <pomInclude>*/pom.xml</pomInclude>
- </pomIncludes>
<setupIncludes>
<setupInclude>setup-custom-analyzer/pom.xml</setupInclude>
</setupIncludes>
- <preBuildHookScript>setup</preBuildHookScript>
- <postBuildHookScript>validate</postBuildHookScript>
-
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
- <settingsFile>src/it/settings.xml</settingsFile>
- <goals>
- <goal>clean</goal>
- <goal>process-sources</goal>
- </goals>
</configuration>
</plugin>
</plugins>