You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2010/03/22 06:26:26 UTC

svn commit: r925957 - in /maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd-with-goal: ./ invoker.properties pom.xml test.properties

Author: brett
Date: Mon Mar 22 05:26:25 2010
New Revision: 925957

URL: http://svn.apache.org/viewvc?rev=925957&view=rev
Log:
add smoke test for describe -Dcmd=some:goal, also currently failing on Maven 3

Added:
    maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd-with-goal/
    maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd-with-goal/invoker.properties   (with props)
    maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd-with-goal/pom.xml   (with props)
    maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd-with-goal/test.properties   (with props)

Added: maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd-with-goal/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd-with-goal/invoker.properties?rev=925957&view=auto
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd-with-goal/invoker.properties (added)
+++ maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd-with-goal/invoker.properties Mon Mar 22 05:26:25 2010
@@ -0,0 +1 @@
+invoker.goals = ${project.groupId}:${project.artifactId}:${project.version}:describe

Propchange: maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd-with-goal/invoker.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd-with-goal/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd-with-goal/pom.xml?rev=925957&view=auto
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd-with-goal/pom.xml (added)
+++ maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd-with-goal/pom.xml Mon Mar 22 05:26:25 2010
@@ -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-with-goal/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd-with-goal/test.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd-with-goal/test.properties?rev=925957&view=auto
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd-with-goal/test.properties (added)
+++ maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd-with-goal/test.properties Mon Mar 22 05:26:25 2010
@@ -0,0 +1 @@
+cmd = deploy:deploy

Propchange: maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd-with-goal/test.properties
------------------------------------------------------------------------------
    svn:eol-style = native