Skip to content

Commit

Permalink
Add a variable to skip armttk test. (Azure#40)
Browse files Browse the repository at this point in the history
* Update pom.xml

* Update pom.xml

* Update pom.xml

* Per Zhihao suggested, rename skip.exec.plugin
  • Loading branch information
galiacheng authored Feb 26, 2024
1 parent 852eec2 commit 9f745d7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions arm-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@
<groupId>com.microsoft.azure.iaas</groupId>
<artifactId>azure-javaee-iaas-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.21</version>
<version>1.0.22</version>
<name>${project.artifactId}</name>
<description></description>

<properties>
<git.tag>main</git.tag>
<git.repo>weblogic-azure</git.repo>
<skip.exec.plugin>false</skip.exec.plugin>
<git.repo>weblogic-azure</git.repo>
<skip.armttk.test>false</skip.armttk.test>
<skip.bicep.exec>false</skip.bicep.exec>
<artifactsLocationBase>https://raw.githubusercontent.com/oracle/${git.repo}</artifactsLocationBase>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<arm.assembly.version>1.0.4</arm.assembly.version>
Expand Down Expand Up @@ -207,7 +208,7 @@
</execution>
</executions>
<configuration>
<skip>${skip.exec.plugin}</skip>
<skip>${skip.armttk.test}</skip>
<workingDirectory>${template.validation.tests.directory}</workingDirectory>
<executable>sh</executable>
<commandlineArgs>Test-AzTemplate.sh -TemplatePath ${project.build.directory}/arm
Expand All @@ -234,7 +235,7 @@
<goal>exec</goal>
</goals>
<configuration>
<skip>${skip.exec.plugin}</skip>
<skip>${skip.bicep.exec}</skip>
<workingDirectory>${project.build.directory}/bicep</workingDirectory>
<executable>bicep</executable>
<commandlineArgs>build --outdir ${project.build.directory}/arm
Expand Down Expand Up @@ -287,7 +288,7 @@
<goal>exec</goal>
</goals>
<configuration>
<skip>${skip.exec.plugin}</skip>
<skip>${skip.bicep.exec}</skip>
<workingDirectory>${project.build.directory}/bicep</workingDirectory>
<executable>bicep</executable>
<commandlineArgs>build --outdir ${project.build.directory}/arm
Expand Down

0 comments on commit 9f745d7

Please sign in to comment.