From e3c0d1e684005664773549bea5716f0efe97c66e Mon Sep 17 00:00:00 2001 From: Robert Scholte Date: Fri, 20 Apr 2012 18:28:26 +0000 Subject: [PATCH] Add IT for MPLUGIN-187, can't reproduce it with current version git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1328474 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/it/mplugin-187/invoker.properties | 1 + .../src/it/mplugin-187/pom.xml | 45 +++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 maven-plugin-plugin/src/it/mplugin-187/invoker.properties create mode 100644 maven-plugin-plugin/src/it/mplugin-187/pom.xml diff --git a/maven-plugin-plugin/src/it/mplugin-187/invoker.properties b/maven-plugin-plugin/src/it/mplugin-187/invoker.properties new file mode 100644 index 0000000..8762f0e --- /dev/null +++ b/maven-plugin-plugin/src/it/mplugin-187/invoker.properties @@ -0,0 +1 @@ +invoker.goals = clean plugin:report diff --git a/maven-plugin-plugin/src/it/mplugin-187/pom.xml b/maven-plugin-plugin/src/it/mplugin-187/pom.xml new file mode 100644 index 0000000..6f77217 --- /dev/null +++ b/maven-plugin-plugin/src/it/mplugin-187/pom.xml @@ -0,0 +1,45 @@ + + + + + + 4.0.0 + + org.apache.maven.plugins.plugin.its + mplugin-187 + 1.0-SNAPSHOT + + Verify that plugin:report succeeds + + + UTF-8 + + + + + + org.apache.maven.plugins + maven-plugin-plugin + @project.version@ + + + + + \ No newline at end of file