ivy « Ant « 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 » Ant » ivy 

1. lastupdate is not showing in maven-metadata.xml    stackoverflow.com

I have an issue with an artifact's maven-metadata.xml is not showing up. Here is the environment i am working on: Apache Archiva , Ivy, ant. Problem: When I am Deploying artifact via the Web ...

2. Create project from maven archetype via Apache Ivy    stackoverflow.com

If you want to create project with a Maven archetype you type

mvn archetype:generate -DarchetypeGroupId=... -DarchetypeArtifactId=... \
               ...

3. Managing multiple internal projects using Maven (Switching from ant/ivy)    stackoverflow.com

Let me first explain our infrastructure. My company produces two enterprise software products (which each in turn include multiple servers). Lets call them ProductA and ProductB. ProductA is made up of 40 individual ...

4. Using Ivy, Maven and the Issue with POMs    stackoverflow.com

I have been looking at and playing around with IVY of late for a new project. I know that there are two camps on this topic and a lot of ...

5. ivy or maven? which one to use?    stackoverflow.com

which one is better? Ant-IVY or Maven?.

6. How does one consolidate version management in Ivy, like parent-pom in Maven?    stackoverflow.com

We have many projects that need to use common version numbers.
What is best practice for doing this with Ant/Ivy? Do you just inherit a wad of properties from Ant that ...

7. Alternatives to Maven Archetypes    stackoverflow.com

We're currently using Ant with Ivy for build and dependency management, but there's an interest in providing template starter projects like Maven provides using archetypes. http://maven.apache.org/guides/introduction/introduction-to-archetypes.html However, we don't want to ...

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.