You are viewing a plain text version of this content. The canonical link for it is here.
Posted to nmaven-commits@incubator.apache.org by si...@apache.org on 2007/09/19 20:21:50 UTC

svn commit: r577434 [5/6] - in /incubator/nmaven/trunk: ./ archetypes/ archetypes/maven-archetype-dotnet-simple/ archetypes/maven-archetype-dotnet-simple/src/main/resources/archetype-resources/ archetypes/maven-archetype-netexecutable/ archetypes/maven...

Modified: incubator/nmaven/trunk/pom-dotnet.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/pom-dotnet.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/pom-dotnet.xml (original)
+++ incubator/nmaven/trunk/pom-dotnet.xml Wed Sep 19 13:21:37 2007
@@ -1,4 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?><!--
+<?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
@@ -16,219 +18,215 @@
 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">
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>NMaven.Project</groupId>
-  <artifactId>NMaven.Project</artifactId>
-  <packaging>pom</packaging>
-  <version>0.14-SNAPSHOT</version>
-  <name>NMaven.Project</name>
-  <url>http://incubator.apache.org/nmaven</url>
-  <description>
-    NMaven provides Maven 2.x plugins to support building of .NET applications
-  </description>
-  <mailingLists>
-    <mailingList>
-      <name>NMaven Dev List</name>
-      <subscribe>nmaven-dev-subscribe@incubator.apache.org</subscribe>
-      <unsubscribe>nmaven-dev-unsubscribe@incubator.apache.org</unsubscribe>
-      <post>nmaven-dev@incubator.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/incubator-nmaven-dev/</archive>
-      <otherArchives>
-        <otherArchive>http://www.nabble.com/nmaven-dev-f17655.html</otherArchive>
-      </otherArchives>
-    </mailingList>
-    <mailingList>
-      <name>NMaven Commits List</name>
-      <subscribe>nmaven-commits-subscribe@incubator.apache.org</subscribe>
-      <unsubscribe>nmaven-commits-unsubscribe@incubator.apache.org</unsubscribe>
-      <post>nmaven-commits@incubator.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/incubator-nmaven-commits/</archive>
-      <otherArchives>
-        <otherArchive>http://www.nabble.com/nmaven-commits-f17656.html</otherArchive>
-      </otherArchives>
-    </mailingList>
-  </mailingLists>
-  <scm>
-    <url>https://svn.apache.org/repos/asf/incubator/nmaven/</url>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/incubator/nmaven/</connection>
-    <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/incubator/nmaven/</developerConnection>
-    <tag>REL_0_14_SNAPSHOT</tag>
-  </scm>
-  <organization>
-    <name>NMaven</name>
-    <url>http://incubator.apache.org/nmaven</url>
-  </organization>
-  <issueManagement>
-    <system>JIRA Bugtracking</system>
-    <url>http://jira.codehaus.org/browse/NMAVEN</url>
-  </issueManagement>
-  <licenses>
-    <license>
-      <name>Apache 2.0</name>
-      <url>LICENSE.txt</url>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>Brett Porter</name>
-      <id>brett</id>
-      <email>brett@apache.org</email>
-      <roles>
-        <role>champion</role>
-        <role>mentor</role>
-      </roles>
-    </developer>
-    <developer>
-      <name>Jason van Zyl</name>
-      <id>jvanzyl</id>
-      <email>jvanzyl@apache.org</email>
-      <roles>
-        <role>champion</role>
-        <role>mentor</role>
-      </roles>
-    </developer>
-    <developer>
-      <name>Shane Isbell</name>
-      <id>sisbell</id>
-      <email>sisbell@apache.org</email>
-      <url>http://jroller.com/page/random7</url>
-      <roles>
-        <role>committer</role>
-      </roles>
-    </developer>
-    <developer>
-      <name>Dan Fabulich</name>
-      <id>dfabulich</id>
-      <email>dfabulich@apache.org</email>
-      <roles>
-        <role>committer</role>
-      </roles>
-    </developer>
-    <developer>
-      <name>Chris Stevenson</name>
-      <id>chrisjs</id>
-      <email>chrisjs@apache.org</email>
-      <roles>
-        <role>committer</role>
-      </roles>
-    </developer>
-    <developer>
-      <name>Trygve Laugstol</name>
-      <id>trygvis</id>
-      <email>trygvis@apache.org</email>
-      <roles>
-        <role>committer</role>
-      </roles>
-    </developer>
-    <developer>
-      <name>James Strachan</name>
-      <id>jstrachan</id>
-      <email>jstrachan@apache.org</email>
-      <roles>
-        <role>committer</role>
-      </roles>
-    </developer>
-  </developers>
-  <modules>
-    <module>assemblies</module>
-    <module>plugins/netplugins</module>
-  </modules>
-  <build>
-    <extensions>
-      <extension>
-        <groupId>org.apache.maven.wagon</groupId>
-        <artifactId>wagon-ssh-external</artifactId>
-        <version>1.0-beta-2</version>
-      </extension>
-      <extension>
-        <groupId>org.apache.maven.wagon</groupId>
-        <artifactId>wagon-webdav</artifactId>
-        <version>1.0-beta-2</version>
-      </extension>
-    </extensions>
-    <sourceDirectory>src/main/csharp</sourceDirectory>
-    <testSourceDirectory>src/test/csharp</testSourceDirectory>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.dotnet.plugins</groupId>
-        <artifactId>maven-compile-plugin</artifactId>
-        <extensions>true</extensions>
-        <configuration>
-          <frameworkVersion>2.0.50727</frameworkVersion>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-release-plugin</artifactId>
-        <configuration>
-          <tagBase>https://svn.apache.org/repos/asf/incubator/nmaven/tags</tagBase>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>Microsoft.Build.Engine</groupId>
-        <artifactId>Microsoft.Build.Engine</artifactId>
-        <type>gac_msil</type>
-        <version>2.0.0.0</version>
-        <classifier>b03f5f7f11d50a3a</classifier>
-      </dependency>
-      <dependency>
-        <groupId>EnvDTE</groupId>
-        <artifactId>EnvDTE</artifactId>
-        <type>gac</type>
-        <version>8.0.0.0</version>
-        <classifier>b03f5f7f11d50a3a</classifier>
-      </dependency>
-      <dependency>
-        <groupId>EnvDTE80</groupId>
-        <artifactId>EnvDTE80</artifactId>
-        <type>gac</type>
-        <version>8.0.0.0</version>
-        <classifier>b03f5f7f11d50a3a</classifier>
-      </dependency>
-      <dependency>
-        <groupId>Microsoft.VisualStudio.CommandBars</groupId>
-        <artifactId>Microsoft.VisualStudio.CommandBars</artifactId>
-        <version>8.0.0.0</version>
-        <classifier>b03f5f7f11d50a3a</classifier>
-        <type>gac</type>
-      </dependency>
-      <dependency>
-        <groupId>Microsoft.VisualStudio.TemplateWizardInterface</groupId>
-        <artifactId>Microsoft.VisualStudio.TemplateWizardInterface</artifactId>
-        <version>8.0.0.0</version>
-        <classifier>b03f5f7f11d50a3a</classifier>
-        <type>gac_msil</type>
-      </dependency>
-      <dependency>
-        <groupId>Extensibility</groupId>
-        <artifactId>Extensibility</artifactId>
-        <type>gac</type>
-        <version>7.0.3300.0</version>
-        <classifier>b03f5f7f11d50a3a</classifier>
-      </dependency>
-      <dependency>
-        <groupId>NUnit</groupId>
-        <artifactId>NUnit.Framework</artifactId>
-        <version>2.2.8.0</version>
-        <type>library</type>
-        <scope>test</scope>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-    <distributionManagement>
-    <snapshotRepository>
-      <id>deployment.webdav</id>
-      <name>Test Web Dav</name>
-      <url>dav:http://localhost:8080/archiva/repository/snapshots/</url>
-    </snapshotRepository>
-  </distributionManagement>
+<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">  
+  <modelVersion>4.0.0</modelVersion>  
+  <groupId>NMaven.Project</groupId>  
+  <artifactId>NMaven.Project</artifactId>  
+  <packaging>pom</packaging>  
+  <version>0.14-SNAPSHOT</version>  
+  <name>NMaven.Project</name>  
+  <url>http://incubator.apache.org/nmaven</url>  
+  <description>NMaven provides Maven 2.x plugins to support building of .NET applications</description>  
+  <mailingLists> 
+    <mailingList> 
+      <name>NMaven Dev List</name>  
+      <subscribe>nmaven-dev-subscribe@incubator.apache.org</subscribe>  
+      <unsubscribe>nmaven-dev-unsubscribe@incubator.apache.org</unsubscribe>  
+      <post>nmaven-dev@incubator.apache.org</post>  
+      <archive>http://mail-archives.apache.org/mod_mbox/incubator-nmaven-dev/</archive>  
+      <otherArchives> 
+        <otherArchive>http://www.nabble.com/nmaven-dev-f17655.html</otherArchive> 
+      </otherArchives> 
+    </mailingList>  
+    <mailingList> 
+      <name>NMaven Commits List</name>  
+      <subscribe>nmaven-commits-subscribe@incubator.apache.org</subscribe>  
+      <unsubscribe>nmaven-commits-unsubscribe@incubator.apache.org</unsubscribe>  
+      <post>nmaven-commits@incubator.apache.org</post>  
+      <archive>http://mail-archives.apache.org/mod_mbox/incubator-nmaven-commits/</archive>  
+      <otherArchives> 
+        <otherArchive>http://www.nabble.com/nmaven-commits-f17656.html</otherArchive> 
+      </otherArchives> 
+    </mailingList> 
+  </mailingLists>  
+  <scm> 
+    <url>https://svn.apache.org/repos/asf/incubator/nmaven/</url>  
+    <connection>scm:svn:https://svn.apache.org/repos/asf/incubator/nmaven/</connection>  
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/nmaven/</developerConnection>  
+    <tag>REL_0_14_SNAPSHOT</tag> 
+  </scm>  
+  <organization> 
+    <name>NMaven</name>  
+    <url>http://incubator.apache.org/nmaven</url> 
+  </organization>  
+  <issueManagement> 
+    <system>JIRA Bugtracking</system>  
+    <url>http://jira.codehaus.org/browse/NMAVEN</url> 
+  </issueManagement>  
+  <licenses> 
+    <license> 
+      <name>Apache 2.0</name>  
+      <url>LICENSE.txt</url> 
+    </license> 
+  </licenses>  
+  <developers> 
+    <developer> 
+      <name>Brett Porter</name>  
+      <id>brett</id>  
+      <email>brett@apache.org</email>  
+      <roles> 
+        <role>champion</role>  
+        <role>mentor</role> 
+      </roles> 
+    </developer>  
+    <developer> 
+      <name>Jason van Zyl</name>  
+      <id>jvanzyl</id>  
+      <email>jvanzyl@apache.org</email>  
+      <roles> 
+        <role>champion</role>  
+        <role>mentor</role> 
+      </roles> 
+    </developer>  
+    <developer> 
+      <name>Shane Isbell</name>  
+      <id>sisbell</id>  
+      <email>sisbell@apache.org</email>  
+      <url>http://jroller.com/page/random7</url>  
+      <roles> 
+        <role>committer</role> 
+      </roles> 
+    </developer>  
+    <developer> 
+      <name>Dan Fabulich</name>  
+      <id>dfabulich</id>  
+      <email>dfabulich@apache.org</email>  
+      <roles> 
+        <role>committer</role> 
+      </roles> 
+    </developer>  
+    <developer> 
+      <name>Chris Stevenson</name>  
+      <id>chrisjs</id>  
+      <email>chrisjs@apache.org</email>  
+      <roles> 
+        <role>committer</role> 
+      </roles> 
+    </developer>  
+    <developer> 
+      <name>Trygve Laugstol</name>  
+      <id>trygvis</id>  
+      <email>trygvis@apache.org</email>  
+      <roles> 
+        <role>committer</role> 
+      </roles> 
+    </developer>  
+    <developer> 
+      <name>James Strachan</name>  
+      <id>jstrachan</id>  
+      <email>jstrachan@apache.org</email>  
+      <roles> 
+        <role>committer</role> 
+      </roles> 
+    </developer> 
+  </developers>  
+  <modules> 
+    <module>assemblies</module>  
+    <module>plugins/netplugins</module> 
+  </modules>  
+  <build> 
+    <extensions> 
+      <extension> 
+        <groupId>org.apache.maven.wagon</groupId>  
+        <artifactId>wagon-ssh-external</artifactId>  
+        <version>1.0-beta-2</version> 
+      </extension>  
+      <extension> 
+        <groupId>org.apache.maven.wagon</groupId>  
+        <artifactId>wagon-webdav</artifactId>  
+        <version>1.0-beta-2</version> 
+      </extension> 
+    </extensions>  
+    <sourceDirectory>src/main/csharp</sourceDirectory>  
+    <testSourceDirectory>src/test/csharp</testSourceDirectory>  
+    <plugins> 
+      <plugin> 
+        <groupId>org.apache.maven.dotnet.plugins</groupId>  
+        <artifactId>maven-compile-plugin</artifactId>  
+        <extensions>true</extensions>  
+        <configuration> 
+          <frameworkVersion>2.0.50727</frameworkVersion> 
+        </configuration> 
+      </plugin>  
+      <plugin> 
+        <groupId>org.apache.maven.plugins</groupId>  
+        <artifactId>maven-release-plugin</artifactId>  
+        <configuration> 
+          <tagBase>https://svn.apache.org/repos/asf/incubator/nmaven/tags</tagBase> 
+        </configuration> 
+      </plugin> 
+    </plugins> 
+  </build>  
+  <dependencyManagement> 
+    <dependencies> 
+      <dependency> 
+        <groupId>Microsoft.Build.Engine</groupId>  
+        <artifactId>Microsoft.Build.Engine</artifactId>  
+        <type>gac_msil</type>  
+        <version>2.0.0.0</version>  
+        <classifier>b03f5f7f11d50a3a</classifier> 
+      </dependency>  
+      <dependency> 
+        <groupId>EnvDTE</groupId>  
+        <artifactId>EnvDTE</artifactId>  
+        <type>gac</type>  
+        <version>8.0.0.0</version>  
+        <classifier>b03f5f7f11d50a3a</classifier> 
+      </dependency>  
+      <dependency> 
+        <groupId>EnvDTE80</groupId>  
+        <artifactId>EnvDTE80</artifactId>  
+        <type>gac</type>  
+        <version>8.0.0.0</version>  
+        <classifier>b03f5f7f11d50a3a</classifier> 
+      </dependency>  
+      <dependency> 
+        <groupId>Microsoft.VisualStudio.CommandBars</groupId>  
+        <artifactId>Microsoft.VisualStudio.CommandBars</artifactId>  
+        <version>8.0.0.0</version>  
+        <classifier>b03f5f7f11d50a3a</classifier>  
+        <type>gac</type> 
+      </dependency>  
+      <dependency> 
+        <groupId>Microsoft.VisualStudio.TemplateWizardInterface</groupId>  
+        <artifactId>Microsoft.VisualStudio.TemplateWizardInterface</artifactId>  
+        <version>8.0.0.0</version>  
+        <classifier>b03f5f7f11d50a3a</classifier>  
+        <type>gac_msil</type> 
+      </dependency>  
+      <dependency> 
+        <groupId>Extensibility</groupId>  
+        <artifactId>Extensibility</artifactId>  
+        <type>gac</type>  
+        <version>7.0.3300.0</version>  
+        <classifier>b03f5f7f11d50a3a</classifier> 
+      </dependency>  
+      <dependency> 
+        <groupId>NUnit</groupId>  
+        <artifactId>NUnit.Framework</artifactId>  
+        <version>2.2.8.0</version>  
+        <type>library</type>  
+        <scope>test</scope> 
+      </dependency> 
+    </dependencies> 
+  </dependencyManagement>  
+  <distributionManagement> 
+    <snapshotRepository> 
+      <id>deployment.webdav</id>  
+      <name>Test Web Dav</name>  
+      <url>dav:http://localhost:8080/archiva/repository/snapshots/</url> 
+    </snapshotRepository> 
+  </distributionManagement>  
   <!--
   <distributionManagement>
     <snapshotRepository>
@@ -237,7 +235,7 @@
       <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
     </snapshotRepository>
   </distributionManagement>
-  -->
+  -->  
   <!--
    <distributionManagement>
  <snapshotRepository>
@@ -246,5 +244,5 @@
    <url>file://C:\arepo</url>
  </snapshotRepository>
 </distributionManagement>
--->
-</project>
\ No newline at end of file
+--> 
+</project>

Modified: incubator/nmaven/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/pom.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/pom.xml (original)
+++ incubator/nmaven/trunk/pom.xml Wed Sep 19 13:21:37 2007
@@ -1,4 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?><!--
+<?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
@@ -16,324 +18,322 @@
 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">
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.dotnet</groupId>
-  <artifactId>dotnet-project</artifactId>
-  <packaging>pom</packaging>
-  <version>0.14-SNAPSHOT</version>
-  <name>dotnet</name>
-  <mailingLists>
-    <mailingList>
-      <name>NMaven Dev List</name>
-      <subscribe>nmaven-dev-subscribe@incubator.apache.org</subscribe>
-      <unsubscribe>nmaven-dev-unsubscribe@incubator.apache.org</unsubscribe>
-      <post>nmaven-dev@incubator.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/incubator-nmaven-dev/</archive>
-      <otherArchives>
-        <otherArchive>http://www.nabble.com/nmaven-dev-f17655.html</otherArchive>
-      </otherArchives>
-    </mailingList>
-    <mailingList>
-      <name>NMaven Commits List</name>
-      <subscribe>nmaven-commits-subscribe@incubator.apache.org</subscribe>
-      <unsubscribe>nmaven-commits-unsubscribe@incubator.apache.org</unsubscribe>
-      <post>nmaven-commits@incubator.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/incubator-nmaven-commits/</archive>
-      <otherArchives>
-        <otherArchive>http://www.nabble.com/nmaven-commits-f17656.html</otherArchive>
-      </otherArchives>
-    </mailingList>
-  </mailingLists>
-  <scm>
-    <url>https://svn.apache.org/repos/asf/incubator/nmaven/</url>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/incubator/nmaven/</connection>
-    <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/incubator/nmaven/</developerConnection>
-    <tag>REL_0_14_SNAPSHOT</tag>
-  </scm>
-  <organization>
-    <name>NMaven</name>
-    <url>http://incubator.apache.org/nmaven</url>
-  </organization>
-  <issueManagement>
-    <system>JIRA Bugtracking</system>
-    <url>http://jira.codehaus.org/browse/NMAVEN</url>
-  </issueManagement>
-  <licenses>
-    <license>
-      <name>Apache 2.0</name>
-      <url>LICENSE.txt</url>
-    </license>
-  </licenses>
-  <developers>
-    <developer>
-      <name>Brett Porter</name>
-      <id>brett</id>
-      <email>brett@apache.org</email>
-      <roles>
-        <role>champion</role>
-        <role>mentor</role>
-      </roles>
-    </developer>
-    <developer>
-      <name>Jason van Zyl</name>
-      <id>jvanzyl</id>
-      <email>jvanzyl@apache.org</email>
-      <roles>
-        <role>champion</role>
-        <role>mentor</role>
-      </roles>
-    </developer>
-    <developer>
-      <name>Shane Isbell</name>
-      <id>sisbell</id>
-      <email>sisbell@apache.org</email>
-      <url>http://jroller.com/page/random7</url>
-      <roles>
-        <role>committer</role>
-      </roles>
-    </developer>
-    <developer>
-      <name>Dan Fabulich</name>
-      <id>dfabulich</id>
-      <email>dfabulich@apache.org</email>
-      <roles>
-        <role>committer</role>
-      </roles>
-    </developer>
-    <developer>
-      <name>Chris Stevenson</name>
-      <id>chrisjs</id>
-      <email>chrisjs@apache.org</email>
-      <roles>
-        <role>committer</role>
-      </roles>
-    </developer>
-    <developer>
-      <name>Trygve Laugstol</name>
-      <id>trygvis</id>
-      <email>trygvis@apache.org</email>
-      <roles>
-        <role>committer</role>
-      </roles>
-    </developer>
-    <developer>
-      <name>James Strachan</name>
-      <id>jstrachan</id>
-      <email>jstrachan@apache.org</email>
-      <roles>
-        <role>committer</role>
-      </roles>
-    </developer>
-  </developers>
-  <modules>
-    <module>components</module>
-    <module>archetypes</module>
+<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">  
+  <modelVersion>4.0.0</modelVersion>  
+  <groupId>org.apache.maven.dotnet</groupId>  
+  <artifactId>dotnet-project</artifactId>  
+  <packaging>pom</packaging>  
+  <version>0.14-SNAPSHOT</version>  
+  <name>dotnet</name>  
+  <mailingLists> 
+    <mailingList> 
+      <name>NMaven Dev List</name>  
+      <subscribe>nmaven-dev-subscribe@incubator.apache.org</subscribe>  
+      <unsubscribe>nmaven-dev-unsubscribe@incubator.apache.org</unsubscribe>  
+      <post>nmaven-dev@incubator.apache.org</post>  
+      <archive>http://mail-archives.apache.org/mod_mbox/incubator-nmaven-dev/</archive>  
+      <otherArchives> 
+        <otherArchive>http://www.nabble.com/nmaven-dev-f17655.html</otherArchive> 
+      </otherArchives> 
+    </mailingList>  
+    <mailingList> 
+      <name>NMaven Commits List</name>  
+      <subscribe>nmaven-commits-subscribe@incubator.apache.org</subscribe>  
+      <unsubscribe>nmaven-commits-unsubscribe@incubator.apache.org</unsubscribe>  
+      <post>nmaven-commits@incubator.apache.org</post>  
+      <archive>http://mail-archives.apache.org/mod_mbox/incubator-nmaven-commits/</archive>  
+      <otherArchives> 
+        <otherArchive>http://www.nabble.com/nmaven-commits-f17656.html</otherArchive> 
+      </otherArchives> 
+    </mailingList> 
+  </mailingLists>  
+  <scm> 
+    <url>https://svn.apache.org/repos/asf/incubator/nmaven/</url>  
+    <connection>scm:svn:https://svn.apache.org/repos/asf/incubator/nmaven/</connection>  
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/nmaven/</developerConnection>  
+    <tag>REL_0_14_SNAPSHOT</tag> 
+  </scm>  
+  <organization> 
+    <name>NMaven</name>  
+    <url>http://incubator.apache.org/nmaven</url> 
+  </organization>  
+  <issueManagement> 
+    <system>JIRA Bugtracking</system>  
+    <url>http://jira.codehaus.org/browse/NMAVEN</url> 
+  </issueManagement>  
+  <licenses> 
+    <license> 
+      <name>Apache 2.0</name>  
+      <url>LICENSE.txt</url> 
+    </license> 
+  </licenses>  
+  <developers> 
+    <developer> 
+      <name>Brett Porter</name>  
+      <id>brett</id>  
+      <email>brett@apache.org</email>  
+      <roles> 
+        <role>champion</role>  
+        <role>mentor</role> 
+      </roles> 
+    </developer>  
+    <developer> 
+      <name>Jason van Zyl</name>  
+      <id>jvanzyl</id>  
+      <email>jvanzyl@apache.org</email>  
+      <roles> 
+        <role>champion</role>  
+        <role>mentor</role> 
+      </roles> 
+    </developer>  
+    <developer> 
+      <name>Shane Isbell</name>  
+      <id>sisbell</id>  
+      <email>sisbell@apache.org</email>  
+      <url>http://jroller.com/page/random7</url>  
+      <roles> 
+        <role>committer</role> 
+      </roles> 
+    </developer>  
+    <developer> 
+      <name>Dan Fabulich</name>  
+      <id>dfabulich</id>  
+      <email>dfabulich@apache.org</email>  
+      <roles> 
+        <role>committer</role> 
+      </roles> 
+    </developer>  
+    <developer> 
+      <name>Chris Stevenson</name>  
+      <id>chrisjs</id>  
+      <email>chrisjs@apache.org</email>  
+      <roles> 
+        <role>committer</role> 
+      </roles> 
+    </developer>  
+    <developer> 
+      <name>Trygve Laugstol</name>  
+      <id>trygvis</id>  
+      <email>trygvis@apache.org</email>  
+      <roles> 
+        <role>committer</role> 
+      </roles> 
+    </developer>  
+    <developer> 
+      <name>James Strachan</name>  
+      <id>jstrachan</id>  
+      <email>jstrachan@apache.org</email>  
+      <roles> 
+        <role>committer</role> 
+      </roles> 
+    </developer> 
+  </developers>  
+  <modules> 
+    <module>components</module>  
+    <module>archetypes</module>  
     <module>plugins</module> 
-  </modules>
-  <repositories>
-    <repository>
-      <id>apache.org</id>
-      <name>Maven Snapshots</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-    <repository>
-      <id>codehaus-snapshot-repo</id>
-      <name>Codehaus Snapshot Repo</name>
-      <url>http://snapshots.repository.codehaus.org</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </repository>
-  </repositories>
-  <build>
-    <extensions>
-      <extension>
-        <groupId>org.apache.maven.wagon</groupId>
-        <artifactId>wagon-ssh-external</artifactId>
-        <version>1.0-beta-2</version>
-      </extension>
-    </extensions>
-    <plugins>
-      <plugin>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <configuration>
-          <aggregate>true</aggregate>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <configuration>
-          <descriptor>src/assembly/src.xml</descriptor>
-          <outputDirectory>src/target</outputDirectory>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-    </plugins>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.codehaus.modello</groupId>
-          <artifactId>modello-maven-plugin</artifactId>
-          <version>1.0-alpha-13</version>
-          <executions>
-            <execution>
-              <goals>
-                <goal>xpp3-reader</goal>
-                <goal>java</goal>
-              </goals>
-            </execution>
-            <execution>
-              <id>site</id>
-              <phase>pre-site</phase>
-              <goals>
-                <goal>xdoc</goal>
-              </goals>
-            </execution>
-          </executions>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
-  <dependencies>
-    <dependency>
-      <groupId>org.easymock</groupId>
-      <artifactId>easymock</artifactId>
-      <version>2.0</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  <properties>
-    <mavenVersion>2.1-SNAPSHOT</mavenVersion>
-    <jettyVersion>6.1.5</jettyVersion>
-    <xfireVersion>1.2.5</xfireVersion>
-  </properties>
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>org.apache.maven</groupId>
-        <artifactId>maven-project</artifactId>
-        <version>${mavenVersion}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.maven</groupId>
-        <artifactId>maven-core</artifactId>
-        <version>${mavenVersion}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.maven</groupId>
-        <artifactId>maven-artifact</artifactId>
-        <version>${mavenVersion}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.maven</groupId>
-        <artifactId>maven-plugin-api</artifactId>
-        <version>${mavenVersion}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.maven</groupId>
-        <artifactId>maven-embedder</artifactId>
-        <version>${mavenVersion}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.codehaus.xfire</groupId>
-        <artifactId>xfire-plexus</artifactId>
-        <version>${xfireVersion}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.codehaus.xfire</groupId>
-        <artifactId>xfire-java5</artifactId>
-        <version>${xfireVersion}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.mortbay.jetty</groupId>
-        <artifactId>jetty</artifactId>
-        <version>${jettyVersion}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.mortbay.jetty</groupId>
-        <artifactId>jetty-embedded</artifactId>
-        <version>${jettyVersion}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.mortbay.jetty</groupId>
-        <artifactId>servlet-api-2.5</artifactId>
-        <version>${jettyVersion}</version>
-      </dependency>
-      <dependency>
-        <groupId>net.sf.kxml</groupId>
-        <artifactId>kxml2</artifactId>
-        <version>2.1.8</version>
-      </dependency>
-      <dependency>
-        <groupId>xmlpull</groupId>
-        <artifactId>xmlpull</artifactId>
-        <version>1.1.3.4a</version>
-      </dependency>
-      <dependency>
-        <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-archiver</artifactId>
-        <version>1.0-alpha-9</version>
-      </dependency>
-      <dependency>
-        <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-utils</artifactId>
-        <version>1.4.5</version>
-      </dependency>
-      <dependency>
-        <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-container-default</artifactId>
-        <version>1.0-alpha-32</version>
-      </dependency>
-      <dependency>
-        <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-component-api</artifactId>
-        <version>1.0-alpha-32</version>
-      </dependency>
-       <dependency>
-        <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-classworlds</artifactId>
-        <version>1.2-alpha-10</version>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-<!--
-  <distributionManagement>
-    <snapshotRepository>
-      <id>nmaven</id>
-      <name>Apache Development Snapshot Repository</name>
-      <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
-    </snapshotRepository>
+  </modules>  
+  <repositories> 
+    <repository> 
+      <id>apache.org</id>  
+      <name>Maven Snapshots</name>  
+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>  
+      <releases> 
+        <enabled>false</enabled> 
+      </releases>  
+      <snapshots> 
+        <enabled>true</enabled> 
+      </snapshots> 
+    </repository>  
+    <repository> 
+      <id>codehaus-snapshot-repo</id>  
+      <name>Codehaus Snapshot Repo</name>  
+      <url>http://snapshots.repository.codehaus.org</url>  
+      <releases> 
+        <enabled>false</enabled> 
+      </releases> 
+    </repository> 
+  </repositories>  
+  <build> 
+    <extensions> 
+      <extension> 
+        <groupId>org.apache.maven.wagon</groupId>  
+        <artifactId>wagon-ssh-external</artifactId>  
+        <version>1.0-beta-2</version> 
+      </extension> 
+    </extensions>  
+    <plugins> 
+      <plugin> 
+        <artifactId>maven-javadoc-plugin</artifactId>  
+        <configuration> 
+          <aggregate>true</aggregate> 
+        </configuration> 
+      </plugin>  
+      <plugin> 
+        <artifactId>maven-assembly-plugin</artifactId>  
+        <configuration> 
+          <descriptor>src/assembly/src.xml</descriptor>  
+          <outputDirectory>src/target</outputDirectory> 
+        </configuration> 
+      </plugin>  
+      <plugin> 
+        <groupId>org.apache.maven.plugins</groupId>  
+        <artifactId>maven-compiler-plugin</artifactId>  
+        <configuration> 
+          <source>1.5</source>  
+          <target>1.5</target> 
+        </configuration> 
+      </plugin> 
+    </plugins>  
+    <pluginManagement> 
+      <plugins> 
+        <plugin> 
+          <groupId>org.codehaus.modello</groupId>  
+          <artifactId>modello-maven-plugin</artifactId>  
+          <version>1.0-alpha-13</version>  
+          <executions> 
+            <execution> 
+              <goals> 
+                <goal>xpp3-reader</goal>  
+                <goal>java</goal> 
+              </goals> 
+            </execution>  
+            <execution> 
+              <id>site</id>  
+              <phase>pre-site</phase>  
+              <goals> 
+                <goal>xdoc</goal> 
+              </goals> 
+            </execution> 
+          </executions> 
+        </plugin> 
+      </plugins> 
+    </pluginManagement> 
+  </build>  
+  <dependencies> 
+    <dependency> 
+      <groupId>org.easymock</groupId>  
+      <artifactId>easymock</artifactId>  
+      <version>2.0</version>  
+      <scope>test</scope> 
+    </dependency>  
+    <dependency> 
+      <groupId>junit</groupId>  
+      <artifactId>junit</artifactId>  
+      <version>3.8.1</version>  
+      <scope>test</scope> 
+    </dependency> 
+  </dependencies>  
+  <properties> 
+    <mavenVersion>2.1-SNAPSHOT</mavenVersion>  
+    <jettyVersion>6.1.5</jettyVersion>  
+    <xfireVersion>1.2.5</xfireVersion> 
+  </properties>  
+  <dependencyManagement> 
+    <dependencies> 
+      <dependency> 
+        <groupId>org.apache.maven</groupId>  
+        <artifactId>maven-project</artifactId>  
+        <version>${mavenVersion}</version> 
+      </dependency>  
+      <dependency> 
+        <groupId>org.apache.maven</groupId>  
+        <artifactId>maven-core</artifactId>  
+        <version>${mavenVersion}</version> 
+      </dependency>  
+      <dependency> 
+        <groupId>org.apache.maven</groupId>  
+        <artifactId>maven-artifact</artifactId>  
+        <version>${mavenVersion}</version> 
+      </dependency>  
+      <dependency> 
+        <groupId>org.apache.maven</groupId>  
+        <artifactId>maven-plugin-api</artifactId>  
+        <version>${mavenVersion}</version> 
+      </dependency>  
+      <dependency> 
+        <groupId>org.apache.maven</groupId>  
+        <artifactId>maven-embedder</artifactId>  
+        <version>${mavenVersion}</version> 
+      </dependency>  
+      <dependency> 
+        <groupId>org.codehaus.xfire</groupId>  
+        <artifactId>xfire-plexus</artifactId>  
+        <version>${xfireVersion}</version> 
+      </dependency>  
+      <dependency> 
+        <groupId>org.codehaus.xfire</groupId>  
+        <artifactId>xfire-java5</artifactId>  
+        <version>${xfireVersion}</version> 
+      </dependency>  
+      <dependency> 
+        <groupId>org.mortbay.jetty</groupId>  
+        <artifactId>jetty</artifactId>  
+        <version>${jettyVersion}</version> 
+      </dependency>  
+      <dependency> 
+        <groupId>org.mortbay.jetty</groupId>  
+        <artifactId>jetty-embedded</artifactId>  
+        <version>${jettyVersion}</version> 
+      </dependency>  
+      <dependency> 
+        <groupId>org.mortbay.jetty</groupId>  
+        <artifactId>servlet-api-2.5</artifactId>  
+        <version>${jettyVersion}</version> 
+      </dependency>  
+      <dependency> 
+        <groupId>net.sf.kxml</groupId>  
+        <artifactId>kxml2</artifactId>  
+        <version>2.1.8</version> 
+      </dependency>  
+      <dependency> 
+        <groupId>xmlpull</groupId>  
+        <artifactId>xmlpull</artifactId>  
+        <version>1.1.3.4a</version> 
+      </dependency>  
+      <dependency> 
+        <groupId>org.codehaus.plexus</groupId>  
+        <artifactId>plexus-archiver</artifactId>  
+        <version>1.0-alpha-9</version> 
+      </dependency>  
+      <dependency> 
+        <groupId>org.codehaus.plexus</groupId>  
+        <artifactId>plexus-utils</artifactId>  
+        <version>1.4.5</version> 
+      </dependency>  
+      <dependency> 
+        <groupId>org.codehaus.plexus</groupId>  
+        <artifactId>plexus-container-default</artifactId>  
+        <version>1.0-alpha-32</version> 
+      </dependency>  
+      <dependency> 
+        <groupId>org.codehaus.plexus</groupId>  
+        <artifactId>plexus-component-api</artifactId>  
+        <version>1.0-alpha-32</version> 
+      </dependency>  
+      <dependency> 
+        <groupId>org.codehaus.plexus</groupId>  
+        <artifactId>plexus-classworlds</artifactId>  
+        <version>1.2-alpha-10</version> 
+      </dependency> 
+    </dependencies> 
+  </dependencyManagement>  
+  <!--
+    <distributionManagement>
+      <snapshotRepository>
+        <id>nmaven</id>
+        <name>Apache Development Snapshot Repository</name>
+        <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+      </snapshotRepository>
+    </distributionManagement>
+  -->  
+  <!--
+   <distributionManagement>
+   <snapshotRepository>
+     <id>test</id>
+     <name>Apache Development Snapshot Repository</name>
+     <url>file://C:\arepo</url>
+   </snapshotRepository>
   </distributionManagement>
--->
-<!--
- <distributionManagement>
- <snapshotRepository>
-   <id>test</id>
-   <name>Apache Development Snapshot Repository</name>
-   <url>file://C:\arepo</url>
- </snapshotRepository>
-</distributionManagement>
--->
-</project>
\ No newline at end of file
+  --> 
+</project>

Modified: incubator/nmaven/trunk/sandbox/maven-csharp/archetype/maven-archetype-dotnetexe/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/sandbox/maven-csharp/archetype/maven-archetype-dotnetexe/pom.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/sandbox/maven-csharp/archetype/maven-archetype-dotnetexe/pom.xml (original)
+++ incubator/nmaven/trunk/sandbox/maven-csharp/archetype/maven-archetype-dotnetexe/pom.xml Wed Sep 19 13:21:37 2007
@@ -1,13 +1,15 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
-  <parent>
-    <artifactId>maven-archetype-bundles</artifactId>
-    <groupId>org.apache.maven.archetype</groupId>
-    <version>1-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.archetypes</groupId>
-  <artifactId>maven-archetype-dotnetexe</artifactId>
-  <packaging>maven-plugin</packaging>
-  <name>Maven Dotnet Executable Archetype</name>
-  <version>1.0-SNAPSHOT</version>
-</project>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project> 
+  <parent> 
+    <artifactId>maven-archetype-bundles</artifactId>  
+    <groupId>org.apache.maven.archetype</groupId>  
+    <version>0.14-SNAPSHOT</version> 
+  </parent>  
+  <modelVersion>4.0.0</modelVersion>  
+  <groupId>org.apache.maven.archetypes</groupId>  
+  <artifactId>maven-archetype-dotnetexe</artifactId>  
+  <packaging>maven-plugin</packaging>  
+  <name>Maven Dotnet Executable Archetype</name>  
+  <version>0.14-SNAPSHOT</version> 
+</project>

Modified: incubator/nmaven/trunk/sandbox/maven-csharp/archetype/maven-archetype-dotnetexe/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/sandbox/maven-csharp/archetype/maven-archetype-dotnetexe/src/main/resources/archetype-resources/pom.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/sandbox/maven-csharp/archetype/maven-archetype-dotnetexe/src/main/resources/archetype-resources/pom.xml (original)
+++ incubator/nmaven/trunk/sandbox/maven-csharp/archetype/maven-archetype-dotnetexe/src/main/resources/archetype-resources/pom.xml Wed Sep 19 13:21:37 2007
@@ -1,168 +1,154 @@
-<project>
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>${groupId}</groupId>
-  	<artifactId>${artifactId}</artifactId>
-  	<version>${version}</version>
-	<packaging>dotnet-exe</packaging>
-	<build>
-
-	  <!-- ****************************************************************
-			Required. Repoints the source and output dirs to the 
-	       **************************************************************** -->
-	       
-		<outputDirectory>target/dotnet-assembly</outputDirectory>
-		<testOutputDirectory>target/test-dotnet-assembly</testOutputDirectory>
-		<sourceDirectory>src/main/csharp</sourceDirectory>
-		<testSourceDirectory>src/test/csharp</testSourceDirectory>
-		
-
-	  <!-- ****************************************************************
-		  			COMPILER PLUGIN
-		  Required, this is the api around the compilers.
-		  **************************************************************** -->
-		<plugins>
-			<plugin>
-				<artifactId>maven-compiler-plugin</artifactId>
-				<version>2.0</version>
-				<extensions>true</extensions>
-				<!--  these are general config options across the CSharp compiler -->
-				<configuration>
-					<compilerId>csharp</compilerId>
-					<fork>true</fork>
-					<!--  default executable = csc specify mcs to compile with mono -->
-					<!--  executable>csc</executable -->
-					<!--  compiler arguments see docco for full list -->
-					<compilerArguments>
-						<doc>true</doc>
-						<!--  example of ignoring warnings -->
-						<!--  nowarn>1591</nowarn -->
-						<!-- the includes elements below are required -->
-					</compilerArguments>
-					<includes>
-						<include>**/*.cs</include>
-					</includes>
-				</configuration>
-				
-				<!--  executions need to be specified for the dotnet plugin 
-				(is slightly ugly, hopefully can get rid of in future -->
-				<executions>
-					<!--  this configuration is required to tell the compiler what is different about
-						  the main compile as apposed to the test compile -->
-					<execution>
-						<id>compile</id>
-						<phase>compile</phase>
-						<goals>
-							<goal>compile</goal>
-						</goals>
-						<configuration>
-							<compilerArguments>
-								<target>exe</target>
-								<!--  mainClass>MyNamespace.MyStaticMainClass</mainClass -->
-							</compilerArguments>
-						</configuration>
-					</execution>
-
-					<!--  this configuration is required to tell the compiler what is different about
-						  the main compile as apposed to the test compile -->					
-					<execution>
-						<id>testCompile</id>
-						<phase>test-compile</phase>
-						<goals>
-							<goal>testCompile</goal>
-						</goals>
-						<configuration>
-							<compilerArguments>
-								<!--  the library element is required for test compile -->
-								<target>library</target>
-								<!--  the out element is required for the test compile -->
-								<out>unit-tests.dll</out>
-							</compilerArguments>
-						</configuration>
-					</execution>
-				</executions>
-				
-				
-		  <!-- ****************************************************************
-		  			CSHARP COMPILER DEPENDENCY
-		  Required as this is the compiler maven uses to do the compile.
-		  **************************************************************** -->
-				<dependencies>
-					<dependency>
-						<groupId>org.codehaus.plexus</groupId>
-						<artifactId>plexus-compiler-csharp</artifactId>
-						<version>1.6-SNAPSHOT</version>
-					</dependency>
-				</dependencies>
-				
-			</plugin>
-
-		  <!-- ****************************************************************
-		  			ASSEMBLY PLUGIN
-		  Required as has a bunch of shared functionality across the dotnet
-		  plugins.
-		  **************************************************************** -->
-			
-		  <!-- ****************************************************************
-		  			CSHARP PLUGIN
-		  Required as defines custom build cycles
-		  **************************************************************** -->
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-csharp-lifecycle-plugin</artifactId>
-				<version>1.0-SNAPSHOT</version>
-				<extensions>true</extensions>
-			</plugin>
-			
- 		  <!-- ****************************************************************
-		  			NUNIT PLUGIN
-		  If your application requires a .config file uncomment the configuration element
-		  below 
-		  **************************************************************** -->
-		  <plugin>
-	     	<groupId>org.apache.maven.plugins</groupId>
-	        <artifactId>maven-nunit-plugin</artifactId>
-	        <version>1.0-SNAPSHOT</version>
-	        <!-- configuration>
-	          <configFile>src/main/resources/App.config</configFile>
-	        </configuration -->
-	      </plugin>
-
-		  <!-- ****************************************************************
-		  			VISUAL STUDIO PLUGIN
-		  if you wish to use the Visual Studio Plugin, uncomment the lines below
-		  and add your own set of includes as necessary
-		  **************************************************************** -->
-	      <!--  plugin>
-	        <groupId>org.apache.maven.plugins</groupId>
-	        <artifactId>maven-vstudio-plugin</artifactId>
-	        <configuration>
-	          <frameworkHome>${dotnet.home}</frameworkHome>
-	          <includes>
-				<include>**/*.aspx</include>
-				<include>**/*.resx</include>
-				<include>**/*.cs</include>
-	          </includes>
-	          
-	          <references>
-	          	<reference>
-	          		<path>System.dll</path>
-	          		<gac>true</gac>
-	          	</reference>
-	          </references>
-	        </configuration>
-	      </plugin -->
-
-		</plugins>
-
-	</build>
-
-	<dependencies>
-		<dependency>
-			<groupId>nunit</groupId>
-			<artifactId>nunit-console</artifactId>
-			<version>2.2</version>
-			<type>dotnet-exe</type>
-			<scope>test</scope>
-		</dependency>
-	</dependencies>	
-</project>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project> 
+  <modelVersion>4.0.0</modelVersion>  
+  <groupId>${groupId}</groupId>  
+  <artifactId>${artifactId}</artifactId>  
+  <version>0.14-SNAPSHOT</version>  
+  <packaging>dotnet-exe</packaging>  
+  <build> 
+    <!-- ****************************************************************
+			Required. Repoints the source and output dirs to the 
+	       **************************************************************** -->  
+    <outputDirectory>target/dotnet-assembly</outputDirectory>  
+    <testOutputDirectory>target/test-dotnet-assembly</testOutputDirectory>  
+    <sourceDirectory>src/main/csharp</sourceDirectory>  
+    <testSourceDirectory>src/test/csharp</testSourceDirectory>  
+    <!-- ****************************************************************
+		  			COMPILER PLUGIN
+		  Required, this is the api around the compilers.
+		  **************************************************************** -->  
+    <plugins> 
+      <plugin> 
+        <artifactId>maven-compiler-plugin</artifactId>  
+        <version>2.0</version>  
+        <extensions>true</extensions>  
+        <!--  these are general config options across the CSharp compiler -->  
+        <configuration> 
+          <compilerId>csharp</compilerId>  
+          <fork>true</fork>  
+          <!--  default executable = csc specify mcs to compile with mono -->  
+          <!--  executable>csc</executable -->  
+          <!--  compiler arguments see docco for full list -->  
+          <compilerArguments> 
+            <doc>true</doc>  
+            <!--  example of ignoring warnings -->  
+            <!--  nowarn>1591</nowarn -->  
+            <!-- the includes elements below are required --> 
+          </compilerArguments>  
+          <includes> 
+            <include>**/*.cs</include> 
+          </includes> 
+        </configuration>  
+        <!--  executions need to be specified for the dotnet plugin 
+				(is slightly ugly, hopefully can get rid of in future -->  
+        <executions> 
+          <!--  this configuration is required to tell the compiler what is different about
+						  the main compile as apposed to the test compile -->  
+          <execution> 
+            <id>compile</id>  
+            <phase>compile</phase>  
+            <goals> 
+              <goal>compile</goal> 
+            </goals>  
+            <configuration> 
+              <compilerArguments> 
+                <target>exe</target>  
+                <!--  mainClass>MyNamespace.MyStaticMainClass</mainClass --> 
+              </compilerArguments> 
+            </configuration> 
+          </execution>  
+          <!--  this configuration is required to tell the compiler what is different about
+						  the main compile as apposed to the test compile -->  
+          <execution> 
+            <id>testCompile</id>  
+            <phase>test-compile</phase>  
+            <goals> 
+              <goal>testCompile</goal> 
+            </goals>  
+            <configuration> 
+              <compilerArguments> 
+                <!--  the library element is required for test compile -->  
+                <target>library</target>  
+                <!--  the out element is required for the test compile -->  
+                <out>unit-tests.dll</out> 
+              </compilerArguments> 
+            </configuration> 
+          </execution> 
+        </executions>  
+        <!-- ****************************************************************
+		  			CSHARP COMPILER DEPENDENCY
+		  Required as this is the compiler maven uses to do the compile.
+		  **************************************************************** -->  
+        <dependencies> 
+          <dependency> 
+            <groupId>org.codehaus.plexus</groupId>  
+            <artifactId>plexus-compiler-csharp</artifactId>  
+            <version>1.6-SNAPSHOT</version> 
+          </dependency> 
+        </dependencies> 
+      </plugin>  
+      <!-- ****************************************************************
+		  			ASSEMBLY PLUGIN
+		  Required as has a bunch of shared functionality across the dotnet
+		  plugins.
+		  **************************************************************** -->  
+      <!-- ****************************************************************
+		  			CSHARP PLUGIN
+		  Required as defines custom build cycles
+		  **************************************************************** -->  
+      <plugin> 
+        <groupId>org.apache.maven.plugins</groupId>  
+        <artifactId>maven-csharp-lifecycle-plugin</artifactId>  
+        <version>1.0-SNAPSHOT</version>  
+        <extensions>true</extensions> 
+      </plugin>  
+      <!-- ****************************************************************
+		  			NUNIT PLUGIN
+		  If your application requires a .config file uncomment the configuration element
+		  below 
+		  **************************************************************** -->  
+      <plugin> 
+        <groupId>org.apache.maven.plugins</groupId>  
+        <artifactId>maven-nunit-plugin</artifactId>  
+        <version>1.0-SNAPSHOT</version>  
+        <!-- configuration>
+	          <configFile>src/main/resources/App.config</configFile>
+	        </configuration --> 
+      </plugin>  
+      <!-- ****************************************************************
+		  			VISUAL STUDIO PLUGIN
+		  if you wish to use the Visual Studio Plugin, uncomment the lines below
+		  and add your own set of includes as necessary
+		  **************************************************************** -->  
+      <!--  plugin>
+	        <groupId>org.apache.maven.plugins</groupId>
+	        <artifactId>maven-vstudio-plugin</artifactId>
+	        <configuration>
+	          <frameworkHome>${dotnet.home}</frameworkHome>
+	          <includes>
+				<include>**/*.aspx</include>
+				<include>**/*.resx</include>
+				<include>**/*.cs</include>
+	          </includes>
+	          
+	          <references>
+	          	<reference>
+	          		<path>System.dll</path>
+	          		<gac>true</gac>
+	          	</reference>
+	          </references>
+	        </configuration>
+	      </plugin --> 
+    </plugins> 
+  </build>  
+  <dependencies> 
+    <dependency> 
+      <groupId>nunit</groupId>  
+      <artifactId>nunit-console</artifactId>  
+      <version>2.2</version>  
+      <type>dotnet-exe</type>  
+      <scope>test</scope> 
+    </dependency> 
+  </dependencies> 
+</project>

Modified: incubator/nmaven/trunk/sandbox/maven-csharp/archetype/maven-archetype-dotnetlibrary/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/sandbox/maven-csharp/archetype/maven-archetype-dotnetlibrary/pom.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/sandbox/maven-csharp/archetype/maven-archetype-dotnetlibrary/pom.xml (original)
+++ incubator/nmaven/trunk/sandbox/maven-csharp/archetype/maven-archetype-dotnetlibrary/pom.xml Wed Sep 19 13:21:37 2007
@@ -1,13 +1,15 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
-  <parent>
-    <artifactId>maven-archetype-bundles</artifactId>
-    <groupId>org.apache.maven.archetype</groupId>
-    <version>1-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.archetypes</groupId>
-  <artifactId>maven-archetype-dotnetlibrary</artifactId>
-  <packaging>maven-plugin</packaging>
-  <name>Maven Dotnet Library Archetype</name>
-  <version>1.0-SNAPSHOT</version>
-</project>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project> 
+  <parent> 
+    <artifactId>maven-archetype-bundles</artifactId>  
+    <groupId>org.apache.maven.archetype</groupId>  
+    <version>0.14-SNAPSHOT</version> 
+  </parent>  
+  <modelVersion>4.0.0</modelVersion>  
+  <groupId>org.apache.maven.archetypes</groupId>  
+  <artifactId>maven-archetype-dotnetlibrary</artifactId>  
+  <packaging>maven-plugin</packaging>  
+  <name>Maven Dotnet Library Archetype</name>  
+  <version>0.14-SNAPSHOT</version> 
+</project>

Modified: incubator/nmaven/trunk/sandbox/maven-csharp/archetype/maven-archetype-dotnetlibrary/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/sandbox/maven-csharp/archetype/maven-archetype-dotnetlibrary/src/main/resources/archetype-resources/pom.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/sandbox/maven-csharp/archetype/maven-archetype-dotnetlibrary/src/main/resources/archetype-resources/pom.xml (original)
+++ incubator/nmaven/trunk/sandbox/maven-csharp/archetype/maven-archetype-dotnetlibrary/src/main/resources/archetype-resources/pom.xml Wed Sep 19 13:21:37 2007
@@ -1,162 +1,148 @@
-<project>
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>${groupId}</groupId>
-  	<artifactId>${artifactId}</artifactId>
-  	<version>${version}</version>
-	<packaging>dotnet-library</packaging>
-	<build>
-
-	  <!-- ****************************************************************
-			Required. Repoints the source and output dirs to the 
-		  **************************************************************** -->
-		<outputDirectory>target/dotnet-assembly</outputDirectory>
-		<testOutputDirectory>target/test-dotnet-assembly</testOutputDirectory>
-		<sourceDirectory>src/main/csharp</sourceDirectory>
-		<testSourceDirectory>src/test/csharp</testSourceDirectory>
-		
-	  <!-- ****************************************************************
-		  			COMPILER PLUGIN
-		  Required, this is the api around the compilers.
-		  **************************************************************** -->
-		<plugins>
-			<plugin>
-				<artifactId>maven-compiler-plugin</artifactId>
-				<version>2.0</version>
-				<extensions>true</extensions>
-				<!--  these are general config options across the CSharp compiler -->
-				<configuration>
-					<compilerId>csharp</compilerId>
-					<fork>true</fork>
-					<!--  default executable = csc specify mcs to compile with mono -->
-					<!--  executable>csc</executable -->
-					<!--  compiler arguments see docco for full list -->
-					<compilerArguments>
-						<doc>true</doc>
-						<!--  example of ignoring warnings -->
-						<!--  nowarn>1591</nowarn -->
-					</compilerArguments>
-					<includes>
-						<include>**/*.cs</include>
-					</includes>					
-				</configuration>
-				
-				<!--  executions need to be specified for the dotnet plugin 
-				(is slightly ugly, hopefully can get rid of in future -->
-				<executions>
-					<!--  this configuration is required to tell the compiler what is different about
-						  the main compile as apposed to the test compile -->
-					<execution>
-						<id>compile</id>
-						<phase>compile</phase>
-						<goals>
-							<goal>compile</goal>
-						</goals>
-						<configuration>
-							<compilerArguments>
-								<target>library</target>
-								<!--  mainClass>MyNamespace.MyStaticMainClass</mainClass -->
-							</compilerArguments>
-						</configuration>
-					</execution>
-
-					<!--  this configuration is required to tell the compiler what is different about
-						  the main compile as apposed to the test compile -->					
-					<execution>
-						<id>testCompile</id>
-						<phase>test-compile</phase>
-						<goals>
-							<goal>testCompile</goal>
-						</goals>
-						<configuration>
-							<compilerArguments>
-								<!--  the library element is required for test compile -->
-								<target>library</target>
-								<!--  the isTest element is required for the test compile -->
-								<out>unit-tests.dll</out>
-							</compilerArguments>
-						</configuration>
-					</execution>
-				</executions>
-				
-				
-		  <!-- ****************************************************************
-		  			CSHARP COMPILER DEPENDENCY
-		  Required as this is the compiler maven uses to do the compile.
-		  **************************************************************** -->
-				<dependencies>
-					<dependency>
-						<groupId>org.codehaus.plexus</groupId>
-						<artifactId>plexus-compiler-csharp</artifactId>
-						<version>1.6-SNAPSHOT</version>
-					</dependency>
-				</dependencies>
-				
-			</plugin>
-			
-		  <!-- ****************************************************************
-		  			CSHARP PLUGIN
-		  Required as defines custom build cycles
-		  **************************************************************** -->
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-csharp-lifecycle-plugin</artifactId>
-				<version>1.0-SNAPSHOT</version>
-				<extensions>true</extensions>
-			</plugin>
-			
- 		  <!-- ****************************************************************
-		  			NUNIT PLUGIN
-		  If your application requires a .config file uncomment the configuration element
-		  below 
-		  **************************************************************** -->
-		  <plugin>
-	     	<groupId>org.apache.maven.plugins</groupId>
-	        <artifactId>maven-nunit-plugin</artifactId>
-	        <version>1.0-SNAPSHOT</version>
-	        <!-- configuration>
-	          <configFile>src/main/resources/App.config</configFile>
-	        </configuration -->
-	      </plugin>
-
-		  <!-- ****************************************************************
-		  			VISUAL STUDIO PLUGIN
-		  if you wish to use the Visual Studio Plugin, uncomment the lines below
-		  and add your own set of includes as necessary. These will be added to the 
-		  .csproj file.
-		  **************************************************************** -->
-	      <!--  plugin>
-	        <groupId>org.apache.maven.plugins</groupId>
-	        <artifactId>maven-vstudio-plugin</artifactId>
-	        <configuration>
-	          <frameworkHome>${dotnet.home}</frameworkHome>
-	          <includes>
-				<include>**/*.aspx</include>
-				<include>**/*.resx</include>
-				<include>**/*.cs</include>
-	          </includes>
-	          <references>
-		       	<reference>
-		       		<path>System.dll</path>
-		       		<gac>true</gac>
-		       	</reference>
-	          </references>
-	        </configuration>
-	      </plugin -->
-
-		</plugins>
-
-	</build>
-
-	<dependencies>
-				
-		<dependency>
-			<groupId>nunit</groupId>
-			<artifactId>nunit-console</artifactId>
-			<version>2.2</version>
-			<type>dotnet-exe</type>
-			<scope>test</scope>
-		</dependency>
-				
-	</dependencies>
-	
-</project>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project> 
+  <modelVersion>4.0.0</modelVersion>  
+  <groupId>${groupId}</groupId>  
+  <artifactId>${artifactId}</artifactId>  
+  <version>0.14-SNAPSHOT</version>  
+  <packaging>dotnet-library</packaging>  
+  <build> 
+    <!-- ****************************************************************
+			Required. Repoints the source and output dirs to the 
+		  **************************************************************** -->  
+    <outputDirectory>target/dotnet-assembly</outputDirectory>  
+    <testOutputDirectory>target/test-dotnet-assembly</testOutputDirectory>  
+    <sourceDirectory>src/main/csharp</sourceDirectory>  
+    <testSourceDirectory>src/test/csharp</testSourceDirectory>  
+    <!-- ****************************************************************
+		  			COMPILER PLUGIN
+		  Required, this is the api around the compilers.
+		  **************************************************************** -->  
+    <plugins> 
+      <plugin> 
+        <artifactId>maven-compiler-plugin</artifactId>  
+        <version>2.0</version>  
+        <extensions>true</extensions>  
+        <!--  these are general config options across the CSharp compiler -->  
+        <configuration> 
+          <compilerId>csharp</compilerId>  
+          <fork>true</fork>  
+          <!--  default executable = csc specify mcs to compile with mono -->  
+          <!--  executable>csc</executable -->  
+          <!--  compiler arguments see docco for full list -->  
+          <compilerArguments> 
+            <doc>true</doc>  
+            <!--  example of ignoring warnings -->  
+            <!--  nowarn>1591</nowarn --> 
+          </compilerArguments>  
+          <includes> 
+            <include>**/*.cs</include> 
+          </includes> 
+        </configuration>  
+        <!--  executions need to be specified for the dotnet plugin 
+				(is slightly ugly, hopefully can get rid of in future -->  
+        <executions> 
+          <!--  this configuration is required to tell the compiler what is different about
+						  the main compile as apposed to the test compile -->  
+          <execution> 
+            <id>compile</id>  
+            <phase>compile</phase>  
+            <goals> 
+              <goal>compile</goal> 
+            </goals>  
+            <configuration> 
+              <compilerArguments> 
+                <target>library</target>  
+                <!--  mainClass>MyNamespace.MyStaticMainClass</mainClass --> 
+              </compilerArguments> 
+            </configuration> 
+          </execution>  
+          <!--  this configuration is required to tell the compiler what is different about
+						  the main compile as apposed to the test compile -->  
+          <execution> 
+            <id>testCompile</id>  
+            <phase>test-compile</phase>  
+            <goals> 
+              <goal>testCompile</goal> 
+            </goals>  
+            <configuration> 
+              <compilerArguments> 
+                <!--  the library element is required for test compile -->  
+                <target>library</target>  
+                <!--  the isTest element is required for the test compile -->  
+                <out>unit-tests.dll</out> 
+              </compilerArguments> 
+            </configuration> 
+          </execution> 
+        </executions>  
+        <!-- ****************************************************************
+		  			CSHARP COMPILER DEPENDENCY
+		  Required as this is the compiler maven uses to do the compile.
+		  **************************************************************** -->  
+        <dependencies> 
+          <dependency> 
+            <groupId>org.codehaus.plexus</groupId>  
+            <artifactId>plexus-compiler-csharp</artifactId>  
+            <version>1.6-SNAPSHOT</version> 
+          </dependency> 
+        </dependencies> 
+      </plugin>  
+      <!-- ****************************************************************
+		  			CSHARP PLUGIN
+		  Required as defines custom build cycles
+		  **************************************************************** -->  
+      <plugin> 
+        <groupId>org.apache.maven.plugins</groupId>  
+        <artifactId>maven-csharp-lifecycle-plugin</artifactId>  
+        <version>1.0-SNAPSHOT</version>  
+        <extensions>true</extensions> 
+      </plugin>  
+      <!-- ****************************************************************
+		  			NUNIT PLUGIN
+		  If your application requires a .config file uncomment the configuration element
+		  below 
+		  **************************************************************** -->  
+      <plugin> 
+        <groupId>org.apache.maven.plugins</groupId>  
+        <artifactId>maven-nunit-plugin</artifactId>  
+        <version>1.0-SNAPSHOT</version>  
+        <!-- configuration>
+	          <configFile>src/main/resources/App.config</configFile>
+	        </configuration --> 
+      </plugin>  
+      <!-- ****************************************************************
+		  			VISUAL STUDIO PLUGIN
+		  if you wish to use the Visual Studio Plugin, uncomment the lines below
+		  and add your own set of includes as necessary. These will be added to the 
+		  .csproj file.
+		  **************************************************************** -->  
+      <!--  plugin>
+	        <groupId>org.apache.maven.plugins</groupId>
+	        <artifactId>maven-vstudio-plugin</artifactId>
+	        <configuration>
+	          <frameworkHome>${dotnet.home}</frameworkHome>
+	          <includes>
+				<include>**/*.aspx</include>
+				<include>**/*.resx</include>
+				<include>**/*.cs</include>
+	          </includes>
+	          <references>
+		       	<reference>
+		       		<path>System.dll</path>
+		       		<gac>true</gac>
+		       	</reference>
+	          </references>
+	        </configuration>
+	      </plugin --> 
+    </plugins> 
+  </build>  
+  <dependencies> 
+    <dependency> 
+      <groupId>nunit</groupId>  
+      <artifactId>nunit-console</artifactId>  
+      <version>2.2</version>  
+      <type>dotnet-exe</type>  
+      <scope>test</scope> 
+    </dependency> 
+  </dependencies> 
+</project>

Modified: incubator/nmaven/trunk/sandbox/maven-csharp/plugins/maven-csharp-helper-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/sandbox/maven-csharp/plugins/maven-csharp-helper-plugin/pom.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/sandbox/maven-csharp/plugins/maven-csharp-helper-plugin/pom.xml (original)
+++ incubator/nmaven/trunk/sandbox/maven-csharp/plugins/maven-csharp-helper-plugin/pom.xml Wed Sep 19 13:21:37 2007
@@ -1,85 +1,83 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
-  
-  <parent>
-    <groupId>org.apache.maven.plugins</groupId>
-    <artifactId>maven-plugins</artifactId>
-    <version>1</version>
-  </parent>
-  
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.plugins</groupId>
-  <artifactId>maven-csharp-helper-plugin</artifactId>
-  <packaging>maven-plugin</packaging>
-  <name>Maven CSharp Helper Plugin</name>
-  <version>1.0-SNAPSHOT</version>
-  <url>http://maven.apache.org/</url>
-  
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-site-plugin</artifactId>
-        <version>2.0-beta-4</version>
-      </plugin>
-    </plugins>
-  </build>
-  
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-project</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-      <version>1.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-utils</artifactId>
-      <version>1.0.4</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-artifact</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-container-default</artifactId>
-      <version>1.0-alpha-8</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  <reporting>
-    <plugins>
-      <plugin>
-        <artifactId>maven-javadoc-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <artifactId>maven-plugin-plugin</artifactId>
-        <version>2.0</version>
-      </plugin>
-      <plugin>
-        <artifactId>maven-site-plugin</artifactId>
-        <version>2.0-beta-3</version>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>jxr-maven-plugin</artifactId>
-        <version>2.0-beta-1</version>
-      </plugin>
-    </plugins>
-  </reporting>
-</project>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project> 
+  <parent> 
+    <groupId>org.apache.maven.plugins</groupId>  
+    <artifactId>maven-plugins</artifactId>  
+    <version>0.14-SNAPSHOT</version> 
+  </parent>  
+  <modelVersion>4.0.0</modelVersion>  
+  <groupId>org.apache.maven.plugins</groupId>  
+  <artifactId>maven-csharp-helper-plugin</artifactId>  
+  <packaging>maven-plugin</packaging>  
+  <name>Maven CSharp Helper Plugin</name>  
+  <version>0.14-SNAPSHOT</version>  
+  <url>http://maven.apache.org/</url>  
+  <build> 
+    <plugins> 
+      <plugin> 
+        <artifactId>maven-site-plugin</artifactId>  
+        <version>2.0-beta-4</version> 
+      </plugin> 
+    </plugins> 
+  </build>  
+  <dependencies> 
+    <dependency> 
+      <groupId>junit</groupId>  
+      <artifactId>junit</artifactId>  
+      <version>3.8.1</version>  
+      <scope>test</scope> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.apache.maven</groupId>  
+      <artifactId>maven-project</artifactId>  
+      <version>2.0</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.apache.maven</groupId>  
+      <artifactId>maven-plugin-api</artifactId>  
+      <version>2.0</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>commons-io</groupId>  
+      <artifactId>commons-io</artifactId>  
+      <version>1.1</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.codehaus.plexus</groupId>  
+      <artifactId>plexus-utils</artifactId>  
+      <version>1.0.4</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.apache.maven</groupId>  
+      <artifactId>maven-artifact</artifactId>  
+      <version>2.0</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.codehaus.plexus</groupId>  
+      <artifactId>plexus-container-default</artifactId>  
+      <version>1.0-alpha-8</version>  
+      <scope>test</scope> 
+    </dependency> 
+  </dependencies>  
+  <reporting> 
+    <plugins> 
+      <plugin> 
+        <artifactId>maven-javadoc-plugin</artifactId> 
+      </plugin>  
+      <plugin> 
+        <artifactId>maven-plugin-plugin</artifactId>  
+        <version>2.0</version> 
+      </plugin>  
+      <plugin> 
+        <artifactId>maven-site-plugin</artifactId>  
+        <version>2.0-beta-3</version> 
+      </plugin>  
+      <plugin> 
+        <groupId>org.codehaus.mojo</groupId>  
+        <artifactId>jxr-maven-plugin</artifactId>  
+        <version>2.0-beta-1</version> 
+      </plugin> 
+    </plugins> 
+  </reporting> 
+</project>

Modified: incubator/nmaven/trunk/sandbox/maven-csharp/plugins/maven-csharp-lifecycle-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/sandbox/maven-csharp/plugins/maven-csharp-lifecycle-plugin/pom.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/sandbox/maven-csharp/plugins/maven-csharp-lifecycle-plugin/pom.xml (original)
+++ incubator/nmaven/trunk/sandbox/maven-csharp/plugins/maven-csharp-lifecycle-plugin/pom.xml Wed Sep 19 13:21:37 2007
@@ -1,49 +1,49 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
-  
-<parent>
-    <groupId>org.apache.maven.plugins</groupId>
-    <artifactId>maven-plugins</artifactId>
-    <version>1</version>
-  </parent>
-  
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.plugins</groupId>
-  <artifactId>maven-csharp-lifecycle-plugin</artifactId>
-  <packaging>maven-plugin</packaging>
-  <name>Maven CSharp Lifecycle Plugin</name>
-  <version>1.0-SNAPSHOT</version>
-  <url>http://maven.apache.org</url>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-  </dependencies>
-  <reporting>
-    <plugins>
-      <plugin>
-        <artifactId>maven-javadoc-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <artifactId>maven-plugin-plugin</artifactId>
-        <version>2.0</version>
-      </plugin>
-      <plugin>
-        <artifactId>maven-site-plugin</artifactId>
-        <version>2.0-beta-3</version>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>jxr-maven-plugin</artifactId>
-        <version>2.0-beta-1</version>
-      </plugin>
-    </plugins>
-  </reporting>
-</project>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project> 
+  <parent> 
+    <groupId>org.apache.maven.plugins</groupId>  
+    <artifactId>maven-plugins</artifactId>  
+    <version>0.14-SNAPSHOT</version> 
+  </parent>  
+  <modelVersion>4.0.0</modelVersion>  
+  <groupId>org.apache.maven.plugins</groupId>  
+  <artifactId>maven-csharp-lifecycle-plugin</artifactId>  
+  <packaging>maven-plugin</packaging>  
+  <name>Maven CSharp Lifecycle Plugin</name>  
+  <version>0.14-SNAPSHOT</version>  
+  <url>http://maven.apache.org</url>  
+  <dependencies> 
+    <dependency> 
+      <groupId>junit</groupId>  
+      <artifactId>junit</artifactId>  
+      <version>3.8.1</version>  
+      <scope>test</scope> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.apache.maven</groupId>  
+      <artifactId>maven-plugin-api</artifactId>  
+      <version>2.0</version> 
+    </dependency> 
+  </dependencies>  
+  <reporting> 
+    <plugins> 
+      <plugin> 
+        <artifactId>maven-javadoc-plugin</artifactId> 
+      </plugin>  
+      <plugin> 
+        <artifactId>maven-plugin-plugin</artifactId>  
+        <version>2.0</version> 
+      </plugin>  
+      <plugin> 
+        <artifactId>maven-site-plugin</artifactId>  
+        <version>2.0-beta-3</version> 
+      </plugin>  
+      <plugin> 
+        <groupId>org.codehaus.mojo</groupId>  
+        <artifactId>jxr-maven-plugin</artifactId>  
+        <version>2.0-beta-1</version> 
+      </plugin> 
+    </plugins> 
+  </reporting> 
+</project>

Modified: incubator/nmaven/trunk/sandbox/maven-csharp/plugins/maven-csharp-package-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/sandbox/maven-csharp/plugins/maven-csharp-package-plugin/pom.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/sandbox/maven-csharp/plugins/maven-csharp-package-plugin/pom.xml (original)
+++ incubator/nmaven/trunk/sandbox/maven-csharp/plugins/maven-csharp-package-plugin/pom.xml Wed Sep 19 13:21:37 2007
@@ -1,64 +1,64 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
-  
-  <parent>
-    <groupId>org.apache.maven.plugins</groupId>
-    <artifactId>maven-plugins</artifactId>
-    <version>1</version>
-  </parent>
-  
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.plugins</groupId>
-  <artifactId>maven-csharp-package-plugin</artifactId>
-  <packaging>maven-plugin</packaging>
-  <name>Maven CSharp Package Plugin</name>
-  <version>1.0-SNAPSHOT</version>
-  <url>http://maven.apache.org</url>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-project</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-      <version>1.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.plugins</groupId>
-      <artifactId>maven-csharp-helper-plugin</artifactId>
-      <version>1.0-SNAPSHOT</version>
-    </dependency>
-  </dependencies>
-  <reporting>
-    <plugins>
-      <plugin>
-        <artifactId>maven-javadoc-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <artifactId>maven-plugin-plugin</artifactId>
-        <version>2.0</version>
-      </plugin>
-      <plugin>
-        <artifactId>maven-site-plugin</artifactId>
-        <version>2.0-beta-3</version>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>jxr-maven-plugin</artifactId>
-        <version>2.0-beta-1</version>
-      </plugin>
-    </plugins>
-  </reporting>
-</project>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project> 
+  <parent> 
+    <groupId>org.apache.maven.plugins</groupId>  
+    <artifactId>maven-plugins</artifactId>  
+    <version>0.14-SNAPSHOT</version> 
+  </parent>  
+  <modelVersion>4.0.0</modelVersion>  
+  <groupId>org.apache.maven.plugins</groupId>  
+  <artifactId>maven-csharp-package-plugin</artifactId>  
+  <packaging>maven-plugin</packaging>  
+  <name>Maven CSharp Package Plugin</name>  
+  <version>0.14-SNAPSHOT</version>  
+  <url>http://maven.apache.org</url>  
+  <dependencies> 
+    <dependency> 
+      <groupId>junit</groupId>  
+      <artifactId>junit</artifactId>  
+      <version>3.8.1</version>  
+      <scope>test</scope> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.apache.maven</groupId>  
+      <artifactId>maven-project</artifactId>  
+      <version>2.0</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.apache.maven</groupId>  
+      <artifactId>maven-plugin-api</artifactId>  
+      <version>2.0</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>commons-io</groupId>  
+      <artifactId>commons-io</artifactId>  
+      <version>1.1</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.apache.maven.plugins</groupId>  
+      <artifactId>maven-csharp-helper-plugin</artifactId>  
+      <version>0.14-SNAPSHOT</version> 
+    </dependency> 
+  </dependencies>  
+  <reporting> 
+    <plugins> 
+      <plugin> 
+        <artifactId>maven-javadoc-plugin</artifactId> 
+      </plugin>  
+      <plugin> 
+        <artifactId>maven-plugin-plugin</artifactId>  
+        <version>2.0</version> 
+      </plugin>  
+      <plugin> 
+        <artifactId>maven-site-plugin</artifactId>  
+        <version>2.0-beta-3</version> 
+      </plugin>  
+      <plugin> 
+        <groupId>org.codehaus.mojo</groupId>  
+        <artifactId>jxr-maven-plugin</artifactId>  
+        <version>2.0-beta-1</version> 
+      </plugin> 
+    </plugins> 
+  </reporting> 
+</project>

Modified: incubator/nmaven/trunk/sandbox/maven-csharp/plugins/maven-csharp-source-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/sandbox/maven-csharp/plugins/maven-csharp-source-plugin/pom.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/sandbox/maven-csharp/plugins/maven-csharp-source-plugin/pom.xml (original)
+++ incubator/nmaven/trunk/sandbox/maven-csharp/plugins/maven-csharp-source-plugin/pom.xml Wed Sep 19 13:21:37 2007
@@ -1,90 +1,88 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
-  <modelVersion>4.0.0</modelVersion>
-  
-  <parent>
-    <groupId>org.apache.maven.plugins</groupId>
-    <artifactId>maven-plugins</artifactId>
-    <version>1</version>
-  </parent>
-  
-  <groupId>org.apache.maven.plugins</groupId>
-  <artifactId>maven-csharp-source-plugin</artifactId>
-  <packaging>maven-plugin</packaging>
-  <name>Maven CSharp Source Plugin</name>
-  <version>1.0-SNAPSHOT</version>
-  <url>http://maven.apache.org/</url>
-  
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-site-plugin</artifactId>
-        <version>2.0-beta-4</version>
-      </plugin>
-    </plugins>
-  </build>
-  
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-project</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-      <version>1.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.plugins</groupId>
-      <artifactId>maven-csharp-helper-plugin</artifactId>
-      <version>1.0-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-utils</artifactId>
-      <version>1.0.4</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-artifact</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-container-default</artifactId>
-      <version>1.0-alpha-8</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  <reporting>
-    <plugins>
-      <plugin>
-        <artifactId>maven-javadoc-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <artifactId>maven-plugin-plugin</artifactId>
-        <version>2.0</version>
-      </plugin>
-      <plugin>
-        <artifactId>maven-site-plugin</artifactId>
-        <version>2.0-beta-3</version>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>jxr-maven-plugin</artifactId>
-        <version>2.0-beta-1</version>
-      </plugin>
-    </plugins>
-  </reporting>
-</project>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project> 
+  <modelVersion>4.0.0</modelVersion>  
+  <parent> 
+    <groupId>org.apache.maven.plugins</groupId>  
+    <artifactId>maven-plugins</artifactId>  
+    <version>0.14-SNAPSHOT</version> 
+  </parent>  
+  <groupId>org.apache.maven.plugins</groupId>  
+  <artifactId>maven-csharp-source-plugin</artifactId>  
+  <packaging>maven-plugin</packaging>  
+  <name>Maven CSharp Source Plugin</name>  
+  <version>0.14-SNAPSHOT</version>  
+  <url>http://maven.apache.org/</url>  
+  <build> 
+    <plugins> 
+      <plugin> 
+        <artifactId>maven-site-plugin</artifactId>  
+        <version>2.0-beta-4</version> 
+      </plugin> 
+    </plugins> 
+  </build>  
+  <dependencies> 
+    <dependency> 
+      <groupId>junit</groupId>  
+      <artifactId>junit</artifactId>  
+      <version>3.8.1</version>  
+      <scope>test</scope> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.apache.maven</groupId>  
+      <artifactId>maven-project</artifactId>  
+      <version>2.0</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.apache.maven</groupId>  
+      <artifactId>maven-plugin-api</artifactId>  
+      <version>2.0</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>commons-io</groupId>  
+      <artifactId>commons-io</artifactId>  
+      <version>1.1</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.apache.maven.plugins</groupId>  
+      <artifactId>maven-csharp-helper-plugin</artifactId>  
+      <version>0.14-SNAPSHOT</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.codehaus.plexus</groupId>  
+      <artifactId>plexus-utils</artifactId>  
+      <version>1.0.4</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.apache.maven</groupId>  
+      <artifactId>maven-artifact</artifactId>  
+      <version>2.0</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.codehaus.plexus</groupId>  
+      <artifactId>plexus-container-default</artifactId>  
+      <version>1.0-alpha-8</version>  
+      <scope>test</scope> 
+    </dependency> 
+  </dependencies>  
+  <reporting> 
+    <plugins> 
+      <plugin> 
+        <artifactId>maven-javadoc-plugin</artifactId> 
+      </plugin>  
+      <plugin> 
+        <artifactId>maven-plugin-plugin</artifactId>  
+        <version>2.0</version> 
+      </plugin>  
+      <plugin> 
+        <artifactId>maven-site-plugin</artifactId>  
+        <version>2.0-beta-3</version> 
+      </plugin>  
+      <plugin> 
+        <groupId>org.codehaus.mojo</groupId>  
+        <artifactId>jxr-maven-plugin</artifactId>  
+        <version>2.0-beta-1</version> 
+      </plugin> 
+    </plugins> 
+  </reporting> 
+</project>