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:26:55 UTC

[maven-ant-plugin] 37/50: o updating to latest released parent

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 1e05a11db66b127ee34c9f6e672b0ba7faa54a20
Author: Jason van Zyl <jv...@apache.org>
AuthorDate: Tue Dec 26 04:29:35 2006 +0000

    o updating to latest released parent
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-ant-plugin@490226 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 37 ++++++++++++++++---------------------
 1 file changed, 16 insertions(+), 21 deletions(-)

diff --git a/pom.xml b/pom.xml
index 38bd7b7..e9acfa5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
+<?xml version='1.0' encoding='UTF-8'?>
 <!--
   ~ Copyright 2006 The Apache Software Foundation.
   ~
@@ -14,11 +13,9 @@
   ~ 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 xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+-->
+<project xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd' xmlns='http://maven.apache.org/POM/4.0.0'>
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
@@ -52,7 +49,8 @@
       <artifactId>maven-plugin-api</artifactId>
       <version>2.0.2</version>
     </dependency>
-    <!-- For Maven 2.0.4 -->
+        <!-- For Maven 2.0.4 
+    -->
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
@@ -167,7 +165,8 @@
               </pomIncludes>
               <postBuildHookScript>verify.bsh</postBuildHookScript>
               <goals>
-                  <!-- Install to the target local-repo -->
+                                  <!-- Install to the target local-repo 
+                -->
                 <goal>install ant:ant</goal>
               </goals>
               <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
@@ -182,7 +181,8 @@
               </execution>
             </executions>
           </plugin>
-          <!--  Verify the results by calling Ant -->
+                    <!--  Verify the results by calling Ant 
+          -->
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-antrun-plugin</artifactId>
@@ -192,20 +192,14 @@
                 <phase>post-integration-test</phase>
                 <configuration>
                   <tasks>
-                    <ant antfile="${basedir}/src/it/ear-it/build.xml"
-                         dir="${basedir}/src/it/ear-it" target="clean"/>
-                    <ant antfile="${basedir}/src/it/ear-it/build.xml"
-                         dir="${basedir}/src/it/ear-it" target="package"/>
+                    <ant dir='${basedir}/src/it/ear-it' antfile='${basedir}/src/it/ear-it/build.xml' target='clean'/>
+                    <ant dir='${basedir}/src/it/ear-it' antfile='${basedir}/src/it/ear-it/build.xml' target='package'/>
 
-                    <ant antfile="${basedir}/src/it/webapp-it/build.xml"
-                         dir="${basedir}/src/it/webapp-it" target="clean"/>
-                    <ant antfile="${basedir}/src/it/webapp-it/build.xml"
-                         dir="${basedir}/src/it/webapp-it" target="package"/>
+                    <ant dir='${basedir}/src/it/webapp-it' antfile='${basedir}/src/it/webapp-it/build.xml' target='clean'/>
+                    <ant dir='${basedir}/src/it/webapp-it' antfile='${basedir}/src/it/webapp-it/build.xml' target='package'/>
 
-                    <ant antfile="${basedir}/src/it/plugin-it/build.xml"
-                         dir="${basedir}/src/it/plugin-it" target="clean"/>
-                    <ant antfile="${basedir}/src/it/plugin-it/build.xml"
-                         dir="${basedir}/src/it/plugin-it" target="package"/>
+                    <ant dir='${basedir}/src/it/plugin-it' antfile='${basedir}/src/it/plugin-it/build.xml' target='clean'/>
+                    <ant dir='${basedir}/src/it/plugin-it' antfile='${basedir}/src/it/plugin-it/build.xml' target='package'/>
                   </tasks>
                 </configuration>
                 <goals>
@@ -219,3 +213,4 @@
     </profile>
   </profiles>
 </project>
+

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