Browse Source

AMBARI-14595: ambari-funtest: Windows profile required in pom.xml (Nahappan Somasundaram via jluniya)

Jayush Luniya 9 years ago
parent
commit
dfa9c56737
1 changed files with 18 additions and 0 deletions
  1. 18 0
      ambari-funtest/pom.xml

+ 18 - 0
ambari-funtest/pom.xml

@@ -129,6 +129,24 @@
         <packagingFormat>jar</packagingFormat>
         <packagingFormat>jar</packagingFormat>
       </properties>
       </properties>
     </profile>
     </profile>
+    <profile>
+      <id>windows</id>
+      <activation>
+        <os>
+          <family>win</family>
+        </os>
+      </activation>
+      <properties>
+        <envClassifier>win</envClassifier>
+        <dirsep>\</dirsep>
+        <pathsep>;</pathsep>
+        <executable.shell>cmd</executable.shell>
+        <fileextension.shell>cmd</fileextension.shell>
+        <fileextension.dot.shell-default></fileextension.dot.shell-default>
+        <assemblydescriptor>src/main/assemblies/funtest.xml</assemblydescriptor>
+        <packagingFormat>jar</packagingFormat>
+        </properties>
+    </profile>
   </profiles>
   </profiles>
   <dependencies>
   <dependencies>
     <dependency>
     <dependency>