Re: How to inject a ResourceManager?

2015-10-02 Thread Jochen Wiedmann
private ResourceManager locator; >> >> However, now I am getting the following error message in the invoker >> tests: >> >> [ERROR] Failed to execute goal >> org.codehaus.mojo:xml-maven-plugin:1.0.1-SNAPSHOT:validate >> (default-cli) on project it1: The parameters 'locator' fo

Re: How to inject a ResourceManager?

2015-10-02 Thread Igor Fedorenko
APSHOT:validate > (default-cli) on project it1: The parameters 'locator' for goal > org.codehaus.mojo:xml-maven-plugin:1.0.1-SNAPSHOT:validate are missing > or invalid -> [Help 1] > > Any ideas how to inject the ResourceManager? (I have tried to remove > the "required=true", but that gi

How to inject a ResourceManager?

2015-10-02 Thread Jochen Wiedmann
org.codehaus.mojo:xml-maven-plugin:1.0.1-SNAPSHOT:validate (default-cli) on project it1: The parameters 'locator' for goal org.codehaus.mojo:xml-maven-plugin:1.0.1-SNAPSHOT:validate are missing or invalid -> [Help 1] Any ideas how to inject the ResourceManager? (I have tried to remove the "requi