Skip to content

Commit

Permalink
add skip jib
Browse files Browse the repository at this point in the history
  • Loading branch information
刘尧 committed Jan 4, 2022
1 parent 03146f1 commit 32407e6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
cache: maven
- name: Publish docker image to Docker Hub
# run: mvn compile jib:build
run: mvn package -DskipTests
run: mvn package -DskipTests -DskipJib=false
2 changes: 2 additions & 0 deletions luix-demo/luix-demo-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<revision>1.0.0</revision>
<run.addResources>false</run.addResources>
<start-class>org.infinity.luix.democlient.LuixDemoClientLauncher</start-class>
<skipJib>true</skipJib>
</properties>
<!--
*************************************************************************************
Expand Down Expand Up @@ -267,6 +268,7 @@
</permission>
</permissions>
</extraDirectories>
<skip>${skipJib}</skip>
</configuration>
<executions>
<execution>
Expand Down
2 changes: 2 additions & 0 deletions luix-demo/luix-demo-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<revision>1.0.0</revision>
<run.addResources>false</run.addResources>
<start-class>org.infinity.luix.demoserver.LuixDemoServerLauncher</start-class>
<skipJib>true</skipJib>
</properties>
<!--
*************************************************************************************
Expand Down Expand Up @@ -271,6 +272,7 @@
</permission>
</permissions>
</extraDirectories>
<skip>${skipJib}</skip>
</configuration>
<executions>
<execution>
Expand Down
2 changes: 2 additions & 0 deletions luix-portal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<run.addResources>false</run.addResources>
<springfox.version>2.7.0</springfox.version>
<start-class>org.infinity.luix.portal.LuixPortalLauncher</start-class>
<skipJib>true</skipJib>
</properties>
<!--
*************************************************************************************
Expand Down Expand Up @@ -189,6 +190,7 @@
</permission>
</permissions>
</extraDirectories>
<skip>${skipJib}</skip>
</configuration>
<executions>
<execution>
Expand Down
2 changes: 2 additions & 0 deletions luix-web-center/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<revision>1.0.0</revision>
<run.addResources>false</run.addResources>
<start-class>org.infinity.luix.webcenter.LuixWebCenterLauncher</start-class>
<skipJib>true</skipJib>
</properties>
<!--
*************************************************************************************
Expand Down Expand Up @@ -399,6 +400,7 @@
</permission>
</permissions>
</extraDirectories>
<skip>${skipJib}</skip>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 32407e6

Please sign in to comment.