File tree Expand file tree Collapse file tree 2 files changed +84
-64
lines changed Expand file tree Collapse file tree 2 files changed +84
-64
lines changed Original file line number Diff line number Diff line change 1066
1066
</execution >
1067
1067
</executions >
1068
1068
</plugin >
1069
- <plugin >
1070
- <groupId >de.jutzig</groupId >
1071
- <artifactId >github-release-plugin</artifactId >
1072
- <executions >
1073
- <execution >
1074
- <id >github-upload</id >
1075
- <phase >deploy</phase >
1076
- <goals >
1077
- <goal >release</goal >
1078
- </goals >
1079
- <inherited >false</inherited >
1080
- <configuration >
1081
- <description >
1082
- Release Notes: https://exist-db.org/exist/apps/wiki/blogs/eXist/exist${project.version}
1083
-
1084
- Maven Central: https://search.maven.org/search?q=g:org.exist-db
1085
- </description >
1086
- <releaseName >eXist-db ${project.version} </releaseName >
1087
- <tag >eXist-${project.version} </tag >
1088
- <fileSets >
1089
- <fileSet >
1090
- <directory >${project.build.directory} </directory >
1091
- <includes >
1092
- <include >eXist-db-${project.version} .dmg</include >
1093
- <include >${project.artifactId} -${project.version} -unix.tar.bz2</include >
1094
- <include >${project.artifactId} -${project.version} -win.zip</include >
1095
- </includes >
1096
- </fileSet >
1097
- </fileSets >
1098
- </configuration >
1099
- </execution >
1100
- </executions >
1101
- </plugin >
1102
1069
</plugins >
1103
1070
</build >
1104
1071
1284
1251
</plugins >
1285
1252
</build >
1286
1253
</profile >
1254
+
1255
+ <profile >
1256
+ <!-- NOTE: this is activated by the maven-release-plugin -->
1257
+ <id >exist-release</id >
1258
+ <build >
1259
+ <plugins >
1260
+ <!-- This is needed in a profile to workaround https://github.com/jutzig/github-release-plugin/issues/50 -->
1261
+ <plugin >
1262
+ <groupId >de.jutzig</groupId >
1263
+ <artifactId >github-release-plugin</artifactId >
1264
+ <executions >
1265
+ <execution >
1266
+ <id >github-upload</id >
1267
+ <phase >deploy</phase >
1268
+ <goals >
1269
+ <goal >release</goal >
1270
+ </goals >
1271
+ <inherited >false</inherited >
1272
+ <configuration >
1273
+ <description >
1274
+ Release Notes: https://exist-db.org/exist/apps/wiki/blogs/eXist/exist${project.version}
1275
+
1276
+ Maven Central: https://search.maven.org/search?q=g:org.exist-db
1277
+ </description >
1278
+ <releaseName >eXist-db ${project.version} </releaseName >
1279
+ <tag >eXist-${project.version} </tag >
1280
+ <fileSets >
1281
+ <fileSet >
1282
+ <directory >${project.build.directory} </directory >
1283
+ <includes >
1284
+ <include >eXist-db-${project.version} .dmg</include >
1285
+ <include >${project.artifactId} -${project.version} -unix.tar.bz2</include >
1286
+ <include >${project.artifactId} -${project.version} -win.zip</include >
1287
+ </includes >
1288
+ </fileSet >
1289
+ </fileSets >
1290
+ </configuration >
1291
+ </execution >
1292
+ </executions >
1293
+ </plugin >
1294
+ </plugins >
1295
+ </build >
1296
+ </profile >
1287
1297
</profiles >
1288
1298
1289
1299
</project >
Original file line number Diff line number Diff line change 135
135
<skip >true</skip >
136
136
</configuration >
137
137
</plugin >
138
- <plugin >
139
- <groupId >de.jutzig</groupId >
140
- <artifactId >github-release-plugin</artifactId >
141
- <executions >
142
- <execution >
143
- <id >github-upload</id >
144
- <phase >deploy</phase >
145
- <goals >
146
- <goal >release</goal >
147
- </goals >
148
- <inherited >true</inherited >
149
- <configuration >
150
- <description >
151
- Release Notes: https://exist-db.org/exist/apps/wiki/blogs/eXist/exist${project.version}
152
-
153
- Maven Central: https://search.maven.org/search?q=g:org.exist-db
154
- </description >
155
- <releaseName >eXist-db ${project.version} </releaseName >
156
- <tag >eXist-${project.version} </tag >
157
- <fileSets >
158
- <fileSet >
159
- <directory >${project.build.directory} </directory >
160
- <includes >
161
- <include >${project.artifactId} -${project.version} .jar</include >
162
- </includes >
163
- </fileSet >
164
- </fileSets >
165
- </configuration >
166
- </execution >
167
- </executions >
168
- </plugin >
169
138
</plugins >
170
139
</build >
171
140
201
170
</plugins >
202
171
</build >
203
172
</profile >
173
+
174
+ <profile >
175
+ <!-- NOTE: this is activated by the maven-release-plugin -->
176
+ <id >exist-release</id >
177
+ <build >
178
+ <plugins >
179
+ <!-- This is needed in a profile to workaround https://github.com/jutzig/github-release-plugin/issues/50 -->
180
+ <plugin >
181
+ <groupId >de.jutzig</groupId >
182
+ <artifactId >github-release-plugin</artifactId >
183
+ <executions >
184
+ <execution >
185
+ <id >github-upload</id >
186
+ <phase >deploy</phase >
187
+ <goals >
188
+ <goal >release</goal >
189
+ </goals >
190
+ <inherited >true</inherited >
191
+ <configuration >
192
+ <description >
193
+ Release Notes: https://exist-db.org/exist/apps/wiki/blogs/eXist/exist${project.version}
194
+
195
+ Maven Central: https://search.maven.org/search?q=g:org.exist-db
196
+ </description >
197
+ <releaseName >eXist-db ${project.version} </releaseName >
198
+ <tag >eXist-${project.version} </tag >
199
+ <fileSets >
200
+ <fileSet >
201
+ <directory >${project.build.directory} </directory >
202
+ <includes >
203
+ <include >${project.artifactId} -${project.version} .jar</include >
204
+ </includes >
205
+ </fileSet >
206
+ </fileSets >
207
+ </configuration >
208
+ </execution >
209
+ </executions >
210
+ </plugin >
211
+ </plugins >
212
+ </build >
213
+ </profile >
204
214
</profiles >
205
215
206
216
</project >
You can’t perform that action at this time.
0 commit comments