Author: carlos
Date: Wed Jan 11 10:41:21 2006
New Revision: 368081

URL: http://svn.apache.org/viewcvs?rev=368081&view=rev
Log:
Added multimodule pom

Added:
    maven/plugins/trunk/maven-antrun-plugin/src/it/pom.xml   (with props)

Added: maven/plugins/trunk/maven-antrun-plugin/src/it/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-antrun-plugin/src/it/pom.xml?rev=368081&view=auto
==============================================================================
--- maven/plugins/trunk/maven-antrun-plugin/src/it/pom.xml (added)
+++ maven/plugins/trunk/maven-antrun-plugin/src/it/pom.xml Wed Jan 11 10:41:21 
2006
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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";>
+  <modelVersion>4.0.0</modelVersion>
+  
+  <groupId>org.apache.maven.plugins.antrun</groupId>
+  <artifactId>tests</artifactId>
+  <version>1.0-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  <name>Tests for antrun plugin</name>
+ 
+  <dependencies>
+  </dependencies>
+
+  <modules>
+    <module>test1</module>
+    <module>test2</module>
+    <module>test3</module>
+    <module>test4</module>
+    <module>test5</module>
+  </modules>
+
+</project>

Propchange: maven/plugins/trunk/maven-antrun-plugin/src/it/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-antrun-plugin/src/it/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision


Reply via email to