the visual studio installer plugin doesn't work on an empty local repository
----------------------------------------------------------------------------
Key: NMAVEN-111
URL: http://jira.codehaus.org/browse/NMAVEN-111
Project: NMaven
Issue Type: Bug
Reporter: Maria Catherine Tan
This applies for
https://svn.apache.org/repos/asf/incubator/nmaven/tags/STABLE-2007-12-16/
You currently have to run both "mvn install" on an NMaven project and to
generate the solution file to get the following artifacts in your local
repository for the vsinstaller plugin to succeed:
* NMaven.Plugins:NMaven.Plugin.Settings.JavaBinding
* NMaven.Plugins:NMaven.Plugin.Solution
In addition, you have to manually install the dotnet-embedder WAR file using
the following:
mvn install:install-file -DgroupId=org.apache.maven.dotnet
-DartifactId=dotnet-service-embedder -Dversion=0.14-maestro-1.5-M3
-Dpackaging=war
-Dfile=%REPOSITORY%\org\apache\maven\dotnet\dotnet-service-embedder\0.14-maestro-1.5-M3\dotnet-service-embedder-0.14-maestro-1.5-M3.war
-DpomFile=%REPOSITORY%\org\apache\maven\dotnet\dotnet-service-embedder\0.14-maestro-1.5-M3\dotnet-service-embedder-0.14-maestro-1.5-M3.pom
(Assumes %REPOSITORY% is the location of the MPS releases repository -
obviously not always available on the client... so maybe a POM is better).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira