-
-
Notifications
You must be signed in to change notification settings - Fork 243
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
Modified files after build cause subsequent build to fail #241
Comments
I created the It's the "If your project isn't actively being worked on and you use npm" alternative because it's simpler but indeed:
It isn't a big problem with build servers but can become problematic when you try to build a local fork multiple times. The "If your project is in active development and you use npm" solution might be better & worth a try. |
Thanks for the info! I gave it a try but it looks like the frontend-maven-plugin doesn't configure anything for npx to work:
|
Great, thank you for trying! |
Hm, disregard, it probably won't work since the npm-force-resolutions won't be installed... |
…b#241 Signed-off-by: Rogier Hofboer <[email protected]>
Related to openhab#241 Signed-off-by: Wouter Born <[email protected]>
Related to openhab#241 Signed-off-by: Wouter Born <[email protected]>
Related to #241 Signed-off-by: Wouter Born <[email protected]>
…1113) Signed-off-by: Kai Kreuzer <[email protected]>
Related to #241 Signed-off-by: Wouter Born <[email protected]>
* Use Maven 3.9.9 * Use Ubuntu 24.04 * Verify there are no changed files This will help preventing issues like: * #20 * #107 * #241 * #2814 Signed-off-by: Wouter Born <[email protected]>
After running
mvn clean install
the following files are reported as modified bygit status
:When you then start another build with these modified files, the org.openhab.ui.basic bundle fails to build:
Reverting the changes in
bundles/org.openhab.ui.basic/npm-shrinkwrap.json
seems to fix it.The text was updated successfully, but these errors were encountered: