While executing the
maven goal I am getting an error message "[INFO] One or more required plugin parameters are invalid/missing for 'build-helper:add-source' [0] Inside the definition for plugin 'build-helper-maven-plugin' specify the following:
<configuration>
...
<sources>VALUE</sources>
</configuration> ".
Command given for executing the maven goal from command prompt.
mvn org.codehaus.mojo:build-helper-maven-plugin:add-source
Stack Trace
Code snippet (POM.xml file )
PS : If I give "mvn compile " command the required source are compiled successfully.