No, you don't need to add the deploy plugin into the pom. Deploy has already been included within the lifecycle of the .NET builds (actually the deploy phase executes the org.apache.maven.dotnet.plugins:maven-repository-plugin:convert-artifact, which puts converts from the GAC style repository format to the default maven one and then executes normal install plugin).
Shane On Nov 25, 2007 4:40 PM, Wendy Smoak <[EMAIL PROTECTED]> wrote: > According to the docs there is a different deploy plugin for nmaven: > http://incubator.apache.org/nmaven/plugins/maven-deploy-plugin/usage.html > > I notice that the compile plugin is configured in the pom.xml file in > a project created from the dotnet-simple archetype, but not the deploy > plugin. Does it need to be? > > (I'm using an NMaven build from Nov 7th.) > > Thanks, > -- > Wendy >
