Author: bentmann
Date: Fri Aug 28 18:59:34 2009
New Revision: 808986
URL: http://svn.apache.org/viewvc?rev=808986&view=rev
Log:
o Added IT to check help:describe -Dcmd=
Added:
maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd/
maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd/invoker.properties
(with props)
maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd/pom.xml (with
props)
maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd/test.properties
(with props)
Added:
maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd/invoker.properties
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd/invoker.properties?rev=808986&view=auto
==============================================================================
---
maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd/invoker.properties
(added)
+++
maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd/invoker.properties
Fri Aug 28 18:59:34 2009
@@ -0,0 +1 @@
+invoker.goals =
${project.groupId}:${project.artifactId}:${project.version}:describe
Propchange:
maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd/invoker.properties
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd/invoker.properties
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Added: maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd/pom.xml?rev=808986&view=auto
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd/pom.xml (added)
+++ maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd/pom.xml Fri Aug
28 18:59:34 2009
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project>
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>org.apache.maven.its.help</groupId>
+ <artifactId>test</artifactId>
+ <version>1.0</version>
+
+ <description>
+ </description>
+
+ <build>
+ <plugins>
+ </plugins>
+ </build>
+</project>
Propchange: maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd/pom.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd/pom.xml
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Added: maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd/test.properties
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd/test.properties?rev=808986&view=auto
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd/test.properties
(added)
+++ maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd/test.properties
Fri Aug 28 18:59:34 2009
@@ -0,0 +1 @@
+cmd = deploy
Propchange:
maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd/test.properties
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd/test.properties
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision