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 Jan 29, 2018. It is now read-only.
trying to build/install the project fails with an unsuccessful test: extractedClasspathIncludesTestScopeDependencies
It contains only the following two path entries instead of the expected 4:
Had the same problem on windows while on a remote machine.
In MavenClasspathExtractor.getSettings(...) the user settings file gets resolved to somehing like
\domain....\settings.xml instead of something like C:\maven\settings.xml
When setting the userfile to C:\maven\settings.xml it works
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
trying to build/install the project fails with an unsuccessful test: extractedClasspathIncludesTestScopeDependencies
It contains only the following two path entries instead of the expected 4:
D:\projects\fitnesse-maven-classpath\target\test-classes\MavenClasspathWidget\target\test-classes
D:\projects\fitnesse-maven-classpath\target\test-classes\MavenClasspathWidget\target\classes
The text was updated successfully, but these errors were encountered: