You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by br...@apache.org on 2011/12/19 05:41:24 UTC

svn commit: r1220617 - /incubator/npanday/trunk/pom.xml

Author: brett
Date: Mon Dec 19 05:41:23 2011
New Revision: 1220617

URL: http://svn.apache.org/viewvc?rev=1220617&view=rev
Log:
disable check that was causing problems at release time

Modified:
    incubator/npanday/trunk/pom.xml

Modified: incubator/npanday/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/pom.xml?rev=1220617&r1=1220616&r2=1220617&view=diff
==============================================================================
--- incubator/npanday/trunk/pom.xml (original)
+++ incubator/npanday/trunk/pom.xml Mon Dec 19 05:41:23 2011
@@ -617,6 +617,8 @@ under the License.
         <plugins>
           <!-- Fail fast: the release build must run on Windows for the Add-in -->
           <!-- TODO: consider splitting it into a separate release -->
+<!-- Disabled because it causes the dotnet-repository-builder to fail (it makes
+     "clean" resolve dependencies)
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-enforcer-plugin</artifactId>
@@ -638,6 +640,7 @@ under the License.
               </execution>
             </executions>
           </plugin>
+-->
           <plugin>
             <artifactId>maven-assembly-plugin</artifactId>
             <inherited>false</inherited>