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 yet... Am 25.03.2013 um 18:30 schrieb David Durham <[email protected]>: > 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 log4net 1.2.11 dll > > > > > > On Mon, Mar 25, 2013 at 12:19 PM, David Durham <[email protected]> > wrote: >> 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 <[email protected]> wrote: >>> Hi David, >>> >>> On 22/03/2013, at 8:15 PM, David Durham <[email protected]> > wrote: >>> >>>> 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? >>> >>> That was removed as part of the ongoing work for NPANDAY-231. It may be > a bit unstable. >>> >>> You should find that the conventional Maven install-file plugin is > sufficient if everything else is working file for you. >>> >>>> >>>> Are there 1.5.0-incubating docs out in public somewhere, or do I have >>>> to generate them from the project? >>> >>> >>> A version is generated here from time to time: >>> http://incubator.apache.org/npanday/docs/1.5.0-incubating-SNAPSHOT/ >>> >>> The latest can also be accessed from the Jenkins working copy, if it > hasn't been deleted at that particular time: >>> > https://builds.apache.org/view/M-R/view/NPanday/job/NPanday-docs/ws/target/jenkins-site/index.html >>> >>> Regards, >>> Brett >>> >>> -- >>> Brett Porter >>> [email protected] >>> http://brettporter.wordpress.com/ >>> http://au.linkedin.com/in/brettporter >>> http://twitter.com/brettporter >>> >>> >>> >>> >>>
