You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/20 09:27:06 UTC

[maven-ant-plugin] 48/50: o remove tab o improved doc

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to annotated tag maven-ant-plugin-2.0
in repository https://gitbox.apache.org/repos/asf/maven-ant-plugin.git

commit 6f741f73595f4ac6aaeb2b2bc2eae56cedea8bfc
Author: Vincent Siveton <vs...@apache.org>
AuthorDate: Mon Apr 30 12:32:33 2007 +0000

    o remove tab
    o improved doc
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-ant-plugin@533722 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml                | 10 +++++-----
 src/site/apt/usage.apt |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0b1b75b..9e34961 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,17 +51,17 @@ under the License.
       <artifactId>maven-artifact</artifactId>
       <version>2.0.4</version>
     </dependency>
-	<dependency>
+    <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-model</artifactId>
       <version>2.0.4</version>
     </dependency>
-	<dependency>
+    <dependency>
       <groupId>org.apache.maven.wagon</groupId>
       <artifactId>wagon-provider-api</artifactId>
       <version>1.0-alpha-6</version>
     </dependency>
-	<dependency>
+    <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
       <version>2.0.2</version>
@@ -113,13 +113,13 @@ under the License.
       <version>1.6.5</version>
       <scope>test</scope>
     </dependency>
-	<dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>
       <scope>test</scope>
     </dependency>
-	<dependency>
+    <dependency>
       <groupId>xml-apis</groupId>
       <artifactId>xml-apis</artifactId>
       <version>1.0.b2</version>
diff --git a/src/site/apt/usage.apt b/src/site/apt/usage.apt
index e8b92cd..07c8388 100644
--- a/src/site/apt/usage.apt
+++ b/src/site/apt/usage.apt
@@ -85,7 +85,7 @@ mvn ant:ant -Doverwrite=true
 ** maven-build.xml
 
  The <<<maven-build.xml>>> is an Ant build file for the Maven project. It contains several targets to clean, compile,
- test and packaging the Ant project.
+ test, packaging the Ant project and the associated javadoc.
 
  <<Note>>: <<DO NOT EDIT maven-build.xml!>> It could be overwrite when calling <<<mvn ant:ant>>>.
 

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.