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

#58 Fix a bug when attempting to migrate pom files with no build sect… #71

Merged
merged 1 commit into from
May 14, 2024

Conversation

peter-mcclonski
Copy link
Contributor

…ion.

inputLocation = new InputLocation(referenceLocation.getLineNumber() + 1, referenceLocation.getColumnNumber());
line = "\t\t<directory>dist</directory>\n";
} else {
InputLocation referenceLocation = model.getLocation("packaging");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A: This feels like the wrong location given the test POM and our usual layout in our MDA templates. Makes more sense to me to do it before dependencies at the very end before the </project> line. The former feels a bit more natural, but the latter is less complex as dependencies could be missing.

@peter-mcclonski peter-mcclonski merged commit a3f7f81 into boozallen:dev May 14, 2024
@peter-mcclonski peter-mcclonski deleted the 58-fix-null-pointer branch May 14, 2024 22:00
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

Successfully merging this pull request may close these issues.

2 participants