Skip to content

Commit

Permalink
Merge pull request #364 from groldan/build/remove_unused_openj9
Browse files Browse the repository at this point in the history
Remove unused openj9 maven profile and Dockerfiles
  • Loading branch information
groldan authored Oct 9, 2023
2 parents 42d3525 + 7817bd6 commit 7752b08
Show file tree
Hide file tree
Showing 24 changed files with 0 additions and 1,127 deletions.
56 changes: 0 additions & 56 deletions src/apps/geoserver/catalog/Dockerfile.openj9

This file was deleted.

44 changes: 0 additions & 44 deletions src/apps/geoserver/catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,49 +76,5 @@
</plugins>
</build>
</profile>
<profile>
<id>docker-openj9</id>
<activation>
<activeByDefault>false</activeByDefault>
<property>
<name>openj9</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>com.spotify</groupId>
<artifactId>dockerfile-maven-plugin</artifactId>
<executions>
<execution>
<id>build-openj9-image</id>
<goals>
<goal>build</goal>
</goals>
<configuration>
<dockerfile>Dockerfile.openj9</dockerfile>
<tag>${project.version}-openj9</tag>
<buildArgs>
<TAG>${project.version}-openj9</TAG>
<JAR_FILE>target/${project.build.finalName}-bin.jar</JAR_FILE>
</buildArgs>
</configuration>
</execution>
<execution>
<id>push-openj9-image</id>
<phase>package</phase>
<goals>
<goal>push</goal>
</goals>
<configuration>
<skip>${dockerfile.push.skip}</skip>
<tag>${project.version}-openj9</tag>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
48 changes: 0 additions & 48 deletions src/apps/geoserver/gwc/Dockerfile.openj9

This file was deleted.

44 changes: 0 additions & 44 deletions src/apps/geoserver/gwc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,49 +122,5 @@
</plugins>
</build>
</profile>
<profile>
<id>docker-openj9</id>
<activation>
<activeByDefault>false</activeByDefault>
<property>
<name>openj9</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>com.spotify</groupId>
<artifactId>dockerfile-maven-plugin</artifactId>
<executions>
<execution>
<id>build-openj9-image</id>
<goals>
<goal>build</goal>
</goals>
<configuration>
<dockerfile>Dockerfile.openj9</dockerfile>
<tag>${project.version}-openj9</tag>
<buildArgs>
<TAG>${project.version}-openj9</TAG>
<JAR_FILE>target/${project.build.finalName}-bin.jar</JAR_FILE>
</buildArgs>
</configuration>
</execution>
<execution>
<id>push-openj9-image</id>
<goals>
<goal>package</goal>
</goals>
<phase>install</phase>
<configuration>
<skip>${dockerfile.push.skip}</skip>
<tag>${project.version}-openj9</tag>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
56 changes: 0 additions & 56 deletions src/apps/geoserver/restconfig/Dockerfile.openj9

This file was deleted.

44 changes: 0 additions & 44 deletions src/apps/geoserver/restconfig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,50 +101,6 @@
</plugins>
</build>
</profile>
<profile>
<id>docker-openj9</id>
<activation>
<activeByDefault>false</activeByDefault>
<property>
<name>openj9</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>com.spotify</groupId>
<artifactId>dockerfile-maven-plugin</artifactId>
<executions>
<execution>
<id>build-openj9-image</id>
<goals>
<goal>build</goal>
</goals>
<configuration>
<dockerfile>Dockerfile.openj9</dockerfile>
<tag>${project.version}-openj9</tag>
<buildArgs>
<TAG>${project.version}-openj9</TAG>
<JAR_FILE>target/${project.build.finalName}-bin.jar</JAR_FILE>
</buildArgs>
</configuration>
</execution>
<execution>
<id>push-openj9-image</id>
<goals>
<goal>package</goal>
</goals>
<phase>install</phase>
<configuration>
<skip>${dockerfile.push.skip}</skip>
<tag>${project.version}-openj9</tag>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>importer</id>
<activation>
Expand Down
46 changes: 0 additions & 46 deletions src/apps/geoserver/wcs/Dockerfile.openj9

This file was deleted.

Loading

0 comments on commit 7752b08

Please sign in to comment.