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