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

#94 Modifying retrieve caching logic to allow for non-habushu packaging #95

Merged
merged 2 commits into from
Mar 5, 2024

Conversation

JeffreyRoss
Copy link
Collaborator

Currently the RetrieveWheels functionality requires that the executing packaging is Habushu, however, there are some use cases where we'd want to use these functionality in non-habushu packaging.

@@ -32,6 +32,11 @@ public class RetrieveWheelsMojo extends AbstractHabushuMojo {
@Parameter(property = "habushu.wheelDependencies", required = false)
protected List<WheelDependency> wheelDependencies;

@Override
public void execute() throws MojoExecutionException, MojoFailureException {
Copy link
Contributor

Choose a reason for hiding this comment

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

A: Probably worth clarifying the logic being skipped in a comment.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@JeffreyRoss JeffreyRoss merged commit e48a19e into dev Mar 5, 2024
1 check passed
@JeffreyRoss JeffreyRoss deleted the 94 branch March 5, 2024 21:18
cpointe-ibllanos added a commit that referenced this pull request Mar 8, 2024
Change output directory for Behave tests
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.

3 participants