summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/pom.xml
diff options
context:
space:
mode:
authorAhmedeldeeb50 <ahmed.eldeeb.ext@orange.com>2021-01-04 14:45:26 +0200
committerSingal, Kapil (ks220y) <ks220y@att.com>2021-01-04 10:26:15 -0500
commit63eb67ed6c6e36eb441b92ac0552f2e17ae5173a (patch)
tree404346cdc4136273e9dd6fcb616462a7942543ea /cds-ui/designer-client/pom.xml
parent1e667fede760ec71288f1251c2b2fd8cd7e3e19e (diff)
Create local build profile for designer-client
update loader logo Issue-ID: CCSDK-3072, CCSDK-2433 Signed-off-by: Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: I47bdc099727342ca449a14085f648ae9aa07cf69
Diffstat (limited to 'cds-ui/designer-client/pom.xml')
-rw-r--r--cds-ui/designer-client/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/cds-ui/designer-client/pom.xml b/cds-ui/designer-client/pom.xml
index 6ed71b260..7d735e4ac 100644
--- a/cds-ui/designer-client/pom.xml
+++ b/cds-ui/designer-client/pom.xml
@@ -73,6 +73,18 @@ limitations under the License.
<phase>generate-resources</phase>
<configuration>
<arguments>run build</arguments>
+ <skip>${npm.skipBuild}</skip>
+ </configuration>
+ </execution>
+ <execution>
+ <id>npm build local</id>
+ <goals>
+ <goal>npm</goal>
+ </goals>
+ <phase>generate-resources</phase>
+ <configuration>
+ <arguments>run build:local</arguments>
+ <skip>${npm.skipBuildLocal}</skip>
</configuration>
</execution>
</executions>