ionutcbn
Results
1
comments of
ionutcbn
Same for me: `mvn -q help:effective-pom -Doutput="\c:\Users\some-path\effective-pom.xml" -f "/c:\Users\some-path\pom.xml"` does not work issuing file not found, but: `mvn -q help:effective-pom -Doutput="c:\Users\some-path\effective-pom.xml" -f "c:\some-path\pom.xml"` works without any issue. `mvn -q help:effective-pom...