From 9b24a9b73b4fa77d23d61ec9b18b3c5a1a38307f Mon Sep 17 00:00:00 2001 From: Sergey Mashkov Date: Tue, 19 May 2015 22:45:07 +0300 Subject: [PATCH] Maven: fix test data for project configurator --- .../configuration/js-maven/pluginMissed/pom_after.xml | 10 ++++++++++ .../configuration/js-maven/simpleProject/pom_after.xml | 10 ++++++++++ .../js-maven/simpleProjectSnapshot/pom_after.xml | 10 ++++++++++ 3 files changed, 30 insertions(+) diff --git a/idea/testData/configuration/js-maven/pluginMissed/pom_after.xml b/idea/testData/configuration/js-maven/pluginMissed/pom_after.xml index 4bc795fbab9..c5ffea482d7 100644 --- a/idea/testData/configuration/js-maven/pluginMissed/pom_after.xml +++ b/idea/testData/configuration/js-maven/pluginMissed/pom_after.xml @@ -26,6 +26,16 @@ + + js-test + test-compile + + test-js + + + + + diff --git a/idea/testData/configuration/js-maven/simpleProject/pom_after.xml b/idea/testData/configuration/js-maven/simpleProject/pom_after.xml index 3a130b0c402..281c3cc00e0 100644 --- a/idea/testData/configuration/js-maven/simpleProject/pom_after.xml +++ b/idea/testData/configuration/js-maven/simpleProject/pom_after.xml @@ -26,6 +26,16 @@ + + js-test + test-compile + + test-js + + + + + diff --git a/idea/testData/configuration/js-maven/simpleProjectSnapshot/pom_after.xml b/idea/testData/configuration/js-maven/simpleProjectSnapshot/pom_after.xml index 6bf45dbb266..1b80c35adbd 100644 --- a/idea/testData/configuration/js-maven/simpleProjectSnapshot/pom_after.xml +++ b/idea/testData/configuration/js-maven/simpleProjectSnapshot/pom_after.xml @@ -26,6 +26,16 @@ + + js-test + test-compile + + test-js + + + + +