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

Issue455 refresh issue due to pom generated in target on building the project #462

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Conversation

JoshwinThomasIBM
Copy link
Contributor

@JoshwinThomasIBM JoshwinThomasIBM commented Jan 8, 2025

Fixes #455
Changes includes checking if there are any sibling pom.xml's present in the target folders parent directory , if found then we skip the refresh for the pom.xml generated in the target. If there are no other pom files found in the parent directory , then we execute the dashboard refresh.

src/definitions/constants.ts Show resolved Hide resolved
src/extension.ts Outdated Show resolved Hide resolved
src/util/helperUtil.ts Outdated Show resolved Hide resolved
src/extension.ts Show resolved Hide resolved
try {
console.log(`excludeDir ::` + excludeDir);

// Get parentDir based on whether 'target' or 'build' exists in the path
Copy link
Contributor

Choose a reason for hiding this comment

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

There is an indentation issue.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Addressed

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.

"Refreshing Liberty Dashboard projects" kicks in all the time
3 participants