ant « repository « 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 » repository » ant 

1. Can I use the maven ant tasks with a custom maven repository?    stackoverflow.com

I need to specify a certain directory which the maven ant tasks should use as repository. maven.repo.local doesn't seem to work with that. Any other ideas?

2. Is there a way I can use Maven repositories to add dependencies to Ant?    stackoverflow.com

I was wondering if anybody has seen a technique for adding Maven dependencies to Ant. I thought that Ivy was meant to do this but then I realized that it ...

3. Using Maven ant task to install jar to local repository    stackoverflow.com

At the end of my ant build id like it to call the equivalent of the command line call

mvn install:install-file -Dfile=my.jar -DgroupId=com.company.project -DartifactId=my_project -Dversion=1.0 -Dpackaging=jar -DgeneratePom=true
so that it will add the ...

4. How do remote dependency managers for tools like grapes/maven/ivy manage to utilize the same underlying repositories ....?    stackoverflow.com

It seems as though ivy , maven, grapes , and other dependency managers link to the same integrated repositories. 1) What do these different dependency managers have in common in ...

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.