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 [2/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/components/dotnet-assembler/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-assembler/pom.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/components/dotnet-assembler/pom.xml (original)
+++ incubator/nmaven/trunk/components/dotnet-assembler/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,43 +18,40 @@
 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">
-  <parent>
-    <groupId>org.apache.maven.dotnet</groupId>
-    <version>0.14-SNAPSHOT</version>
-    <artifactId>dotnet-components</artifactId>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.dotnet</groupId>
-  <artifactId>dotnet-assembler</artifactId>
-  <name>dotnet-assembler</name>
-  <description>
-    NMaven
-  </description>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-project</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.dotnet</groupId>
-      <artifactId>dotnet-model-assembly-plugins</artifactId>
-      <version>${pom.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.dotnet</groupId>
-      <artifactId>dotnet-artifact</artifactId>
-      <version>${pom.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.dotnet</groupId>
-      <artifactId>dotnet-core</artifactId>
-      <version>${pom.version}</version>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file
+<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">  
+  <parent> 
+    <groupId>org.apache.maven.dotnet</groupId>  
+    <version>0.14-SNAPSHOT</version>  
+    <artifactId>dotnet-components</artifactId> 
+  </parent>  
+  <modelVersion>4.0.0</modelVersion>  
+  <groupId>org.apache.maven.dotnet</groupId>  
+  <artifactId>dotnet-assembler</artifactId>  
+  <name>dotnet-assembler</name>  
+  <description>NMaven</description>  
+  <dependencies> 
+    <dependency> 
+      <groupId>org.apache.maven</groupId>  
+      <artifactId>maven-plugin-api</artifactId> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.apache.maven</groupId>  
+      <artifactId>maven-project</artifactId> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.apache.maven.dotnet</groupId>  
+      <artifactId>dotnet-model-assembly-plugins</artifactId>  
+      <version>0.14-SNAPSHOT</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.apache.maven.dotnet</groupId>  
+      <artifactId>dotnet-artifact</artifactId>  
+      <version>0.14-SNAPSHOT</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.apache.maven.dotnet</groupId>  
+      <artifactId>dotnet-core</artifactId>  
+      <version>0.14-SNAPSHOT</version> 
+    </dependency> 
+  </dependencies> 
+</project>

Modified: incubator/nmaven/trunk/components/dotnet-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-core/pom.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/components/dotnet-core/pom.xml (original)
+++ incubator/nmaven/trunk/components/dotnet-core/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,33 +18,38 @@
 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">
-  <parent>
-    <groupId>org.apache.maven.dotnet</groupId>
-    <version>0.14-SNAPSHOT</version>
-    <artifactId>dotnet-components</artifactId>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.dotnet</groupId>
-  <artifactId>dotnet-core</artifactId>
-  <name>dotnet-core</name>
-  <description>
-    NMaven
-  </description>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.dotnet</groupId>
-      <artifactId>dotnet-registry</artifactId>
-      <version>${pom.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-project</artifactId>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file
+<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">  
+  <parent> 
+    <groupId>org.apache.maven.dotnet</groupId>  
+    <version>0.14-SNAPSHOT</version>  
+    <artifactId>dotnet-components</artifactId> 
+  </parent>  
+  <modelVersion>4.0.0</modelVersion>  
+  <groupId>org.apache.maven.dotnet</groupId>  
+  <artifactId>dotnet-core</artifactId>  
+  <name>dotnet-core</name>  
+  <description>NMaven</description>  
+  <dependencies> 
+    <dependency> 
+      <groupId>org.apache.maven.dotnet</groupId>  
+      <artifactId>dotnet-registry</artifactId>  
+      <version>0.14-SNAPSHOT</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.apache.maven</groupId>  
+      <artifactId>maven-plugin-api</artifactId> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.apache.maven</groupId>  
+      <artifactId>maven-project</artifactId> 
+    </dependency> 
+  </dependencies>  
+  <build> 
+    <resources> 
+      <resource> 
+        <directory>src/main/resources</directory>  
+        <filtering>true</filtering> 
+      </resource> 
+    </resources> 
+  </build> 
+</project>

Modified: incubator/nmaven/trunk/components/dotnet-core/src/main/resources/META-INF/nmaven/registry-config.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-core/src/main/resources/META-INF/nmaven/registry-config.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/components/dotnet-core/src/main/resources/META-INF/nmaven/registry-config.xml (original)
+++ incubator/nmaven/trunk/components/dotnet-core/src/main/resources/META-INF/nmaven/registry-config.xml Wed Sep 19 13:21:37 2007
@@ -40,7 +40,7 @@
       <repository-config>/META-INF/nmaven/net-dependencies.xml</repository-config>
       <init-param>
         <param-name>nmaven.version</param-name>
-        <param-value>0.14-SNAPSHOT</param-value>
+        <param-value>${pom.version}</param-value>
       </init-param>
     </repository>
     <repository>

Modified: incubator/nmaven/trunk/components/dotnet-dao/project/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-dao/project/pom.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/components/dotnet-dao/project/pom.xml (original)
+++ incubator/nmaven/trunk/components/dotnet-dao/project/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,78 +18,76 @@
 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">
-  <parent>
-    <groupId>org.apache.maven.dotnet</groupId>
-    <version>0.14-SNAPSHOT</version>
-    <artifactId>dotnet-components</artifactId>
-    <relativePath>..\..\pom.xml</relativePath>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.dotnet</groupId>
-  <artifactId>dotnet-dao-project</artifactId>
-  <name>dotnet-dao-project</name>
-  <description>
-  </description>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.dotnet</groupId>
-      <artifactId>dotnet-registry</artifactId>
-      <version>0.14-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.dotnet</groupId>
-      <artifactId>dotnet-core</artifactId>
-      <version>0.14-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.openrdf</groupId>
-      <artifactId>openrdf-model</artifactId>
-      <version>2.0-beta5</version>
-    </dependency>
-    <dependency>
-      <groupId>org.openrdf</groupId>
-      <artifactId>openrdf-repository-api</artifactId>
-      <version>2.0-beta5</version>
-    </dependency>
-    <dependency>
-      <groupId>org.openrdf</groupId>
-      <artifactId>openrdf-sail-nativerdf</artifactId>
-      <version>2.0-beta5</version>
-    </dependency>
-    <dependency>
-      <groupId>org.openrdf</groupId>
-      <artifactId>openrdf-sail-inferencer</artifactId>
-      <version>2.0-beta5</version>
-    </dependency>
-    <dependency>
-      <groupId>org.openrdf</groupId>
-      <artifactId>openrdf-queryparser-sparql</artifactId>
-      <version>2.0-beta5</version>
-    </dependency>
-    <dependency>
-      <groupId>org.openrdf</groupId>
-      <artifactId>openrdf-rio-rdfxml</artifactId>
-      <version>2.0-beta5</version>
-    </dependency>
-    <dependency>
-      <groupId>info.aduna</groupId>
-      <artifactId>aduna-iteration</artifactId>
-      <version>1.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-jdk14</artifactId>
-      <version>1.3.0</version>
-    </dependency>
-  </dependencies>
-  <build>
-    <testResources>
-      <testResource>
-        <directory>src/test/resources</directory>
-        <targetPath>../remote-test-repo</targetPath>
-      </testResource>
-    </testResources>
-  </build>
-</project>
\ No newline at end of file
+<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">  
+  <parent> 
+    <groupId>org.apache.maven.dotnet</groupId>  
+    <version>0.14-SNAPSHOT</version>  
+    <artifactId>dotnet-components</artifactId>  
+    <relativePath>..\..\pom.xml</relativePath> 
+  </parent>  
+  <modelVersion>4.0.0</modelVersion>  
+  <groupId>org.apache.maven.dotnet</groupId>  
+  <artifactId>dotnet-dao-project</artifactId>  
+  <name>dotnet-dao-project</name>  
+  <description/>  
+  <dependencies> 
+    <dependency> 
+      <groupId>org.apache.maven.dotnet</groupId>  
+      <artifactId>dotnet-registry</artifactId>  
+      <version>0.14-SNAPSHOT</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.apache.maven.dotnet</groupId>  
+      <artifactId>dotnet-core</artifactId>  
+      <version>0.14-SNAPSHOT</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.openrdf</groupId>  
+      <artifactId>openrdf-model</artifactId>  
+      <version>2.0-beta5</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.openrdf</groupId>  
+      <artifactId>openrdf-repository-api</artifactId>  
+      <version>2.0-beta5</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.openrdf</groupId>  
+      <artifactId>openrdf-sail-nativerdf</artifactId>  
+      <version>2.0-beta5</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.openrdf</groupId>  
+      <artifactId>openrdf-sail-inferencer</artifactId>  
+      <version>2.0-beta5</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.openrdf</groupId>  
+      <artifactId>openrdf-queryparser-sparql</artifactId>  
+      <version>2.0-beta5</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.openrdf</groupId>  
+      <artifactId>openrdf-rio-rdfxml</artifactId>  
+      <version>2.0-beta5</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>info.aduna</groupId>  
+      <artifactId>aduna-iteration</artifactId>  
+      <version>1.1</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.slf4j</groupId>  
+      <artifactId>slf4j-jdk14</artifactId>  
+      <version>1.3.0</version> 
+    </dependency> 
+  </dependencies>  
+  <build> 
+    <testResources> 
+      <testResource> 
+        <directory>src/test/resources</directory>  
+        <targetPath>../remote-test-repo</targetPath> 
+      </testResource> 
+    </testResources> 
+  </build> 
+</project>

Modified: incubator/nmaven/trunk/components/dotnet-dao/project/src/main/java/org/apache/maven/dotnet/dao/impl/ProjectDaoImpl.java
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-dao/project/src/main/java/org/apache/maven/dotnet/dao/impl/ProjectDaoImpl.java?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/components/dotnet-dao/project/src/main/java/org/apache/maven/dotnet/dao/impl/ProjectDaoImpl.java (original)
+++ incubator/nmaven/trunk/components/dotnet-dao/project/src/main/java/org/apache/maven/dotnet/dao/impl/ProjectDaoImpl.java Wed Sep 19 13:21:37 2007
@@ -548,7 +548,7 @@
                             Model model;
                             try
                             {
-                                model = reader.read( fileReader );
+                                model = reader.read( fileReader ); //TODO: interpolate values
                             }
                             catch ( XmlPullParserException e )
                             {

Modified: incubator/nmaven/trunk/components/dotnet-dao/project/src/test/resources/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-dao/project/src/test/resources/pom.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/components/dotnet-dao/project/src/test/resources/pom.xml (original)
+++ incubator/nmaven/trunk/components/dotnet-dao/project/src/test/resources/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,13 +18,11 @@
 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.Test2</groupId>
-  <artifactId>NMaven.Test2.Test1</artifactId>
-  <version>1.0.0</version>
-  <name>NMaven.Test2.Test1</name>
-  <description>
-  </description>
-</project>
\ No newline at end of file
+<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.Test2</groupId>  
+  <artifactId>NMaven.Test2.Test1</artifactId>  
+  <version>0.14-SNAPSHOT</version>  
+  <name>NMaven.Test2.Test1</name>  
+  <description/> 
+</project>

Modified: incubator/nmaven/trunk/components/dotnet-embedder/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-embedder/pom.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/components/dotnet-embedder/pom.xml (original)
+++ incubator/nmaven/trunk/components/dotnet-embedder/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,36 +18,33 @@
 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">
-  <parent>
-    <groupId>org.apache.maven.dotnet</groupId>
-    <version>0.14-SNAPSHOT</version>
-    <artifactId>dotnet-components</artifactId>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.dotnet</groupId>
-  <artifactId>dotnet-embedder</artifactId>
-  <name>dotnet-embedder</name>
-  <description>
-    NMaven
-  </description>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-embedder</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.xfire</groupId>
-      <artifactId>xfire-plexus</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.xfire</groupId>
-      <artifactId>xfire-java5</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.mortbay.jetty</groupId>
-      <artifactId>jetty</artifactId>
-    </dependency>
-  </dependencies>
+<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">  
+  <parent> 
+    <groupId>org.apache.maven.dotnet</groupId>  
+    <version>0.14-SNAPSHOT</version>  
+    <artifactId>dotnet-components</artifactId> 
+  </parent>  
+  <modelVersion>4.0.0</modelVersion>  
+  <groupId>org.apache.maven.dotnet</groupId>  
+  <artifactId>dotnet-embedder</artifactId>  
+  <name>dotnet-embedder</name>  
+  <description>NMaven</description>  
+  <dependencies> 
+    <dependency> 
+      <groupId>org.apache.maven</groupId>  
+      <artifactId>maven-embedder</artifactId> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.codehaus.xfire</groupId>  
+      <artifactId>xfire-plexus</artifactId> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.codehaus.xfire</groupId>  
+      <artifactId>xfire-java5</artifactId> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.mortbay.jetty</groupId>  
+      <artifactId>jetty</artifactId> 
+    </dependency> 
+  </dependencies> 
 </project>

Modified: incubator/nmaven/trunk/components/dotnet-executable/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-executable/pom.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/components/dotnet-executable/pom.xml (original)
+++ incubator/nmaven/trunk/components/dotnet-executable/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,45 +18,42 @@
 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">
-  <parent>
-    <groupId>org.apache.maven.dotnet</groupId>
-    <version>0.14-SNAPSHOT</version>
-    <artifactId>dotnet-components</artifactId>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.dotnet</groupId>
-  <artifactId>dotnet-executable</artifactId>
-  <name>dotnet-executable</name>
-  <description>
-    NMaven
-  </description>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.dotnet</groupId>
-      <artifactId>dotnet-core</artifactId>
-      <version>${pom.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.dotnet</groupId>
-      <artifactId>dotnet-artifact</artifactId>
-      <version>${pom.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.dotnet</groupId>
-      <artifactId>dotnet-model-executable-plugins</artifactId>
-      <version>${pom.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.dotnet</groupId>
-      <artifactId>dotnet-model-compiler-plugins</artifactId>
-      <version>${pom.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.dotnet</groupId>
-      <artifactId>dotnet-vendor</artifactId>
-      <version>${pom.version}</version>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file
+<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">  
+  <parent> 
+    <groupId>org.apache.maven.dotnet</groupId>  
+    <version>0.14-SNAPSHOT</version>  
+    <artifactId>dotnet-components</artifactId> 
+  </parent>  
+  <modelVersion>4.0.0</modelVersion>  
+  <groupId>org.apache.maven.dotnet</groupId>  
+  <artifactId>dotnet-executable</artifactId>  
+  <name>dotnet-executable</name>  
+  <description>NMaven</description>  
+  <dependencies> 
+    <dependency> 
+      <groupId>org.apache.maven.dotnet</groupId>  
+      <artifactId>dotnet-core</artifactId>  
+      <version>0.14-SNAPSHOT</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.apache.maven.dotnet</groupId>  
+      <artifactId>dotnet-artifact</artifactId>  
+      <version>0.14-SNAPSHOT</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.apache.maven.dotnet</groupId>  
+      <artifactId>dotnet-model-executable-plugins</artifactId>  
+      <version>0.14-SNAPSHOT</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.apache.maven.dotnet</groupId>  
+      <artifactId>dotnet-model-compiler-plugins</artifactId>  
+      <version>0.14-SNAPSHOT</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.apache.maven.dotnet</groupId>  
+      <artifactId>dotnet-vendor</artifactId>  
+      <version>0.14-SNAPSHOT</version> 
+    </dependency> 
+  </dependencies> 
+</project>

Modified: incubator/nmaven/trunk/components/dotnet-jetty/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-jetty/pom.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/components/dotnet-jetty/pom.xml (original)
+++ incubator/nmaven/trunk/components/dotnet-jetty/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,32 +18,30 @@
 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">
-  <parent>
-    <groupId>org.apache.maven.dotnet</groupId>
-    <version>0.14-SNAPSHOT</version>
-    <artifactId>dotnet-components</artifactId>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.dotnet</groupId>
-  <artifactId>dotnet-jetty</artifactId>
-  <name>dotnet-jetty</name>
-  <description>
-  </description>
-  <dependencies>
-    <dependency>
-      <groupId>org.mortbay.jetty</groupId>
-      <artifactId>jetty-embedded</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.dotnet</groupId>
-      <artifactId>dotnet-artifact</artifactId>
-      <version>${pom.version}</version>
-    </dependency>
-      <dependency>
-        <groupId>org.mortbay.jetty</groupId>
-        <artifactId>servlet-api-2.5</artifactId>
-      </dependency>
-  </dependencies>
-</project>
\ No newline at end of file
+<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">  
+  <parent> 
+    <groupId>org.apache.maven.dotnet</groupId>  
+    <version>0.14-SNAPSHOT</version>  
+    <artifactId>dotnet-components</artifactId> 
+  </parent>  
+  <modelVersion>4.0.0</modelVersion>  
+  <groupId>org.apache.maven.dotnet</groupId>  
+  <artifactId>dotnet-jetty</artifactId>  
+  <name>dotnet-jetty</name>  
+  <description/>  
+  <dependencies> 
+    <dependency> 
+      <groupId>org.mortbay.jetty</groupId>  
+      <artifactId>jetty-embedded</artifactId> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.apache.maven.dotnet</groupId>  
+      <artifactId>dotnet-artifact</artifactId>  
+      <version>0.14-SNAPSHOT</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.mortbay.jetty</groupId>  
+      <artifactId>servlet-api-2.5</artifactId> 
+    </dependency> 
+  </dependencies> 
+</project>

Modified: incubator/nmaven/trunk/components/dotnet-model/assembly-plugins/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-model/assembly-plugins/pom.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/components/dotnet-model/assembly-plugins/pom.xml (original)
+++ incubator/nmaven/trunk/components/dotnet-model/assembly-plugins/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,42 +18,39 @@
 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">
-  <parent>
-    <groupId>org.apache.maven.dotnet</groupId>
-    <version>0.14-SNAPSHOT</version>
-    <artifactId>dotnet-model</artifactId>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.dotnet</groupId>
-  <artifactId>dotnet-model-assembly-plugins</artifactId>
-  <name>dotnet-model-assembly-plugins</name>
-  <description>
-    Assembly model used for reading in information about assembly info marshallers.
-  </description>
-  <build>
-    <resources>
-      <resource>
-        <directory>${basedir}/src/site</directory>
-      </resource>
-    </resources>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.modello</groupId>
-        <artifactId>modello-maven-plugin</artifactId>
-        <configuration>
-          <model>assembly-plugins.mdo</model>
-          <version>1.0.0</version>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <distributionManagement>
-    <site>
-      <id>nmaven-apache-site</id>
-      <name>NMaven Site</name>
-      <url>file://${basedir}/../../../../www/components/dotnet-model/assembly-plugins</url>
-    </site>
-  </distributionManagement>
-</project>
\ No newline at end of file
+<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">  
+  <parent> 
+    <groupId>org.apache.maven.dotnet</groupId>  
+    <version>0.14-SNAPSHOT</version>  
+    <artifactId>dotnet-model</artifactId> 
+  </parent>  
+  <modelVersion>4.0.0</modelVersion>  
+  <groupId>org.apache.maven.dotnet</groupId>  
+  <artifactId>dotnet-model-assembly-plugins</artifactId>  
+  <name>dotnet-model-assembly-plugins</name>  
+  <description>Assembly model used for reading in information about assembly info marshallers.</description>  
+  <build> 
+    <resources> 
+      <resource> 
+        <directory>${basedir}/src/site</directory> 
+      </resource> 
+    </resources>  
+    <plugins> 
+      <plugin> 
+        <groupId>org.codehaus.modello</groupId>  
+        <artifactId>modello-maven-plugin</artifactId>  
+        <configuration> 
+          <model>assembly-plugins.mdo</model>  
+          <version>1.0.0</version> 
+        </configuration> 
+      </plugin> 
+    </plugins> 
+  </build>  
+  <distributionManagement> 
+    <site> 
+      <id>nmaven-apache-site</id>  
+      <name>NMaven Site</name>  
+      <url>file://${basedir}/../../../../www/components/dotnet-model/assembly-plugins</url> 
+    </site> 
+  </distributionManagement> 
+</project>

Modified: incubator/nmaven/trunk/components/dotnet-model/compiler-plugins/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-model/compiler-plugins/pom.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/components/dotnet-model/compiler-plugins/pom.xml (original)
+++ incubator/nmaven/trunk/components/dotnet-model/compiler-plugins/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,37 +18,34 @@
 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">
-  <parent>
-    <groupId>org.apache.maven.dotnet</groupId>
-    <version>0.14-SNAPSHOT</version>
-    <artifactId>dotnet-model</artifactId>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.dotnet</groupId>
-  <artifactId>dotnet-model-compiler-plugins</artifactId>
-  <name>dotnet-model-compiler-plugins</name>
-  <description>
-    Compiler Model
-  </description>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.modello</groupId>
-        <artifactId>modello-maven-plugin</artifactId>
-        <configuration>
-          <model>compiler-plugins.mdo</model>
-          <version>1.0.0</version>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <distributionManagement>
-    <site>
-      <id>nmaven-apache-site</id>
-      <name>NMaven Site</name>
-      <url>file://${basedir}/../../../../www/components/dotnet-model/compiler-plugins</url>
-    </site>
-  </distributionManagement>
-</project>
\ No newline at end of file
+<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">  
+  <parent> 
+    <groupId>org.apache.maven.dotnet</groupId>  
+    <version>0.14-SNAPSHOT</version>  
+    <artifactId>dotnet-model</artifactId> 
+  </parent>  
+  <modelVersion>4.0.0</modelVersion>  
+  <groupId>org.apache.maven.dotnet</groupId>  
+  <artifactId>dotnet-model-compiler-plugins</artifactId>  
+  <name>dotnet-model-compiler-plugins</name>  
+  <description>Compiler Model</description>  
+  <build> 
+    <plugins> 
+      <plugin> 
+        <groupId>org.codehaus.modello</groupId>  
+        <artifactId>modello-maven-plugin</artifactId>  
+        <configuration> 
+          <model>compiler-plugins.mdo</model>  
+          <version>1.0.0</version> 
+        </configuration> 
+      </plugin> 
+    </plugins> 
+  </build>  
+  <distributionManagement> 
+    <site> 
+      <id>nmaven-apache-site</id>  
+      <name>NMaven Site</name>  
+      <url>file://${basedir}/../../../../www/components/dotnet-model/compiler-plugins</url> 
+    </site> 
+  </distributionManagement> 
+</project>

Modified: incubator/nmaven/trunk/components/dotnet-model/configuration-appenders/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-model/configuration-appenders/pom.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/components/dotnet-model/configuration-appenders/pom.xml (original)
+++ incubator/nmaven/trunk/components/dotnet-model/configuration-appenders/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,37 +18,34 @@
 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">
-  <parent>
-    <groupId>org.apache.maven.dotnet</groupId>
-    <version>0.14-SNAPSHOT</version>
-    <artifactId>dotnet-model</artifactId>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.dotnet</groupId>
-  <artifactId>dotnet-model-configuration-appenders</artifactId>
-  <name>dotnet-model-configuration-appenders</name>
-  <description>
-  </description>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.modello</groupId>
-        <artifactId>modello-maven-plugin</artifactId>
-        <configuration>
-          <model>configurationAppenders.mdo</model>
-          <version>1.0.0</version>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <distributionManagement>
-    <site>
-      <id>nmaven-site</id>
-      <name>NMaven Site</name>
-      <url>
-        scp://shell.sourceforge.net//home/groups/n/nm/nmaven/htdocs/components/nmaven-model/nmaven-compile-plugin</url>
-    </site>
-  </distributionManagement>
-</project>
\ No newline at end of file
+<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">  
+  <parent> 
+    <groupId>org.apache.maven.dotnet</groupId>  
+    <version>0.14-SNAPSHOT</version>  
+    <artifactId>dotnet-model</artifactId> 
+  </parent>  
+  <modelVersion>4.0.0</modelVersion>  
+  <groupId>org.apache.maven.dotnet</groupId>  
+  <artifactId>dotnet-model-configuration-appenders</artifactId>  
+  <name>dotnet-model-configuration-appenders</name>  
+  <description/>  
+  <build> 
+    <plugins> 
+      <plugin> 
+        <groupId>org.codehaus.modello</groupId>  
+        <artifactId>modello-maven-plugin</artifactId>  
+        <configuration> 
+          <model>configurationAppenders.mdo</model>  
+          <version>1.0.0</version> 
+        </configuration> 
+      </plugin> 
+    </plugins> 
+  </build>  
+  <distributionManagement> 
+    <site> 
+      <id>nmaven-site</id>  
+      <name>NMaven Site</name>  
+      <url>scp://shell.sourceforge.net//home/groups/n/nm/nmaven/htdocs/components/nmaven-model/nmaven-compile-plugin</url> 
+    </site> 
+  </distributionManagement> 
+</project>

Modified: incubator/nmaven/trunk/components/dotnet-model/entries/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-model/entries/pom.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/components/dotnet-model/entries/pom.xml (original)
+++ incubator/nmaven/trunk/components/dotnet-model/entries/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,47 +18,43 @@
 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">
-  <parent>
-    <groupId>org.apache.maven.dotnet</groupId>
-    <version>0.14-SNAPSHOT</version>
-    <artifactId>dotnet-model</artifactId>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.dotnet</groupId>
-  <artifactId>dotnet-model-entries</artifactId>
-  <name>dotnet-model-entries</name>
-  <description>
-    Entries Model
-  </description>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.modello</groupId>
-        <artifactId>modello-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>xpp3-reader</goal>
-              <goal>xpp3-writer</goal>
-              <goal>java</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <model>entries.mdo</model>
-          <version>1.0.0</version>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <distributionManagement>
-    <site>
-      <id>nmaven-site</id>
-      <name>NMaven Site</name>
-      <url>
-        scp://shell.sourceforge.net//home/groups/n/nm/nmaven/htdocs/components/nmaven-model/nmaven-model-entries</url>
-    </site>
-  </distributionManagement>
-</project>
\ No newline at end of file
+<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">  
+  <parent> 
+    <groupId>org.apache.maven.dotnet</groupId>  
+    <version>0.14-SNAPSHOT</version>  
+    <artifactId>dotnet-model</artifactId> 
+  </parent>  
+  <modelVersion>4.0.0</modelVersion>  
+  <groupId>org.apache.maven.dotnet</groupId>  
+  <artifactId>dotnet-model-entries</artifactId>  
+  <name>dotnet-model-entries</name>  
+  <description>Entries Model</description>  
+  <build> 
+    <plugins> 
+      <plugin> 
+        <groupId>org.codehaus.modello</groupId>  
+        <artifactId>modello-maven-plugin</artifactId>  
+        <executions> 
+          <execution> 
+            <goals> 
+              <goal>xpp3-reader</goal>  
+              <goal>xpp3-writer</goal>  
+              <goal>java</goal> 
+            </goals> 
+          </execution> 
+        </executions>  
+        <configuration> 
+          <model>entries.mdo</model>  
+          <version>1.0.0</version> 
+        </configuration> 
+      </plugin> 
+    </plugins> 
+  </build>  
+  <distributionManagement> 
+    <site> 
+      <id>nmaven-site</id>  
+      <name>NMaven Site</name>  
+      <url>scp://shell.sourceforge.net//home/groups/n/nm/nmaven/htdocs/components/nmaven-model/nmaven-model-entries</url> 
+    </site> 
+  </distributionManagement> 
+</project>

Modified: incubator/nmaven/trunk/components/dotnet-model/executable-plugins/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-model/executable-plugins/pom.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/components/dotnet-model/executable-plugins/pom.xml (original)
+++ incubator/nmaven/trunk/components/dotnet-model/executable-plugins/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,37 +18,34 @@
 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">
-  <parent>
-    <groupId>org.apache.maven.dotnet</groupId>
-    <version>0.14-SNAPSHOT</version>
-    <artifactId>dotnet-model</artifactId>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.dotnet</groupId>
-  <artifactId>dotnet-model-executable-plugins</artifactId>
-  <name>dotnet-model-executable-plugins</name>
-  <description>
-    Executable Model
-  </description>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.modello</groupId>
-        <artifactId>modello-maven-plugin</artifactId>
-        <configuration>
-          <model>executable-plugins.mdo</model>
-          <version>1.0.0</version>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <distributionManagement>
-    <site>
-      <id>nmaven-apache-site</id>
-      <name>NMaven Site</name>
-      <url>file://${basedir}/../../../../www/components/dotnet-model/executable-plugins</url>
-    </site>
-  </distributionManagement>
-</project>
\ No newline at end of file
+<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">  
+  <parent> 
+    <groupId>org.apache.maven.dotnet</groupId>  
+    <version>0.14-SNAPSHOT</version>  
+    <artifactId>dotnet-model</artifactId> 
+  </parent>  
+  <modelVersion>4.0.0</modelVersion>  
+  <groupId>org.apache.maven.dotnet</groupId>  
+  <artifactId>dotnet-model-executable-plugins</artifactId>  
+  <name>dotnet-model-executable-plugins</name>  
+  <description>Executable Model</description>  
+  <build> 
+    <plugins> 
+      <plugin> 
+        <groupId>org.codehaus.modello</groupId>  
+        <artifactId>modello-maven-plugin</artifactId>  
+        <configuration> 
+          <model>executable-plugins.mdo</model>  
+          <version>1.0.0</version> 
+        </configuration> 
+      </plugin> 
+    </plugins> 
+  </build>  
+  <distributionManagement> 
+    <site> 
+      <id>nmaven-apache-site</id>  
+      <name>NMaven Site</name>  
+      <url>file://${basedir}/../../../../www/components/dotnet-model/executable-plugins</url> 
+    </site> 
+  </distributionManagement> 
+</project>

Modified: incubator/nmaven/trunk/components/dotnet-model/netdependency/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-model/netdependency/pom.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/components/dotnet-model/netdependency/pom.xml (original)
+++ incubator/nmaven/trunk/components/dotnet-model/netdependency/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,38 +18,34 @@
 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">
-  <parent>
-    <groupId>org.apache.maven.dotnet</groupId>
-    <version>0.14-SNAPSHOT</version>
-    <artifactId>dotnet-model</artifactId>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.dotnet</groupId>
-  <artifactId>dotnet-model-netdependency</artifactId>
-  <name>dotnet-model-netdependency</name>
-  <description>
-    Net Dependency Model
-  </description>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.modello</groupId>
-        <artifactId>modello-maven-plugin</artifactId>
-        <configuration>
-          <model>netdependency.mdo</model>
-          <version>1.0.0</version>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <distributionManagement>
-    <site>
-      <id>nmaven-site</id>
-      <name>NMaven Site</name>
-      <url>
-        scp://shell.sourceforge.net//home/groups/n/nm/nmaven/htdocs/components/nmaven-model/nmaven-compile-plugin</url>
-    </site>
-  </distributionManagement>
-</project>
\ No newline at end of file
+<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">  
+  <parent> 
+    <groupId>org.apache.maven.dotnet</groupId>  
+    <version>0.14-SNAPSHOT</version>  
+    <artifactId>dotnet-model</artifactId> 
+  </parent>  
+  <modelVersion>4.0.0</modelVersion>  
+  <groupId>org.apache.maven.dotnet</groupId>  
+  <artifactId>dotnet-model-netdependency</artifactId>  
+  <name>dotnet-model-netdependency</name>  
+  <description>Net Dependency Model</description>  
+  <build> 
+    <plugins> 
+      <plugin> 
+        <groupId>org.codehaus.modello</groupId>  
+        <artifactId>modello-maven-plugin</artifactId>  
+        <configuration> 
+          <model>netdependency.mdo</model>  
+          <version>1.0.0</version> 
+        </configuration> 
+      </plugin> 
+    </plugins> 
+  </build>  
+  <distributionManagement> 
+    <site> 
+      <id>nmaven-site</id>  
+      <name>NMaven Site</name>  
+      <url>scp://shell.sourceforge.net//home/groups/n/nm/nmaven/htdocs/components/nmaven-model/nmaven-compile-plugin</url> 
+    </site> 
+  </distributionManagement> 
+</project>

Modified: incubator/nmaven/trunk/components/dotnet-model/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-model/pom.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/components/dotnet-model/pom.xml (original)
+++ incubator/nmaven/trunk/components/dotnet-model/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,50 +18,49 @@
 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">
-  <parent>
-    <groupId>org.apache.maven.dotnet</groupId>
-    <version>0.14-SNAPSHOT</version>
-    <artifactId>dotnet-components</artifactId>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.dotnet</groupId>
-  <artifactId>dotnet-model</artifactId>
-  <packaging>pom</packaging>
-  <name>dotnet-model</name>
-  <modules>
-    <module>assembly-plugins</module>
-    <module>compiler-plugins</module>
-    <module>executable-plugins</module>
-    <module>netdependency</module>
-    <module>configuration-appenders</module>
-    <module>settings</module>
-    <module>entries</module>
-  </modules>
-  <dependencies>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-utils</artifactId>
-    </dependency>
-  </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-site-plugin</artifactId>
-        <configuration>
-          <workingDirectory>${project.build.directory}/site</workingDirectory>
-          <siteDirectory>${project.build.directory}/generated-site</siteDirectory>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-resources-plugin</artifactId>
-        <configuration>
-          <outputDirectory>${project.build.directory}/generated-site</outputDirectory>
-        </configuration>
-      </plugin>      
-    </plugins>
-  </build>
-</project>
\ No newline at end of file
+<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">  
+  <parent> 
+    <groupId>org.apache.maven.dotnet</groupId>  
+    <version>0.14-SNAPSHOT</version>  
+    <artifactId>dotnet-components</artifactId> 
+  </parent>  
+  <modelVersion>4.0.0</modelVersion>  
+  <groupId>org.apache.maven.dotnet</groupId>  
+  <artifactId>dotnet-model</artifactId>  
+  <packaging>pom</packaging>  
+  <name>dotnet-model</name>  
+  <modules> 
+    <module>assembly-plugins</module>  
+    <module>compiler-plugins</module>  
+    <module>executable-plugins</module>  
+    <module>netdependency</module>  
+    <module>configuration-appenders</module>  
+    <module>settings</module>  
+    <module>entries</module> 
+  </modules>  
+  <dependencies> 
+    <dependency> 
+      <groupId>org.codehaus.plexus</groupId>  
+      <artifactId>plexus-utils</artifactId> 
+    </dependency> 
+  </dependencies>  
+  <build> 
+    <plugins> 
+      <plugin> 
+        <groupId>org.apache.maven.plugins</groupId>  
+        <artifactId>maven-site-plugin</artifactId>  
+        <configuration> 
+          <workingDirectory>${project.build.directory}/site</workingDirectory>  
+          <siteDirectory>${project.build.directory}/generated-site</siteDirectory> 
+        </configuration> 
+      </plugin>  
+      <plugin> 
+        <groupId>org.apache.maven.plugins</groupId>  
+        <artifactId>maven-resources-plugin</artifactId>  
+        <configuration> 
+          <outputDirectory>${project.build.directory}/generated-site</outputDirectory> 
+        </configuration> 
+      </plugin> 
+    </plugins> 
+  </build> 
+</project>

Modified: incubator/nmaven/trunk/components/dotnet-model/settings/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-model/settings/pom.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/components/dotnet-model/settings/pom.xml (original)
+++ incubator/nmaven/trunk/components/dotnet-model/settings/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,38 +18,34 @@
 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">
-  <parent>
-    <groupId>org.apache.maven.dotnet</groupId>
-    <version>0.14-SNAPSHOT</version>
-    <artifactId>dotnet-model</artifactId>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.dotnet</groupId>
-  <artifactId>dotnet-model-settings</artifactId>
-  <name>dotnet-model-settings</name>
-  <description>
-    Net Dependency Model
-  </description>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.modello</groupId>
-        <artifactId>modello-maven-plugin</artifactId>
-        <configuration>
-          <model>settings.mdo</model>
-          <version>1.0.0</version>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <distributionManagement>
-    <site>
-      <id>nmaven-site</id>
-      <name>NMaven Site</name>
-      <url>
-        scp://shell.sourceforge.net//home/groups/n/nm/nmaven/htdocs/components/nmaven-model/nmaven-model-settings</url>
-    </site>
-  </distributionManagement>
-</project>
\ No newline at end of file
+<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">  
+  <parent> 
+    <groupId>org.apache.maven.dotnet</groupId>  
+    <version>0.14-SNAPSHOT</version>  
+    <artifactId>dotnet-model</artifactId> 
+  </parent>  
+  <modelVersion>4.0.0</modelVersion>  
+  <groupId>org.apache.maven.dotnet</groupId>  
+  <artifactId>dotnet-model-settings</artifactId>  
+  <name>dotnet-model-settings</name>  
+  <description>Net Dependency Model</description>  
+  <build> 
+    <plugins> 
+      <plugin> 
+        <groupId>org.codehaus.modello</groupId>  
+        <artifactId>modello-maven-plugin</artifactId>  
+        <configuration> 
+          <model>settings.mdo</model>  
+          <version>1.0.0</version> 
+        </configuration> 
+      </plugin> 
+    </plugins> 
+  </build>  
+  <distributionManagement> 
+    <site> 
+      <id>nmaven-site</id>  
+      <name>NMaven Site</name>  
+      <url>scp://shell.sourceforge.net//home/groups/n/nm/nmaven/htdocs/components/nmaven-model/nmaven-model-settings</url> 
+    </site> 
+  </distributionManagement> 
+</project>

Modified: incubator/nmaven/trunk/components/dotnet-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-plugin/pom.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/components/dotnet-plugin/pom.xml (original)
+++ incubator/nmaven/trunk/components/dotnet-plugin/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,43 +18,40 @@
 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">
-  <parent>
-    <groupId>org.apache.maven.dotnet</groupId>
-    <version>0.14-SNAPSHOT</version>
-    <artifactId>dotnet-components</artifactId>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.dotnet</groupId>
-  <artifactId>dotnet-plugin</artifactId>
-  <name>dotnet-plugin</name>
-  <description>
-    NMaven
-  </description>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-project</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.dotnet</groupId>
-      <artifactId>dotnet-executable</artifactId>
-      <version>${pom.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.dotnet</groupId>
-      <artifactId>dotnet-vendor</artifactId>
-      <version>${pom.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.dotnet</groupId>
-      <artifactId>dotnet-model-configuration-appenders</artifactId>
-      <version>${pom.version}</version>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file
+<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">  
+  <parent> 
+    <groupId>org.apache.maven.dotnet</groupId>  
+    <version>0.14-SNAPSHOT</version>  
+    <artifactId>dotnet-components</artifactId> 
+  </parent>  
+  <modelVersion>4.0.0</modelVersion>  
+  <groupId>org.apache.maven.dotnet</groupId>  
+  <artifactId>dotnet-plugin</artifactId>  
+  <name>dotnet-plugin</name>  
+  <description>NMaven</description>  
+  <dependencies> 
+    <dependency> 
+      <groupId>org.apache.maven</groupId>  
+      <artifactId>maven-plugin-api</artifactId> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.apache.maven</groupId>  
+      <artifactId>maven-project</artifactId> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.apache.maven.dotnet</groupId>  
+      <artifactId>dotnet-executable</artifactId>  
+      <version>0.14-SNAPSHOT</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.apache.maven.dotnet</groupId>  
+      <artifactId>dotnet-vendor</artifactId>  
+      <version>0.14-SNAPSHOT</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.apache.maven.dotnet</groupId>  
+      <artifactId>dotnet-model-configuration-appenders</artifactId>  
+      <version>0.14-SNAPSHOT</version> 
+    </dependency> 
+  </dependencies> 
+</project>

Modified: incubator/nmaven/trunk/components/dotnet-registry/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-registry/pom.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/components/dotnet-registry/pom.xml (original)
+++ incubator/nmaven/trunk/components/dotnet-registry/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,73 +18,72 @@
 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">
-  <parent>
-    <groupId>org.apache.maven.dotnet</groupId>
-    <version>0.14-SNAPSHOT</version>
-    <artifactId>dotnet-components</artifactId>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.dotnet</groupId>
-  <artifactId>dotnet-registry</artifactId>
-  <packaging>jar</packaging>
-  <name>dotnet-registry</name>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-project</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>net.sf.kxml</groupId>
-      <artifactId>kxml2</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>xmlpull</groupId>
-      <artifactId>xmlpull</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.openrdf</groupId>
-      <artifactId>openrdf-repository-api</artifactId>
-      <version>2.0-beta5</version>
-    </dependency>
-    <dependency>
-      <groupId>org.openrdf</groupId>
-      <artifactId>openrdf-repository-sail</artifactId>
-      <version>2.0-beta5</version>
-    </dependency>
-    <dependency>
-      <groupId>org.openrdf</groupId>
-      <artifactId>openrdf-sail-memory</artifactId>
-      <version>2.0-beta5</version>
-    </dependency>
-  </dependencies>
-  <build>
-    <resources>
-      <resource>
-        <directory>src/main/resources</directory>
-        <targetPath>/</targetPath>
-      </resource>
-    </resources>
-    <testResources>
-      <testResource>
-        <directory>src/test/resources</directory>
-        <includes>
-          <include>*</include>
-        </includes>
-      </testResource>
-    </testResources>
-  </build>
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-project-info-reports-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </reporting>
+<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">  
+  <parent> 
+    <groupId>org.apache.maven.dotnet</groupId>  
+    <version>0.14-SNAPSHOT</version>  
+    <artifactId>dotnet-components</artifactId> 
+  </parent>  
+  <modelVersion>4.0.0</modelVersion>  
+  <groupId>org.apache.maven.dotnet</groupId>  
+  <artifactId>dotnet-registry</artifactId>  
+  <packaging>jar</packaging>  
+  <name>dotnet-registry</name>  
+  <dependencies> 
+    <dependency> 
+      <groupId>org.apache.maven</groupId>  
+      <artifactId>maven-project</artifactId> 
+    </dependency>  
+    <dependency> 
+      <groupId>net.sf.kxml</groupId>  
+      <artifactId>kxml2</artifactId> 
+    </dependency>  
+    <dependency> 
+      <groupId>xmlpull</groupId>  
+      <artifactId>xmlpull</artifactId> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.openrdf</groupId>  
+      <artifactId>openrdf-repository-api</artifactId>  
+      <version>2.0-beta5</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.openrdf</groupId>  
+      <artifactId>openrdf-repository-sail</artifactId>  
+      <version>2.0-beta5</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.openrdf</groupId>  
+      <artifactId>openrdf-sail-memory</artifactId>  
+      <version>2.0-beta5</version> 
+    </dependency> 
+  </dependencies>  
+  <build> 
+    <resources> 
+      <resource> 
+        <directory>src/main/resources</directory>  
+        <targetPath>/</targetPath> 
+      </resource> 
+    </resources>  
+    <testResources> 
+      <testResource> 
+        <directory>src/test/resources</directory>  
+        <includes> 
+          <include>*</include> 
+        </includes> 
+      </testResource> 
+    </testResources> 
+  </build>  
+  <reporting> 
+    <plugins> 
+      <plugin> 
+        <groupId>org.apache.maven.plugins</groupId>  
+        <artifactId>maven-javadoc-plugin</artifactId> 
+      </plugin>  
+      <plugin> 
+        <groupId>org.apache.maven.plugins</groupId>  
+        <artifactId>maven-project-info-reports-plugin</artifactId> 
+      </plugin> 
+    </plugins> 
+  </reporting> 
 </project>

Modified: incubator/nmaven/trunk/components/dotnet-repository/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-repository/pom.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/components/dotnet-repository/pom.xml (original)
+++ incubator/nmaven/trunk/components/dotnet-repository/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,41 +18,39 @@
 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">
-  <parent>
-    <groupId>org.apache.maven.dotnet</groupId>
-    <version>0.14-SNAPSHOT</version>
-    <artifactId>dotnet-components</artifactId>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.dotnet</groupId>
-  <artifactId>dotnet-repository</artifactId>
-  <name>dotnet-repository</name>
-  <description>
-  </description>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.dotnet</groupId>
-      <artifactId>dotnet-dao-project</artifactId>
-      <version>0.14-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.dotnet</groupId>
-      <artifactId>dotnet-artifact</artifactId>
-      <version>0.14-SNAPSHOT</version>
-    </dependency>
-  </dependencies>
-  <build>
-    <testResources>
-      <testResource>
-        <directory>src/test/resources/uac</directory>
-        <targetPath>../test-repo/uac</targetPath>
-      </testResource>
-      <testResource>
-        <directory>src/test/resources</directory>
-        <targetPath>../test-repo</targetPath>
-      </testResource>
-    </testResources>
-  </build>
-</project>
\ No newline at end of file
+<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">  
+  <parent> 
+    <groupId>org.apache.maven.dotnet</groupId>  
+    <version>0.14-SNAPSHOT</version>  
+    <artifactId>dotnet-components</artifactId> 
+  </parent>  
+  <modelVersion>4.0.0</modelVersion>  
+  <groupId>org.apache.maven.dotnet</groupId>  
+  <artifactId>dotnet-repository</artifactId>  
+  <name>dotnet-repository</name>  
+  <description/>  
+  <dependencies> 
+    <dependency> 
+      <groupId>org.apache.maven.dotnet</groupId>  
+      <artifactId>dotnet-dao-project</artifactId>  
+      <version>0.14-SNAPSHOT</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.apache.maven.dotnet</groupId>  
+      <artifactId>dotnet-artifact</artifactId>  
+      <version>0.14-SNAPSHOT</version> 
+    </dependency> 
+  </dependencies>  
+  <build> 
+    <testResources> 
+      <testResource> 
+        <directory>src/test/resources/uac</directory>  
+        <targetPath>../test-repo/uac</targetPath> 
+      </testResource>  
+      <testResource> 
+        <directory>src/test/resources</directory>  
+        <targetPath>../test-repo</targetPath> 
+      </testResource> 
+    </testResources> 
+  </build> 
+</project>

Modified: incubator/nmaven/trunk/components/dotnet-service/embedder/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-service/embedder/pom.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/components/dotnet-service/embedder/pom.xml (original)
+++ incubator/nmaven/trunk/components/dotnet-service/embedder/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,54 +18,51 @@
 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">
-  <parent>
-    <groupId>org.apache.maven.dotnet</groupId>
-    <version>0.14-SNAPSHOT</version>
-    <artifactId>dotnet-components</artifactId>
-    <relativePath>..\..\pom.xml</relativePath>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.dotnet</groupId>
-  <artifactId>dotnet-service-embedder</artifactId>
-  <packaging>war</packaging>
-  <name>dotnet-service-embedder</name>
-  <description>
-    NMaven
-  </description>
-  <build>
-    <finalName>dotnet-service-embedder</finalName>
-  </build>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.dotnet</groupId>
-      <artifactId>dotnet-embedder</artifactId>
-      <version>${pom.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-core</artifactId>
-      <exclusions>
-        <exclusion>
-          <groupId>org.codehaus.plexus</groupId>
-          <artifactId>plexus-component-api</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.codehaus.plexus</groupId>
-          <artifactId>plexus-component-api</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-container-default</artifactId>
-      <version>1.0-alpha-25</version>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-component-api</artifactId>
-      <version>1.0-alpha-25</version>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file
+<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">  
+  <parent> 
+    <groupId>org.apache.maven.dotnet</groupId>  
+    <version>0.14-SNAPSHOT</version>  
+    <artifactId>dotnet-components</artifactId>  
+    <relativePath>..\..\pom.xml</relativePath> 
+  </parent>  
+  <modelVersion>4.0.0</modelVersion>  
+  <groupId>org.apache.maven.dotnet</groupId>  
+  <artifactId>dotnet-service-embedder</artifactId>  
+  <packaging>war</packaging>  
+  <name>dotnet-service-embedder</name>  
+  <description>NMaven</description>  
+  <build> 
+    <finalName>dotnet-service-embedder</finalName> 
+  </build>  
+  <dependencies> 
+    <dependency> 
+      <groupId>org.apache.maven.dotnet</groupId>  
+      <artifactId>dotnet-embedder</artifactId>  
+      <version>0.14-SNAPSHOT</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.apache.maven</groupId>  
+      <artifactId>maven-core</artifactId>  
+      <exclusions> 
+        <exclusion> 
+          <groupId>org.codehaus.plexus</groupId>  
+          <artifactId>plexus-component-api</artifactId> 
+        </exclusion>  
+        <exclusion> 
+          <groupId>org.codehaus.plexus</groupId>  
+          <artifactId>plexus-component-api</artifactId> 
+        </exclusion> 
+      </exclusions> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.codehaus.plexus</groupId>  
+      <artifactId>plexus-container-default</artifactId>  
+      <version>1.0-alpha-25</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.codehaus.plexus</groupId>  
+      <artifactId>plexus-component-api</artifactId>  
+      <version>1.0-alpha-25</version> 
+    </dependency> 
+  </dependencies> 
+</project>

Modified: incubator/nmaven/trunk/components/dotnet-vendor/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-vendor/pom.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/components/dotnet-vendor/pom.xml (original)
+++ incubator/nmaven/trunk/components/dotnet-vendor/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,30 +18,27 @@
 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">
-  <parent>
-    <groupId>org.apache.maven.dotnet</groupId>
-    <version>0.14-SNAPSHOT</version>
-    <artifactId>dotnet-components</artifactId>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.dotnet</groupId>
-  <artifactId>dotnet-vendor</artifactId>
-  <name>dotnet-vendor</name>
-  <description>
-    NMaven
-  </description>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.dotnet</groupId>
-      <artifactId>dotnet-core</artifactId>
-      <version>${pom.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.dotnet</groupId>
-      <artifactId>dotnet-model-settings</artifactId>
-      <version>${pom.version}</version>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file
+<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">  
+  <parent> 
+    <groupId>org.apache.maven.dotnet</groupId>  
+    <version>0.14-SNAPSHOT</version>  
+    <artifactId>dotnet-components</artifactId> 
+  </parent>  
+  <modelVersion>4.0.0</modelVersion>  
+  <groupId>org.apache.maven.dotnet</groupId>  
+  <artifactId>dotnet-vendor</artifactId>  
+  <name>dotnet-vendor</name>  
+  <description>NMaven</description>  
+  <dependencies> 
+    <dependency> 
+      <groupId>org.apache.maven.dotnet</groupId>  
+      <artifactId>dotnet-core</artifactId>  
+      <version>0.14-SNAPSHOT</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>org.apache.maven.dotnet</groupId>  
+      <artifactId>dotnet-model-settings</artifactId>  
+      <version>0.14-SNAPSHOT</version> 
+    </dependency> 
+  </dependencies> 
+</project>

Modified: incubator/nmaven/trunk/components/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/pom.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/components/pom.xml (original)
+++ incubator/nmaven/trunk/components/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,48 +18,45 @@
 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">
-  <parent>
-    <groupId>org.apache.maven.dotnet</groupId>
-    <version>0.14-SNAPSHOT</version>
-    <artifactId>dotnet-project</artifactId>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.dotnet</groupId>
-  <artifactId>dotnet-components</artifactId>
-  <packaging>pom</packaging>
-  <name>dotnet-components</name>
-  <url>http://incubator.apache.org/nmaven</url>
-  <description>
-    NMaven provides Maven 2.x plugins to support building of .NET applications
-  </description>
-  <modules>
-    <module>dotnet-artifact</module>
-    <module>dotnet-assembler</module>
-    <module>dotnet-core</module>
-    <module>dotnet-dao/project</module>
-    <module>dotnet-embedder</module>
-    <module>dotnet-executable</module>
-    <module>dotnet-jetty</module>
-    <module>dotnet-model</module>
-    <module>dotnet-plugin</module>
-    <module>dotnet-registry</module>
-    <module>dotnet-repository</module>    
-    <module>dotnet-service/embedder</module>
-    <module>dotnet-vendor</module>
-  </modules>
-  <repositories>
-    <repository>
-      <id>aduna.org</id>
-      <url>http://repository.aduna-software.org/maven2</url>
-    </repository>
-  </repositories>
-  <distributionManagement>
-    <site>
-      <id>nmaven-apache-site</id>
-      <name>NMaven Site</name>
-      <url>file://${basedir}/../../www</url>
-    </site>
-  </distributionManagement>  
-</project>
\ No newline at end of file
+<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">  
+  <parent> 
+    <groupId>org.apache.maven.dotnet</groupId>  
+    <version>0.14-SNAPSHOT</version>  
+    <artifactId>dotnet-project</artifactId> 
+  </parent>  
+  <modelVersion>4.0.0</modelVersion>  
+  <groupId>org.apache.maven.dotnet</groupId>  
+  <artifactId>dotnet-components</artifactId>  
+  <packaging>pom</packaging>  
+  <name>dotnet-components</name>  
+  <url>http://incubator.apache.org/nmaven</url>  
+  <description>NMaven provides Maven 2.x plugins to support building of .NET applications</description>  
+  <modules> 
+    <module>dotnet-artifact</module>  
+    <module>dotnet-assembler</module>  
+    <module>dotnet-core</module>  
+    <module>dotnet-dao/project</module>  
+    <module>dotnet-embedder</module>  
+    <module>dotnet-executable</module>  
+    <module>dotnet-jetty</module>  
+    <module>dotnet-model</module>  
+    <module>dotnet-plugin</module>  
+    <module>dotnet-registry</module>  
+    <module>dotnet-repository</module>  
+    <module>dotnet-service/embedder</module>  
+    <module>dotnet-vendor</module> 
+  </modules>  
+  <repositories> 
+    <repository> 
+      <id>aduna.org</id>  
+      <url>http://repository.aduna-software.org/maven2</url> 
+    </repository> 
+  </repositories>  
+  <distributionManagement> 
+    <site> 
+      <id>nmaven-apache-site</id>  
+      <name>NMaven Site</name>  
+      <url>file://${basedir}/../../www</url> 
+    </site> 
+  </distributionManagement> 
+</project>

Propchange: incubator/nmaven/trunk/imports/
------------------------------------------------------------------------------
--- svn:externals (added)
+++ svn:externals Wed Sep 19 13:21:37 2007
@@ -0,0 +1 @@
+maven-pom-plugin http://svn.apache.org/repos/asf/maven/sandbox/trunk/plugins/maven-pom-plugin

Modified: incubator/nmaven/trunk/integration-tests/tests/it0001/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/integration-tests/tests/it0001/pom.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/integration-tests/tests/it0001/pom.xml (original)
+++ incubator/nmaven/trunk/integration-tests/tests/it0001/pom.xml Wed Sep 19 13:21:37 2007
@@ -1,18 +1,20 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.it</groupId>
-  <artifactId>it0001</artifactId>
-  <packaging>module</packaging>
-  <version>1.0.0</version>
-  <name>it0001</name>
-  <build>
-    <sourceDirectory>src/main/csharp</sourceDirectory>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.dotnet.plugins</groupId>
-        <artifactId>maven-compile-plugin</artifactId>
-        <extensions>true</extensions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project> 
+  <modelVersion>4.0.0</modelVersion>  
+  <groupId>org.apache.maven.it</groupId>  
+  <artifactId>it0001</artifactId>  
+  <packaging>module</packaging>  
+  <version>0.14-SNAPSHOT</version>  
+  <name>it0001</name>  
+  <build> 
+    <sourceDirectory>src/main/csharp</sourceDirectory>  
+    <plugins> 
+      <plugin> 
+        <groupId>org.apache.maven.dotnet.plugins</groupId>  
+        <artifactId>maven-compile-plugin</artifactId>  
+        <extensions>true</extensions> 
+      </plugin> 
+    </plugins> 
+  </build> 
+</project>

Modified: incubator/nmaven/trunk/integration-tests/tests/it0002/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/integration-tests/tests/it0002/pom.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/integration-tests/tests/it0002/pom.xml (original)
+++ incubator/nmaven/trunk/integration-tests/tests/it0002/pom.xml Wed Sep 19 13:21:37 2007
@@ -1,26 +1,28 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.it</groupId>
-  <artifactId>it0002</artifactId>
-  <packaging>library</packaging>
-  <version>1.0.0</version>
-  <name>it0002</name>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.it</groupId>
-      <artifactId>it0001</artifactId>
-      <type>module</type>
-      <version>1.0.0</version>
-    </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>src/main/csharp</sourceDirectory>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.dotnet.plugins</groupId>
-        <artifactId>maven-compile-plugin</artifactId>
-        <extensions>true</extensions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project> 
+  <modelVersion>4.0.0</modelVersion>  
+  <groupId>org.apache.maven.it</groupId>  
+  <artifactId>it0002</artifactId>  
+  <packaging>library</packaging>  
+  <version>0.14-SNAPSHOT</version>  
+  <name>it0002</name>  
+  <dependencies> 
+    <dependency> 
+      <groupId>org.apache.maven.it</groupId>  
+      <artifactId>it0001</artifactId>  
+      <type>module</type>  
+      <version>0.14-SNAPSHOT</version> 
+    </dependency> 
+  </dependencies>  
+  <build> 
+    <sourceDirectory>src/main/csharp</sourceDirectory>  
+    <plugins> 
+      <plugin> 
+        <groupId>org.apache.maven.dotnet.plugins</groupId>  
+        <artifactId>maven-compile-plugin</artifactId>  
+        <extensions>true</extensions> 
+      </plugin> 
+    </plugins> 
+  </build> 
+</project>

Modified: incubator/nmaven/trunk/integration-tests/tests/it0003/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/integration-tests/tests/it0003/pom.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/integration-tests/tests/it0003/pom.xml (original)
+++ incubator/nmaven/trunk/integration-tests/tests/it0003/pom.xml Wed Sep 19 13:21:37 2007
@@ -1,33 +1,34 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.it</groupId>
-  <artifactId>it0003</artifactId>
-  <packaging>library</packaging>
-  <version>1.0.0</version>
-  <name>it0003</name>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.it</groupId>
-      <artifactId>it0002</artifactId>
-      <type>library</type>
-      <version>1.0.0</version>
-    </dependency>
-  </dependencies>
-  <build>
-    <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>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.dotnet.plugins</groupId>
-        <artifactId>maven-test-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-</project>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project> 
+  <modelVersion>4.0.0</modelVersion>  
+  <groupId>org.apache.maven.it</groupId>  
+  <artifactId>it0003</artifactId>  
+  <packaging>library</packaging>  
+  <version>0.14-SNAPSHOT</version>  
+  <name>it0003</name>  
+  <dependencies> 
+    <dependency> 
+      <groupId>org.apache.maven.it</groupId>  
+      <artifactId>it0002</artifactId>  
+      <type>library</type>  
+      <version>0.14-SNAPSHOT</version> 
+    </dependency> 
+  </dependencies>  
+  <build> 
+    <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/> 
+      </plugin>  
+      <plugin> 
+        <groupId>org.apache.maven.dotnet.plugins</groupId>  
+        <artifactId>maven-test-plugin</artifactId> 
+      </plugin> 
+    </plugins> 
+  </build> 
+</project>

Modified: incubator/nmaven/trunk/integration-tests/tests/it0004/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/integration-tests/tests/it0004/pom.xml?rev=577434&r1=577433&r2=577434&view=diff
==============================================================================
--- incubator/nmaven/trunk/integration-tests/tests/it0004/pom.xml (original)
+++ incubator/nmaven/trunk/integration-tests/tests/it0004/pom.xml Wed Sep 19 13:21:37 2007
@@ -1,41 +1,43 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.it</groupId>
-  <artifactId>it0004</artifactId>
-  <packaging>library</packaging>
-  <version>1.0.0</version>
-  <name>it0004</name>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.it</groupId>
-      <artifactId>it0003</artifactId>
-      <type>library</type>
-      <version>1.0.0</version>
-    </dependency>
-    <dependency>
-      <groupId>NUnit</groupId>
-      <artifactId>NUnit.Framework</artifactId>
-      <version>2.2.8.0</version>
-      <type>library</type>
-    </dependency>
-  </dependencies>
-  <build>
-    <testSourceDirectory>src/test/csharp</testSourceDirectory>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.dotnet.plugins</groupId>
-        <artifactId>maven-compile-plugin</artifactId>
-        <extensions>true</extensions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.dotnet.plugins</groupId>
-        <artifactId>maven-test-plugin</artifactId>
-        <configuration>
-          <supportedRuntimes>
-            <supportedRuntime>v2.0.50727</supportedRuntime>
-          </supportedRuntimes>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-</project>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project> 
+  <modelVersion>4.0.0</modelVersion>  
+  <groupId>org.apache.maven.it</groupId>  
+  <artifactId>it0004</artifactId>  
+  <packaging>library</packaging>  
+  <version>0.14-SNAPSHOT</version>  
+  <name>it0004</name>  
+  <dependencies> 
+    <dependency> 
+      <groupId>org.apache.maven.it</groupId>  
+      <artifactId>it0003</artifactId>  
+      <type>library</type>  
+      <version>0.14-SNAPSHOT</version> 
+    </dependency>  
+    <dependency> 
+      <groupId>NUnit</groupId>  
+      <artifactId>NUnit.Framework</artifactId>  
+      <version>2.2.8.0</version>  
+      <type>library</type> 
+    </dependency> 
+  </dependencies>  
+  <build> 
+    <testSourceDirectory>src/test/csharp</testSourceDirectory>  
+    <plugins> 
+      <plugin> 
+        <groupId>org.apache.maven.dotnet.plugins</groupId>  
+        <artifactId>maven-compile-plugin</artifactId>  
+        <extensions>true</extensions> 
+      </plugin>  
+      <plugin> 
+        <groupId>org.apache.maven.dotnet.plugins</groupId>  
+        <artifactId>maven-test-plugin</artifactId>  
+        <configuration> 
+          <supportedRuntimes> 
+            <supportedRuntime>v2.0.50727</supportedRuntime> 
+          </supportedRuntimes> 
+        </configuration> 
+      </plugin> 
+    </plugins> 
+  </build> 
+</project>