Skip to content

Commit

Permalink
#2 Remove unused executions
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-gary committed May 1, 2024
1 parent 9c23a2c commit b07eab7
Show file tree
Hide file tree
Showing 5 changed files with 87 additions and 87 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh
- name: Build booz-allen-maven-licenses
run: mvn dependency:resolve --file pom.xml -Dhabushu.usePyenv=false
# run: mvn -B install --file pom.xml -Dhabushu.usePyenv=false
- name: Build aiSSEMBLE
# run: mvn dependency:resolve --file pom.xml -Dhabushu.usePyenv=false
run: mvn -B install --file pom.xml -Dhabushu.usePyenv=false

# # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
# - name: Update dependency graph
Expand Down
42 changes: 21 additions & 21 deletions extensions/extensions-docker/aissemble-airflow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,27 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>unpack</id>
<phase>prepare-package</phase>
<goals>
<goal>unpack</goal>
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>${project.groupId}</groupId>
<artifactId>extensions-docker-cacerts</artifactId>
<version>${project.version}</version>
<overWrite>true</overWrite>
<outputDirectory>${project.build.directory}/cacerts</outputDirectory>
<type>zip</type>
</artifactItem>
</artifactItems>
</configuration>
</execution>
</executions>
<!-- <executions>-->
<!-- <execution>-->
<!-- <id>unpack</id>-->
<!-- <phase>prepare-package</phase>-->
<!-- <goals>-->
<!-- <goal>unpack</goal>-->
<!-- </goals>-->
<!-- <configuration>-->
<!-- <artifactItems>-->
<!-- <artifactItem>-->
<!-- <groupId>${project.groupId}</groupId>-->
<!-- <artifactId>extensions-docker-cacerts</artifactId>-->
<!-- <version>${project.version}</version>-->
<!-- <overWrite>true</overWrite>-->
<!-- <outputDirectory>${project.build.directory}/cacerts</outputDirectory>-->
<!-- <type>zip</type> -->
<!-- </artifactItem>-->
<!-- </artifactItems>-->
<!-- </configuration>-->
<!-- </execution>-->
<!-- </executions>-->
</plugin>
</plugins>
</build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,27 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>unpack</id>
<phase>prepare-package</phase>
<goals>
<goal>unpack</goal>
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>${project.groupId}</groupId>
<artifactId>extensions-docker-cacerts</artifactId>
<version>${project.version}</version>
<overWrite>true</overWrite>
<outputDirectory>${project.build.directory}/cacerts</outputDirectory>
<type>zip</type>
</artifactItem>
</artifactItems>
</configuration>
</execution>
</executions>
<!-- <executions>-->
<!-- <execution>-->
<!-- <id>unpack</id>-->
<!-- <phase>prepare-package</phase>-->
<!-- <goals>-->
<!-- <goal>unpack</goal>-->
<!-- </goals>-->
<!-- <configuration>-->
<!-- <artifactItems>-->
<!-- <artifactItem>-->
<!-- <groupId>${project.groupId}</groupId>-->
<!-- <artifactId>extensions-docker-cacerts</artifactId>-->
<!-- <version>${project.version}</version>-->
<!-- <overWrite>true</overWrite>-->
<!-- <outputDirectory>${project.build.directory}/cacerts</outputDirectory>-->
<!-- <type>zip</type> -->
<!-- </artifactItem>-->
<!-- </artifactItems>-->
<!-- </configuration>-->
<!-- </execution>-->
<!-- </executions>-->
</plugin>
</plugins>
</build>
Expand Down
42 changes: 21 additions & 21 deletions extensions/extensions-docker/aissemble-nvidia/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,27 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>unpack</id>
<phase>prepare-package</phase>
<goals>
<goal>unpack</goal>
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>${project.groupId}</groupId>
<artifactId>extensions-docker-cacerts</artifactId>
<version>${project.version}</version>
<overWrite>true</overWrite>
<outputDirectory>${project.build.directory}/cacerts</outputDirectory>
<type>zip</type>
</artifactItem>
</artifactItems>
</configuration>
</execution>
</executions>
<!-- <executions>-->
<!-- <execution>-->
<!-- <id>unpack</id>-->
<!-- <phase>prepare-package</phase>-->
<!-- <goals>-->
<!-- <goal>unpack</goal>-->
<!-- </goals>-->
<!-- <configuration>-->
<!-- <artifactItems>-->
<!-- <artifactItem>-->
<!-- <groupId>${project.groupId}</groupId>-->
<!-- <artifactId>extensions-docker-cacerts</artifactId>-->
<!-- <version>${project.version}</version>-->
<!-- <overWrite>true</overWrite>-->
<!-- <outputDirectory>${project.build.directory}/cacerts</outputDirectory>-->
<!-- <type>zip</type> -->
<!-- </artifactItem>-->
<!-- </artifactItems>-->
<!-- </configuration>-->
<!-- </execution>-->
<!-- </executions>-->
</plugin>
</plugins>
</build>
Expand Down
42 changes: 21 additions & 21 deletions extensions/extensions-docker/aissemble-spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,27 +64,27 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>unpack</id>
<phase>prepare-package</phase>
<goals>
<goal>unpack</goal>
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>${project.groupId}</groupId>
<artifactId>extensions-docker-cacerts</artifactId>
<version>${project.version}</version>
<overWrite>true</overWrite>
<outputDirectory>${project.build.directory}/cacerts</outputDirectory>
<type>zip</type>
</artifactItem>
</artifactItems>
</configuration>
</execution>
</executions>
<!-- <executions>-->
<!-- <execution>-->
<!-- <id>unpack</id>-->
<!-- <phase>prepare-package</phase>-->
<!-- <goals>-->
<!-- <goal>unpack</goal>-->
<!-- </goals>-->
<!-- <configuration>-->
<!-- <artifactItems>-->
<!-- <artifactItem>-->
<!-- <groupId>${project.groupId}</groupId>-->
<!-- <artifactId>extensions-docker-cacerts</artifactId>-->
<!-- <version>${project.version}</version>-->
<!-- <overWrite>true</overWrite>-->
<!-- <outputDirectory>${project.build.directory}/cacerts</outputDirectory>-->
<!-- <type>zip</type> -->
<!-- </artifactItem>-->
<!-- </artifactItems>-->
<!-- </configuration>-->
<!-- </execution>-->
<!-- </executions>-->
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit b07eab7

Please sign in to comment.