Ivy: Fetching Javadocs and Sources

后端 未结 1 1354
野性不改
野性不改 2021-01-05 08:20

I\'m fairly new to Ivy, but have gotten it to work with jar dependencies. The problem is trying to set it up, so I can fetch javadocs and sources independently of jars.

1条回答
  •  遥遥无期
    2021-01-05 08:54

    Okay, I think I've figured it out. I was over thinking this whole process. My section should look like this:

    
        
    
    

    This maps my javadoc to Maven's javadoc and my sources to Maven's sources. When I mapped conf="sources->default", it was mapping my sources to Maven's default which is the compile dependencies.

    I can specify all the configurations in one line, and I don't need separate entities.

    0 讨论(0)
提交回复
热议问题