-
Notifications
You must be signed in to change notification settings - Fork 94
Generate features into the server directory and not the src #1877
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
Generate features into the server directory and not the src #1877
Conversation
please be aware that the dev-it test does not get run for the Windows platform because of how often it would fail (due to file contingency and locks on Windows)....so the fact that all the Windows builds passed is no indication of the correctness of the code changes in this PR |
Good point, thanks. I was just researching why one group of tests would consistently pass and another consistently fail. I have some dev mode test fixes but we also have other work to do to merge this change with dev mode function. |
.../generate-features-it/src/test/java/net/wasdev/wlp/test/dev/it/BaseGenerateFeaturesTest.java
Show resolved
Hide resolved
liberty-maven-plugin/src/main/java/io/openliberty/tools/maven/server/GenerateFeaturesMojo.java
Show resolved
Hide resolved
liberty-maven-plugin/src/main/java/io/openliberty/tools/maven/server/GenerateFeaturesMojo.java
Outdated
Show resolved
Hide resolved
liberty-maven-plugin/src/main/java/io/openliberty/tools/maven/server/GenerateFeaturesMojo.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Paul Gooderham <[email protected]>
Signed-off-by: Paul Gooderham <[email protected]>
Signed-off-by: Paul Gooderham <[email protected]>
Signed-off-by: Paul Gooderham <[email protected]>
1ec26aa
to
8878a03
Compare
Part of issue #1875