English 中文(简体)
吉特·布赖恩图书馆的夜视
原标题:Maven dependencies for Clojure libraries on GitHub

I m 采用Eclipse和Maven,用m2eclipse开发Clojure + Java的一些应用。

当我的属地位于马文存放处时,这发挥了巨大作用。 然而,有些图书馆,我想在任何存放处都使用这些n,例如设在Gite Hub的小型开放源衣店。

这些项目通常有一个建筑。 xml或项目。 页: 1

是否有办法设立Maven,以自动处理这些受扶养人? 或者,我是否需要人工下载和建设所有这些?

最佳回答

不幸的是,你们要么不得不:

  • find a repository containing those libraries
  • manually add these to your repository using mvn install (and if you re kind enough, ask for those to be published in the central maven repo)
  • ask the developers if they would be so kind to propose a mavenized version and publish it in some maven repository
问题回答




相关问题
Eclipse CDT static resources under build folder

I m building a C++ project under Eclipse and my release folder should include a static sub-folder with some files inside it, those are required by executable during runtime. The problem is that this ...

Multiple Output paths for a C# Project file

Can I use multiple output paths. like when i build my project, the exe should generate in two different paths. If so, How can I specify in Project Properties-> Build -> output path? I tried using , ...

Running multiple TeamCity Agents on the same computer?

We have several build machines, each running a single TeamCity build agent. Each machine is very strong, and we d like to run several build agents on the same machine. Is this possible, without using ...

couldnt recognise pom.xml file

i am build forge as build tool. it is executing maven mvn commands fine ,but it couldnt recognizing the maven project pom.xml to run the build.so i tried to execute the same pom.xml through the ...

Cobertura ant script is missing Log4J classes

I tried to get Cobertura running inside my ant script, but I m stuck right at the beginning. When I try to insert the cobertura taskdef I m missing the Log4J libraries. Ant properties & ...

Why not use TFS as a build / CI solution?

Currently our build solution is set up using TFS + MS Build scripts. TFS is also being used as a CI server. I ve seen several posts on this site telling people about other CI solutions. Are there ...

Multiple websites running on same codebase?

We are developing an application that would be offered as a hosted solution. I am struck with understanding how can i use multiple sites with same code without duplicating base code. eg: website 1: ...

热门标签