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/27 02:26:24 UTC

svn commit: r579874 - in /incubator/nmaven/trunk: README.txt modify-versions.bat pom-dotnet.xml pom-modify-versions.xml pom.xml

Author: sisbell
Date: Wed Sep 26 19:26:23 2007
New Revision: 579874

URL: http://svn.apache.org/viewvc?rev=579874&view=rev
Log:
Updated readme.

Modified:
    incubator/nmaven/trunk/README.txt
    incubator/nmaven/trunk/modify-versions.bat
    incubator/nmaven/trunk/pom-dotnet.xml
    incubator/nmaven/trunk/pom-modify-versions.xml
    incubator/nmaven/trunk/pom.xml

Modified: incubator/nmaven/trunk/README.txt
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/README.txt?rev=579874&r1=579873&r2=579874&view=diff
==============================================================================
--- incubator/nmaven/trunk/README.txt (original)
+++ incubator/nmaven/trunk/README.txt Wed Sep 26 19:26:23 2007
@@ -58,6 +58,8 @@
 Building Against NonPublic Repo (For release versions)
  Deploy local versioned snapshot of maven 2.1 to internal repo
  Deploy openrdf artifacts to internal repo
+ Deploy Castle artifacts to internal repo
  Modify version to internal release version (as shown above)
+ Manually change the mavenVersion property in the pom.xml to a release version
  Type: bootstrap-build.bat -DrdfProfile.none -DVisualStudio2005 -DmavenVersion=<<Internal versioned copy of 2.1>>
 

Modified: incubator/nmaven/trunk/modify-versions.bat
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/modify-versions.bat?rev=579874&r1=579873&r2=579874&view=diff
==============================================================================
--- incubator/nmaven/trunk/modify-versions.bat (original)
+++ incubator/nmaven/trunk/modify-versions.bat Wed Sep 26 19:26:23 2007
@@ -1,4 +1,4 @@
 cd imports/maven-pom-plugin
 call mvn install
 cd ../..
-call mvn install -f pom-modify-versions.xml -DnmavenVersion=%*
\ No newline at end of file
+call mvn install -f pom-modify-versions.xml -Dmodify-version -DnmavenVersion=%1 -DmavenVersion=%2
\ No newline at end of file

Modified: incubator/nmaven/trunk/pom-dotnet.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/pom-dotnet.xml?rev=579874&r1=579873&r2=579874&view=diff
==============================================================================
--- incubator/nmaven/trunk/pom-dotnet.xml (original)
+++ incubator/nmaven/trunk/pom-dotnet.xml Wed Sep 26 19:26:23 2007
@@ -220,29 +220,4 @@
       </dependency> 
     </dependencies> 
   </dependencyManagement>  
-  <distributionManagement> 
-    <snapshotRepository> 
-      <id>deployment.webdav</id>  
-      <name>Test Web Dav</name>  
-      <url>dav:http://localhost:8080/archiva/repository/snapshots/</url> 
-    </snapshotRepository> 
-  </distributionManagement>  
-  <!--
-  <distributionManagement>
-    <snapshotRepository>
-      <id>nmaven</id>
-      <name>Apache Development Snapshot Repository</name>
-      <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
-    </snapshotRepository>
-  </distributionManagement>
-  -->  
-  <!--
-   <distributionManagement>
- <snapshotRepository>
-   <id>test</id>
-   <name>Apache Development Snapshot Repository</name>
-   <url>file://C:\arepo</url>
- </snapshotRepository>
-</distributionManagement>
---> 
 </project>

Modified: incubator/nmaven/trunk/pom-modify-versions.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/pom-modify-versions.xml?rev=579874&r1=579873&r2=579874&view=diff
==============================================================================
--- incubator/nmaven/trunk/pom-modify-versions.xml (original)
+++ incubator/nmaven/trunk/pom-modify-versions.xml Wed Sep 26 19:26:23 2007
@@ -42,11 +42,25 @@
               <goal>alter-version</goal>
             </goals>
           </execution>
+          <!--
           <execution>
             <configuration>
               <projectFile>misc/dotnet-repository-builder/pom-dotnet.xml</projectFile>
               <xpath>//project/version</xpath>
               <newValue>${pom.version}</newValue>
+            </configuration>
+            <id>alter-assembly-version-assemblies</id>
+            <phase>process-sources</phase>
+            <goals>
+              <goal>alter-by-xpath</goal>
+            </goals>
+          </execution>
+          -->
+          <execution>
+            <configuration>
+              <projectFile>pom.xml</projectFile>
+              <xpath>//project/properties/mavenVersion</xpath>
+              <newValue>${mavenVersion}</newValue>
             </configuration>
             <id>alter-assembly-version-assemblies</id>
             <phase>process-sources</phase>

Modified: incubator/nmaven/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/pom.xml?rev=579874&r1=579873&r2=579874&view=diff
==============================================================================
--- incubator/nmaven/trunk/pom.xml (original)
+++ incubator/nmaven/trunk/pom.xml Wed Sep 26 19:26:23 2007
@@ -131,7 +131,7 @@
   <modules> 
     <module>components</module>  
     <module>archetypes</module>  
-    <module>plugins</module>
+    <module>plugins</module>  
     <module>misc/dotnet-repository-builder</module> 
   </modules>  
   <repositories> 
@@ -161,12 +161,12 @@
         <groupId>org.apache.maven.wagon</groupId>  
         <artifactId>wagon-ssh-external</artifactId>  
         <version>1.0-beta-2</version> 
-      </extension>
-      <extension>
-        <groupId>org.apache.maven.wagon</groupId>
-        <artifactId>wagon-webdav</artifactId>
-        <version>1.0-beta-2</version>
-      </extension>      
+      </extension>  
+      <extension> 
+        <groupId>org.apache.maven.wagon</groupId>  
+        <artifactId>wagon-webdav</artifactId>  
+        <version>1.0-beta-2</version> 
+      </extension> 
     </extensions>  
     <plugins> 
       <plugin> 
@@ -232,6 +232,7 @@
   </dependencies>  
   <properties> 
     <mavenVersion>2.1-SNAPSHOT</mavenVersion>  
+    <nmavenVersion>0.14-SNAPSHOT</nmavenVersion>  
     <jettyVersion>6.1.5</jettyVersion>  
     <xfireVersion>1.2.5</xfireVersion> 
   </properties>