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 or right answer for #55 [MAVEN] #7008

Open
MiloosN5 opened this issue Feb 25, 2024 · 2 comments
Open

Wrong or right answer for #55 [MAVEN] #7008

MiloosN5 opened this issue Feb 25, 2024 · 2 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@MiloosN5
Copy link

Hey! I'm wondering is "/src/main/WEB-INF" the right answer for Q55 [Maven]? According to source (maven.apache.org) it should be "${basedir}/src/main/webapp" or I missunderstood something?

@Ebazhanov Ebazhanov added help wanted Extra attention is needed good first issue Good for newcomers labels Feb 26, 2024
@jdegand
Copy link

jdegand commented Mar 12, 2024

Both answers may be correct.

The default resource directory for all Maven projects is src/main/resources which will end up in target/classes and in WEB-INF/classes in the WAR. The directory structure will be preserved in the process -- Maven .

@MiloosN5
Copy link
Author

@jdegand Thank you! The link you posted help me understand this more clearly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants