soa maven plugin to validate all artifacts
hi all
is there are any options for soa maven plugin to validate all artifacts in project ?
may be some hints or flags
for example sensor.xml is not valid (no closing of sensor element - is commented)
<sensor sensorName="mysensor" kind="reference" target="undefined" filter=""> <referenceConfig reference="myref" expression="$in.payload" operation="myop" outputDataType="string" outputNamespace="http://www.w3.org/2001/XMLSchema"/><!--</sensor>-->
the mavin plugin with, as example, package goal can not catch it
oracle-soa-plugin:12.2.1-3-0:compile (default-compile) - works without errors
thanks