Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract pom from jar when installing in maven repo #44

Open
amichair opened this issue Jan 4, 2022 · 0 comments
Open

Extract pom from jar when installing in maven repo #44

amichair opened this issue Jan 4, 2022 · 0 comments

Comments

@amichair
Copy link

amichair commented Jan 4, 2022

Using the maven-external-dependency-plugin one can install a pom, or a jar, or a jar along with a pom (using the undocumented pomFile configuration, that should be documented). However, most jars built by maven (which is most jars) already have their pom within the jar (under META-INF), so the plugin should use it by default rather than generating a new bare-bones one.

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

No branches or pull requests

1 participant