AMBARI-20301. Ember should take node version specific to wfmanaer (Madhan Mohan Reddy via pallavkul)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8f5f3845 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8f5f3845 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8f5f3845 Branch: refs/heads/branch-feature-AMBARI-12556 Commit: 8f5f3845c244ffba186c734806ad24ba828a9dc7 Parents: 83dec0c Author: pallavkul <[email protected]> Authored: Fri Mar 3 19:17:39 2017 +0530 Committer: pallavkul <[email protected]> Committed: Fri Mar 3 19:17:39 2017 +0530 ---------------------------------------------------------------------- contrib/views/wfmanager/pom.xml | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/8f5f3845/contrib/views/wfmanager/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/wfmanager/pom.xml b/contrib/views/wfmanager/pom.xml index 564a82d..69784e3 100644 --- a/contrib/views/wfmanager/pom.xml +++ b/contrib/views/wfmanager/pom.xml @@ -113,27 +113,6 @@ </properties> <build> <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-clean-plugin</artifactId> - <version>2.5</version> - <configuration> - <filesets> - <fileset> - <directory>${ui.directory}</directory> - <followSymlinks>false</followSymlinks> - <includes> - <include>tmp/**</include> - <!-- - <include>node_modules/**</include> - <include>bower_components/**</include> - --> - <include>node/**</include> - </includes> - </fileset> - </filesets> - </configuration> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId> @@ -215,8 +194,9 @@ </goals> <configuration> <workingDirectory>${ui.directory}</workingDirectory> - <executable>${ui.directory}/node_modules/.bin/${ember.executable}</executable> + <executable>${ui.directory}/node/${node.executable}</executable> <arguments> + <argument>${ui.directory}/node_modules/.bin/${ember.executable}</argument> <argument>build</argument> <argument>-prod</argument> </arguments>
