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/08/20 19:57:39 UTC

svn commit: r567807 - /incubator/nmaven/trunk/pom-dotnet.xml

Author: sisbell
Date: Mon Aug 20 12:57:38 2007
New Revision: 567807

URL: http://svn.apache.org/viewvc?rev=567807&view=rev
Log:
Added in the tagBase for the release plugin. For some reason the default value tries to create a tag using http and it fails.

Modified:
    incubator/nmaven/trunk/pom-dotnet.xml

Modified: incubator/nmaven/trunk/pom-dotnet.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/pom-dotnet.xml?rev=567807&r1=567806&r2=567807&view=diff
==============================================================================
--- incubator/nmaven/trunk/pom-dotnet.xml (original)
+++ incubator/nmaven/trunk/pom-dotnet.xml Mon Aug 20 12:57:38 2007
@@ -155,6 +155,13 @@
           <frameworkVersion>2.0.50727</frameworkVersion>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <configuration>
+          <tagBase>https://svn.apache.org/repos/asf/incubator/nmaven/tags</tagBase>
+        </configuration>
+      </plugin>      
     </plugins>
   </build>
   <dependencyManagement>