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 2010/11/24 03:08:10 UTC

svn commit: r1038453 - /incubator/npanday/trunk/dotnet/pom.xml

Author: brett
Date: Wed Nov 24 03:08:10 2010
New Revision: 1038453

URL: http://svn.apache.org/viewvc?rev=1038453&view=rev
Log:
repository plugin also needed

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=1038453&r1=1038452&r2=1038453&view=diff
==============================================================================
--- incubator/npanday/trunk/dotnet/pom.xml (original)
+++ incubator/npanday/trunk/dotnet/pom.xml Wed Nov 24 03:08:10 2010
@@ -61,6 +61,11 @@ under the License.
         </plugin>
         <plugin>
           <groupId>npanday.plugin</groupId>
+          <artifactId>maven-repository-plugin</artifactId>  
+          <version>${stable.npanday.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>npanday.plugin</groupId>
           <artifactId>maven-install-plugin</artifactId>  
           <version>${stable.npanday.version}</version>
         </plugin>