build « dependency « Maven/Ant Q&A

Home
Maven/Ant Q&A
1.Ant
2.artifact
3.dependency
4.deploy
5.Development
6.eclipse
7.glassfish
8.hudson
9.integration
10.jetty
11.junit
12.m2eclipse
13.module
14.netbeans
15.package
16.plugin
17.POM
18.repository
19.svn
Maven/Ant Q&A » dependency » build 

1. Different dependencies for different build profiles in maven    stackoverflow.com

Is it possible to have a different set of dependencies in a maven pom.xml file for different profiles? e.g.

mvn -P debug
mvn -P release
I'd like to pick up a different dependency jar file ...

2. maven-camel build problem    stackoverflow.com

I have a simple application using netbeans for developing and maven for building et all. My application uses camel , spring XML configured. I wanted to build an executable jar with ...

3. Unknown Dependency Coming up in Maven Build    stackoverflow.com

I've been trying to use Maven to build a project. The project builds fine on a few computers I tried but on one machine, I'm having a random issue. Essentially, maven is ...

4. maven dependencies in profiles during release build    stackoverflow.com

I have a maven module which has several dependencies that are contained in profiles. When preparing a release build using the release plugin (i.e. mvn release:prepare), the versions of those dependencies ...

5. Maven: add a dependency to a jar by relative path    stackoverflow.com

I have a proprietary jar that I want to add to my pom as a dependency. But I don't want to add it to a repository. The reason is that I want ...

6. leiningen - how to add dependencies for local jars?    stackoverflow.com

I want to use leiningen to build and develop my clojure project. Is there a way to modify project.clj to tell it to pick some jars from local directories? I have some ...

7. Lazy dependencies on a multi-project Maven project    stackoverflow.com

We're considering using Maven for a large multi project build, to give you an idea of the size, some of the sub-projects have several million lines of code. The ideal structure would ...

8. Having a maven project build its own dependencies?    stackoverflow.com

With maven is it possible to have a top-level project who's packaging type is "war" which will build itself and all of its dependent modules (packaged as jar) and have the ...

9. How to break a maven build when dependencies are out of date?    stackoverflow.com

I love the maven-versions-plugin but sometimes I forget to run it for a while. Is there a way to make a maven build fail (and thus have a continuous build ...

10. Dependency management for big projects    stackoverflow.com

I am working in a fairly big project. We have lots of projects and each project has dependencies. We use maven and normally we don't have any problems. So, without giving ...

11. How to add "Maven Managed Dependencies" library in build path eclipse?    stackoverflow.com

I have created a maven project and I want to add all maven dependencies in build path of the project in eclipse. When I go to Java Build Path > Add ...

12. Dependency Management in java using annotations    stackoverflow.com

I use maven quite extensively on all my java projects (and some non-java projects as well). However, I am a big fan of moving configuration out of XML files and into ...

13. In Maven How to build the dependent projects that are added as the dependencies in the main project when building the main project?    stackoverflow.com

i have three independent projects in my main project when i want to add the dependencies of these projects to main project then first i am building the dependent projects and ...

14. Eclipse build path with other projects    stackoverflow.com

I've got several projects in Eclipse (all are Maven projects) and one main project (also Maven project) which depends on the rest. I tried add this dependency by setting java build ...

15. Eclipse Maven Dependency    stackoverflow.com

I have just added dependencies to an eclipse project so that my jar can see other jars. How can I be sure that the dependencies work, and that what I've done ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.