Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Adding <type> to generated POM file <dependency> elements for AARs #212

Closed
andrewlewis opened this issue May 23, 2018 · 1 comment
Closed

Comments

@andrewlewis
Copy link

Is it possible to have the release plugin include <type> elements under <dependency> elements in generated POM files? Here is an example of a published artifact's POM file where we'd like to include them.

Background: I'm trying to use mvn dependency:copy-dependencies to download an artifact with all its dependencies. With the current generated POM files, maven fails to download JARs for dependencies, but when I add <type>aar</type> to dependencies in the POM file it correctly downloads the AAR. Thanks!

@w4-hyungsun
Copy link

It seems to overlap with #140 and #149 .
Is there any workaround for this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants