mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
Fixing the integration tests with modified plugin-deployer.xml name
This commit is contained in:
parent
778c890616
commit
eb473cb7ea
@ -113,8 +113,8 @@ public class CustomTestServerManager {
|
||||
carbonHome = extractedDir;
|
||||
}
|
||||
// Deploy the plugins.
|
||||
String[] cmdArray = new String[] { "mvn", "clean", "install", "-f", "plugins-deployer.xml"};
|
||||
Runtime.getRuntime().exec(cmdArray, null, new File(carbonHome + File.separator + "plugins"));
|
||||
String[] cmdArray = new String[] { "mvn", "clean", "install", "-f", "device-plugins-deployer.xml"};
|
||||
Runtime.getRuntime().exec(cmdArray, null, new File(carbonHome + File.separator + "samples"));
|
||||
Thread.sleep(15000);
|
||||
} else if (server.equalsIgnoreCase("analytics") || server.equalsIgnoreCase("broker")) {
|
||||
if (extractedDir == null) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user