Re: was the npanday.plugin.install.FileInstallerMojo removed from 1.5.0-incubating-snapshot

2013-04-17 Thread Lars Corneliussen
good to see you answering your questions :( i'm now using the library-importer-plugin with nuget - but before that i usually generated poms in a groovy script and then installed them… i have plans to extend the library-importer-plugin to also pick up local dlls - but haven't found time for that

Re: was the npanday.plugin.install.FileInstallerMojo removed from 1.5.0-incubating-snapshot

2013-03-25 Thread David Durham
Is there an example for using the mvn install-file plugin to install a dotnet-library? This documentation appears to be for the 1.4 release. http://incubator.apache.org/npanday/docs/1.5.0-incubating-SNAPSHOT/guide/advanced/dependencies.html -Dave On Fri, Mar 22, 2013 at 8:28 PM, Brett Porter

Re: was the npanday.plugin.install.FileInstallerMojo removed from 1.5.0-incubating-snapshot

2013-03-25 Thread David Durham
Looks like this is what I want: $ cat ~/bin/mvidn mvn install:install-file -Dfile=$1 \ -DgroupId=$2 \ -DartifactId=$3 \ -Dversion=$4 \ -Dpackaging=$5 $ mvidn log4net.dll log4net

was the npanday.plugin.install.FileInstallerMojo removed from 1.5.0-incubating-snapshot

2013-03-22 Thread David Durham
The documentation seems to reference it, but I don't see this file in the repo? http://incubator.apache.org/npanday/docs/1.4.0-incubating/guide/advanced/dependencies.html If the FileInstallerMojo is gone, how do we install libraries to our local repo? Are there 1.5.0-incubating docs out in