Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.10
-
None
-
Patch
Description
When defining the configuration for the dependency:build-classpath mojo, a user can use either <outputProperty> and <outputFile> to define the desired output of the classpath string. These both work as expected.
However, if the user wishes to use both output methods in conjunction, the <outputFile> gets discarded and only <ouputProperty> is used.
A current workaround that achieves the desired missing behavior involves defining two different executions for the mojo only differing by the output method.