Reduce the fragility of the Sanity Test by not trying to access anything outside...
[controller.git] / opendaylight / distribution / opendaylight / pom.xml
index 74d2b74f11059159a6ca5f78ad95bbd724fdf924..905e3a4eca3d0f48117d5d6877fb37617cc5b113 100644 (file)
             <executable>java</executable>
             <arguments>
                 <argument>-cp</argument>
-                <argument>../sanitytest/target/classes</argument>
+                <argument>./target/dependency/*</argument>
                 <argument>org.opendaylight.controller.distribution.Sanity</argument>
             </arguments>
-            <workingDirectory>${exec.workingdir}/../../sanitytest</workingDirectory>
           </configuration>
       </plugin>
     </plugins>