File tree Expand file tree Collapse file tree 3 files changed +16
-9
lines changed
graphql-jpa-query-example-merge
graphql-jpa-query-example Expand file tree Collapse file tree 3 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 13
13
14
14
<properties >
15
15
<maven .deploy.skip>true</maven .deploy.skip>
16
+ <skipDocker >${maven.deploy.skip}</skipDocker >
16
17
</properties >
17
18
18
19
<dependencies >
113
114
<include >${project.build.finalName} .jar</include >
114
115
</resource >
115
116
</resources >
117
+
118
+ <skipDocker >${skipDocker} </skipDocker >
116
119
117
120
<!-- optionally overwrite tags every time image is built with docker:build -->
118
121
<forceTags >true</forceTags >
119
- <imageTags >
120
- <imageTag >${project.version} </imageTag >
121
- <imageTag >latest</imageTag >
122
- </imageTags >
122
+ <imageTags >
123
+ <imageTag >${project.version} </imageTag >
124
+ <imageTag >latest</imageTag >
125
+ </imageTags >
123
126
124
127
</configuration >
125
128
126
129
</plugin >
127
130
128
131
</plugins >
129
132
</build >
133
+
130
134
</project >
Original file line number Diff line number Diff line change 13
13
14
14
<properties >
15
15
<maven .deploy.skip>true</maven .deploy.skip>
16
+ <skipDocker >${maven.deploy.skip}</skipDocker >
16
17
</properties >
17
18
18
19
<dependencies >
94
95
</resource >
95
96
</resources >
96
97
98
+ <skipDocker >${skipDocker} </skipDocker >
99
+
97
100
<!-- optionally overwrite tags every time image is built with docker:build -->
98
101
<forceTags >true</forceTags >
99
- <imageTags >
100
- <imageTag >${project.version} </imageTag >
101
- <imageTag >latest</imageTag >
102
- </imageTags >
102
+ <imageTags >
103
+ <imageTag >${project.version} </imageTag >
104
+ <imageTag >latest</imageTag >
105
+ </imageTags >
103
106
104
107
</configuration >
105
108
Original file line number Diff line number Diff line change 199
199
<tagNameFormat >@{version}</tagNameFormat >
200
200
<autoVersionSubmodules >true</autoVersionSubmodules >
201
201
<releaseProfiles >releases</releaseProfiles >
202
- <arguments >-DskipTests</arguments >
202
+ <arguments >-DskipTests -DskipDocker </arguments >
203
203
<mavenExecutorId >forked-path</mavenExecutorId >
204
204
<preparationGoals >clean git-changelog:git-changelog scm:checkin -DpushChanges=false -Dincludes=CHANGELOG.md -Dmessage="[maven-release-plugin] Update CHANGELOG.md" verify</preparationGoals >
205
205
<completionGoals >git-changelog:git-changelog scm:checkin -DpushChanges=false -Dincludes=CHANGELOG.md -Dmessage="[maven-release-plugin] Update CHANGELOG.md"</completionGoals >
You can’t perform that action at this time.
0 commit comments