Hello,
I use the maven plugin of acceleo for compiling my transformation as part of a maven tycho build. Everything is fine as long as I start the build from the folder in which the POM of the Acceleo build is located. Now I want to run the compilation as part of a bigger build. I get the following error when starting maven from my parent pom:
[ERROR] Failed to execute goal org.eclipse.acceleo:maven:3.2.1:acceleo-compile(default-cli) on project parent: The parameters 'useBinaryResources', 'usePlatformResourcePath' for goal org.eclipse.acceleo:maven:3.2.1:acceleo-compile are missing or invalid -> [Help 1]
What can I do to get around this?
Ralph