Author: lcorneliussen
Date: Fri Apr 1 13:07:49 2011
New Revision: 1087693
URL: http://svn.apache.org/viewvc?rev=1087693&view=rev
Log:
Still referenced the deploy-plugin (which has been removed in 1.2)
Modified:
incubator/npanday/trunk/dotnet/assemblies/NPanday.Plugin/pom.xml
Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.Plugin/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/assemblies/NPanday.Plugin/pom.xml?rev=1087693&r1=1087692&r2=1087693&view=diff
==============================================================================
--- incubator/npanday/trunk/dotnet/assemblies/NPanday.Plugin/pom.xml (original)
+++ incubator/npanday/trunk/dotnet/assemblies/NPanday.Plugin/pom.xml Fri Apr 1
13:07:49 2011
@@ -80,15 +80,6 @@ under the License.
<isGacInstall>true</isGacInstall>
</configuration>
</plugin>
- <!-- temporarily retained until we can use the new deploy lifecycle
- with the standard plugin -->
- <plugin>
- <groupId>npanday.plugin</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <classifier>4b435f4d76e2f0e6</classifier>
- </configuration>
- </plugin>
</plugins>
</pluginManagement>
</build>