OpenLiberty / open-liberty-tools

Open Liberty Tools are lightweight tools for developing, assembling, and deploying apps to Open Liberty.
http://openliberty.io
Eclipse Public License 1.0
52 stars 40 forks source link

Add `src/main/liberty` and `src/test/liberty` to the list of java source folders #450

Open lmsurpre opened 2 years ago

lmsurpre commented 2 years ago

I think it would be helpful for the Liberty Tools to add these folders to the list of project source folders. image

The Maven plugin (m2e) does something similar for src/main/resources and src/test/resources. Its a little thing, but its makes those appear right under the project in the Explorer views so that users don't need to drill into the src folder hierarchy.

lmsurpre commented 2 years ago

Actually, on second thought, maybe that is really just for files that will generate output that should be on the classpath... feel free to close or change into a story like "feature the liberty maven tools artifacts higher in the tree"