Author: sisbell Date: Sun Dec 30 17:59:20 2007 New Revision: 607649 URL: http://svn.apache.org/viewvc?rev=607649&view=rev Log: Fix for making sure that the plugins are built before the IT are run.
Modified: incubator/nmaven/trunk/components/maven-dotnet-core-it-runner/pom.xml Modified: incubator/nmaven/trunk/components/maven-dotnet-core-it-runner/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/maven-dotnet-core-it-runner/pom.xml?rev=607649&r1=607648&r2=607649&view=diff ============================================================================== --- incubator/nmaven/trunk/components/maven-dotnet-core-it-runner/pom.xml (original) +++ incubator/nmaven/trunk/components/maven-dotnet-core-it-runner/pom.xml Sun Dec 30 17:59:20 2007 @@ -65,6 +65,11 @@ <artifactId>maven-compiler-plugin</artifactId> <version>${pom.version}</version> </dependency> + <dependency> + <groupId>org.apache.maven.dotnet.plugins</groupId> + <artifactId>dotnet-test-plugin</artifactId> + <version>${pom.version}</version> + </dependency> </dependencies> <repositories> <repository>