I think the related issue is:
http://jira.codehaus.org/browse/NMAVEN-106

That would need to be in place first, but it also means that the vsinstaller plugin needs to be adjusted to not require it.

- Brett

On 06/05/2008, at 7:04 AM, Brett Porter wrote:


On 05/05/2008, at 11:26 PM, Wendy Smoak wrote:

On Mon, May 5, 2008 at 12:00 AM, Brett Porter <[EMAIL PROTECTED]> wrote:
I uninstalled all traces of the VS addin and NMaven (from My Documents, and the GAC), cleaned my local repo, then built NMaven. The patch needed to
remove the modules that shouldn't be needed any more is attached.

I don't think the attachment came through. Is it small enough to paste?


Index: components/pom.xml
===================================================================
--- components/pom.xml  (revision 653294)
+++ components/pom.xml  (working copy)
@@ -36,14 +36,12 @@
    <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>
  <profiles>
Index: pom.xml
===================================================================
--- pom.xml     (revision 653294)
+++ pom.xml     (working copy)
@@ -258,11 +258,6 @@
        <version>${mavenVersion}</version>
      </dependency>
      <dependency>
-        <groupId>org.apache.maven</groupId>
-        <artifactId>maven-embedder</artifactId>
-        <version>${mavenVersion}</version>
-      </dependency>
-      <dependency>
        <groupId>org.codehaus.xfire</groupId>
        <artifactId>xfire-plexus</artifactId>
        <version>${xfireVersion}</version>
Index: misc/dotnet-repository-builder/pom.xml
===================================================================
--- misc/dotnet-repository-builder/pom.xml      (revision 653294)
+++ misc/dotnet-repository-builder/pom.xml      (working copy)
@@ -25,7 +25,7 @@
  <artifactId>dotnet-repository-builder</artifactId>
  <packaging>pom</packaging>
  <properties>
-    <mavenVersion>2.1-SNAPSHOT</mavenVersion>
+    <mavenVersion>2.0.8</mavenVersion>
    <nmavenVersion>${pom.version}</nmavenVersion>
    <jettyVersion>6.1.5</jettyVersion>
    <xfireVersion>1.2.5</xfireVersion>
@@ -69,11 +69,6 @@
    </dependency>
    <dependency>
      <groupId>org.apache.maven.dotnet</groupId>
-      <artifactId>dotnet-embedder</artifactId>
-      <version>0.14-incubating-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.dotnet</groupId>
      <artifactId>dotnet-executable</artifactId>
      <version>0.14-incubating-SNAPSHOT</version>
    </dependency>
@@ -108,12 +103,6 @@
      <artifactId>dotnet-vendor</artifactId>
      <version>0.14-incubating-SNAPSHOT</version>
    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.dotnet</groupId>
-      <artifactId>dotnet-service-embedder</artifactId>
-      <type>war</type>
-      <version>0.14-incubating-SNAPSHOT</version>
-    </dependency>
    <!--plugins-->
    <dependency>
      <groupId>org.apache.maven.dotnet.plugins</groupId>
@@ -233,11 +222,6 @@
      <version>${mavenVersion}</version>
    </dependency>
    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-embedder</artifactId>
-      <version>${mavenVersion}</version>
-    </dependency>
-    <dependency>
      <groupId>org.codehaus.xfire</groupId>
      <artifactId>xfire-plexus</artifactId>
      <version>${xfireVersion}</version>


--
Brett Porter
[EMAIL PROTECTED]
http://blogs.exist.com/bporter/

Reply via email to