Author: brett
Date: Tue Dec 20 09:19:39 2011
New Revision: 1221159
URL: http://svn.apache.org/viewvc?rev=1221159&view=rev
Log:
put back skip
Modified:
incubator/npanday/trunk/dotnet/pom.xml
Modified: incubator/npanday/trunk/dotnet/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/pom.xml?rev=1221159&r1=1221158&r2=1221159&view=diff
==============================================================================
--- incubator/npanday/trunk/dotnet/pom.xml (original)
+++ incubator/npanday/trunk/dotnet/pom.xml Tue Dec 20 09:19:39 2011
@@ -105,6 +105,11 @@ under the License.
<groupId>org.apache.npanday.plugins</groupId>
<artifactId>NPanday.Plugin.Settings.JavaBinding</artifactId>
<version>${bootstrap.npanday.version}</version>
+ <configuration>
+ <!-- Required until this can be done in Java, as otherwise there is
+ a bootstrapping problem trying to run the goal -->
+ <skip>true</skip>
+ </configuration>
</plugin>
</plugins>
</pluginManagement>