materialize products only for certain enviroment #5648
Answered
by
phermsdorf
phermsdorf
asked this question in
Q&A
|
Hi, to be able to run unit and UI tests on linux i have a target-platform configuration like this: This leads to also materializing products for eg. linux where i would only need the build products for windows. Thanks for any hints on this. Bye Peter |
Answered by
phermsdorf
Dec 1, 2025
Replies: 1 comment 7 replies
|
If you don't specify an environment then it will simply use the one where you run the build. |
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you all for your input.
I don't want it for the running platform, but the other way around (building on linux, product only for windows)
That is not possible since our current project is structured like a nested tree of sub-projects and each sub-project provides the parent pom and groups child projects together ... (if that structure makes a lot of sense can be discussed, but thats another topic ...)
But since all our .product definitions are in maven modu…