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

Wrong src-dir and test-dir for Maven #1750

Closed
nigredo-tori opened this issue Feb 8, 2022 · 0 comments · Fixed by #1751
Closed

Wrong src-dir and test-dir for Maven #1750

nigredo-tori opened this issue Feb 8, 2022 · 0 comments · Fixed by #1751

Comments

@nigredo-tori
Copy link
Contributor

These patterns:

projectile/projectile.el

Lines 3119 to 3120 in df3d73e

:src-dir "main/src/"
:test-dir "main/test/")

should instead be src/main and src/test, according to Maven documentation.

Sorry for not going through the template, I'm on the clock. 😄

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 a pull request may close this issue.

1 participant