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

Fix POM Generation Directory #552

Closed
littleaj opened this issue Feb 8, 2018 · 2 comments
Closed

Fix POM Generation Directory #552

littleaj opened this issue Feb 8, 2018 · 2 comments
Assignees
Milestone

Comments

@littleaj
Copy link
Contributor

littleaj commented Feb 8, 2018

In PR #551, I added pom generation to the build by duplicating some code in publishing.gradle. Right now, they are generated into $projectDir/pom.xml. I made an attempt to write it to $buildDir, but for some reason it didn't recognize $buildDir or the default pom dir from the maven plugin.

Ideally, the pom.xml should be generated into <project dir>/build/poms or something similar.

@littleaj littleaj added this to the future milestone Feb 8, 2018
@littleaj littleaj self-assigned this Feb 8, 2018
@littleaj
Copy link
Contributor Author

littleaj commented Feb 9, 2018

Actually, this might not be necessary. The build does generate a *.pom in /build/artifacts/project_dir/project_name.pom. Needs investigation

@littleaj littleaj mentioned this issue Mar 6, 2018
2 tasks
@littleaj
Copy link
Contributor Author

littleaj commented Mar 6, 2018

fixed in #582

@littleaj littleaj closed this as completed Mar 6, 2018
@ghost ghost locked as resolved and limited conversation to collaborators Jul 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant