|
@@ -1,12 +1,12 @@
|
|
|
-<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
|
|
|
- license agreements. See the NOTICE file distributed with this work for additional
|
|
|
- information regarding copyright ownership. The ASF licenses this file to
|
|
|
- You under the Apache License, Version 2.0 (the "License"); you may not use
|
|
|
- this file except in compliance with the License. You may obtain a copy of
|
|
|
- the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
|
|
|
- by applicable law or agreed to in writing, software distributed under the
|
|
|
- License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
|
|
|
- OF ANY KIND, either express or implied. See the License for the specific
|
|
|
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
|
|
|
+ license agreements. See the NOTICE file distributed with this work for additional
|
|
|
+ information regarding copyright ownership. The ASF licenses this file to
|
|
|
+ You under the Apache License, Version 2.0 (the "License"); you may not use
|
|
|
+ this file except in compliance with the License. You may obtain a copy of
|
|
|
+ the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
|
|
|
+ by applicable law or agreed to in writing, software distributed under the
|
|
|
+ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
|
|
|
+ OF ANY KIND, either express or implied. See the License for the specific
|
|
|
language governing permissions and limitations under the License. -->
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
@@ -415,7 +415,7 @@
|
|
|
<configuration>
|
|
|
<target name="slider-ui-compile">
|
|
|
<exec dir="${ui.directory}" executable="npm" failonerror="false">
|
|
|
- <env key="PYTHON" value="python2.6" />
|
|
|
+ <env key="PYTHON" value="${project.basedir}/../src/main/unix/ambari-python-wrap" />
|
|
|
<arg value="install" />
|
|
|
</exec>
|
|
|
<exec dir="${ui.directory}" executable="brunch"
|
|
@@ -438,7 +438,7 @@
|
|
|
</goals>
|
|
|
<configuration>
|
|
|
<target name="slider-ui-test">
|
|
|
- <!-- <exec dir="${ui.directory}" executable="brunch" failonerror="false">
|
|
|
+ <!-- <exec dir="${ui.directory}" executable="brunch" failonerror="false">
|
|
|
<arg value="test"/> </exec> -->
|
|
|
</target>
|
|
|
</configuration>
|
|
@@ -451,7 +451,7 @@
|
|
|
</goals>
|
|
|
<configuration>
|
|
|
<target name="slider-ui-package">
|
|
|
- <!-- <copy toDir="${project.build.directory}/ambari-server-${project.version}-dist/ambari-server-${project.version}/web/">
|
|
|
+ <!-- <copy toDir="${project.build.directory}/ambari-server-${project.version}-dist/ambari-server-${project.version}/web/">
|
|
|
<fileset dir="${ui.directory}/../ambari-web/public"/> </copy> -->
|
|
|
</target>
|
|
|
</configuration>
|
|
@@ -510,7 +510,7 @@
|
|
|
</resources>
|
|
|
<pluginManagement>
|
|
|
<plugins>
|
|
|
- <!--This plugin's configuration is used to store Eclipse m2e settings
|
|
|
+ <!--This plugin's configuration is used to store Eclipse m2e settings
|
|
|
only. It has no influence on the Maven build itself. -->
|
|
|
<plugin>
|
|
|
<groupId>org.eclipse.m2e</groupId>
|