You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.
is somehow propagated to the test-compile classpath for the IT build.
I noticed this when I did cd target/it/test-jdbc-db2; mvn install..... and couldn't figure out why test-compile was failing.
It seems we should be more careful about this.. the ITs are important "samples" for us, and we should be able to look at their POMs and see how they build.. and not rely on some other context from the parent build.
On the subject of clean builds...it seems we should at least look into whether to use the recommended: <localRepositoryPath> option instead of falling back to the user's local repo. If the performance isn't much worse it seems like this could avoid a possible debugging headache at some point.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Two issues:
Made me nervous to realize that this dependency in boost-maven-plugin
is somehow propagated to the test-compile classpath for the IT build.
I noticed this when I did
cd target/it/test-jdbc-db2; mvn install.....
and couldn't figure out why test-compile was failing.It seems we should be more careful about this.. the ITs are important "samples" for us, and we should be able to look at their POMs and see how they build.. and not rely on some other context from the parent build.
I can't find where in the https://maven.apache.org/plugins/maven-invoker-plugin/ doc this behavior comes from actually. So not sure how to quickly turn it off, so let's investigate.
<localRepositoryPath>
option instead of falling back to the user's local repo. If the performance isn't much worse it seems like this could avoid a possible debugging headache at some point.The text was updated successfully, but these errors were encountered: