Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8062447
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T10:40:19+00:00 2026-06-05T10:40:19+00:00

I have a special situation where I need to package up some jars, and

  • 0

I have a special situation where I need to package up some jars, and I need BOTH versions of a jar. My ivy definitions looks like this:

<dependency org="blah" name="blahname" rev="1.0.0" conf="baseline->default" />

I would like the same dependency resolved twice, once with version 1.0.0 and another with say version 2.0.0. Is that possible? What’s the easiest way to achieve this.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T10:40:20+00:00Added an answer on June 5, 2026 at 10:40 am

    Use ivy configurations to create and manage custom groups of dependencies.

    Example

    ivy.xml

    <ivy-module version="2.0">
        <info organisation="com.myspotontheweb" module="demo"/>
    
        <configurations>
            <conf name="group1" description="First group of dependencies"/>
            <conf name="group2" description="Second group of dependencies"/>
        </configurations>
    
        <dependencies>
            <dependency org="commons-lang" name="commons-lang" rev="2.6" conf="group1->default"/>
            <dependency org="commons-lang" name="commons-lang" rev="2.0" conf="group2->default"/>
        </dependencies>
    
    </ivy-module>
    

    build.xml

    <project name="demo" default="resolve" xmlns:ivy="antlib:org.apache.ivy.ant">
    
        <target name="resolve">
            <ivy:resolve/>
    
            <ivy:retrieve pattern="lib/[conf]/[artifact]-[revision].[ext]"/>
        </target>
    
    </project>
    

    Notes:

    • This example uses the retrieve task to populate the “lib” directory. See also the “cachepath” and “cachefileset” tasks.

    Results

    Lib directory is populated with the desired jars.

    $ tree
    .
    |-- build.xml
    |-- ivy.xml
    `-- lib
        |-- group1
        |   `-- commons-lang-2.6.jar
        `-- group2
            `-- commons-lang-2.0.jar
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does ** have any special meaning in C? Like this: static intparse_one (int argc,
There are some products for which I would like to have a special checkout
I have a situation where I want to perform special processing on some Windows
I have a special situation where I need to query a service to get
Is it possible to have special characters like åäö in the key? If i
I have some special parameters to all my wcf service methods that are handled
I would like to implement the following behaviour: I have a special media player,
Clean URLs seem pretty simple but I'm in need of a special situation. I
I have a situation, where I need to create a new JavaScript object that
There's a special situation in my app where I need a UIButton touch to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.