Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
maven-invoker-3.0.0
-
None
Description
Maven Invoker Java API - cannot use setBaseDirectory() and setPomFile() simultaneously so that a temp pom file may be used
For example, say you need to invoke maven for a project stored in /home/projects/example-project, which has its own pom.xml file. But for some testing purposes for the maven invocation you want to use a different temporary pom.xml which is stored in a different directory (say the default temp directory).
At the moment this does not seem to be possible and any attempt to do it will throw an exception with the message:
"POM file temp-pom.xml specified the f/-file command-line argument does not exist"
Attachments
Issue Links
- links to