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 2008/02/19 16:42:57 UTC

svn commit: r629153 - in /incubator/nmaven/trunk: README.txt imports/ pom.xml

Author: sisbell
Date: Tue Feb 19 08:42:55 2008
New Revision: 629153

URL: http://svn.apache.org/viewvc?rev=629153&view=rev
Log:
Cleaned out imports. Updated pom.

Removed:
    incubator/nmaven/trunk/imports/
Modified:
    incubator/nmaven/trunk/README.txt
    incubator/nmaven/trunk/pom.xml

Modified: incubator/nmaven/trunk/README.txt
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/README.txt?rev=629153&r1=629152&r2=629153&view=diff
==============================================================================
--- incubator/nmaven/trunk/README.txt (original)
+++ incubator/nmaven/trunk/README.txt Tue Feb 19 08:42:55 2008
@@ -247,48 +247,3 @@
 
  dotnet:winexe and dotnet:exe can also be used as dependency types. dotnet:module can also be used but will not be transitive.
 
-* {NUnit}
-
- NUnit is currently only supported building with Microsoft, not Mono. To use, add the following dependency to the pom.
-
-+----+
-<dependency>
-    <groupId>org.apache.maven.dotnet</groupId>
-    <artifactId>NUnit.Framework</artifactId>
-    <version>2.4.6-incubating-SNAPSHOT</version>
-    <type>dotnet:library</type>
-    <scope>test</scope>
-</dependency>
-+----+
-
- And also set the test source directory to where your test classes are located.
-
-+----+
-  <build>
-    <sourceDirectory>.</sourceDirectory>
-    <testSourceDirectory>Test</testSourceDirectory>
-...
-  </build>
-+----+
-
-* {Archetypes}
-
- To create a library project:
-
-+----+
-mvn archetype:create -DarchetypeGroupId=org.apache.maven.dotnet.csharp   /
-                     -DarchetypeArtifactId=maven-archetype-class-library /
-                     -DarchetypeVersion=0.15-incubating-SNAPSHOT         /
-                     -DgroupId=<<groupId>>                                 /
-                     -DartifactId=<<artifactId>>
-+----+
-
- The archetypeArtifactId can be specified as any of the following:
-
- [[1]] maven-archetype-class-library
-
- [[2]] maven-archetype-console-application
-
- [[3]] maven-archetype-windows-application
-
- [[4]] maven-archetype-windows-control
\ No newline at end of file

Modified: incubator/nmaven/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/pom.xml?rev=629153&r1=629152&r2=629153&view=diff
==============================================================================
--- incubator/nmaven/trunk/pom.xml (original)
+++ incubator/nmaven/trunk/pom.xml Tue Feb 19 08:42:55 2008
@@ -60,10 +60,6 @@
     <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/nmaven/trunk</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/nmaven/trunk</developerConnection>
   </scm>
-  <organization>
-    <name>Apache NMaven</name>
-    <url>http://incubator.apache.org/nmaven</url>
-  </organization>
   <issueManagement>
     <system>JIRA Bugtracking</system>
     <url>http://jira.codehaus.org/browse/NMAVEN</url>
@@ -94,6 +90,14 @@
       </roles>
     </developer>
     <developer>
+      <name>Wendy Smoak</name>
+      <id>wsmoak</id>
+      <email>wsmoak@apache.org</email>
+      <roles>
+        <role>mentor</role>
+      </roles>
+    </developer>
+    <developer>
       <name>Shane Isbell</name>
       <id>sisbell</id>
       <email>sisbell@apache.org</email>
@@ -147,10 +151,6 @@
     <module>archetypes</module>
     <module>components</module>
     <module>plugins</module>
-    <!--
-    <module>imports/maven-toolchain</module>
-    <module>imports/maven-toolchain-plugin</module>
-    -->
   </modules>
   <build>
     <extensions>