File tree Expand file tree Collapse file tree 1 file changed +0
-34
lines changed
Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Original file line number Diff line number Diff line change 226226 </dependencyManagement >
227227
228228 <profiles >
229- <!-- If a revision has not been explicitly set, sort it out by looking at git metadata -->
230- <profile >
231- <id >determine-revision</id >
232- <activation >
233- <activeByDefault >false</activeByDefault >
234- <property >
235- <name >!build.revision</name >
236- </property >
237- </activation >
238- <properties >
239- <build .revision>${git.commit.id.abbrev} </build .revision>
240- </properties >
241- <build >
242- <plugins >
243- <plugin >
244- <groupId >pl.project13.maven</groupId >
245- <artifactId >git-commit-id-plugin</artifactId >
246- </plugin >
247- </plugins >
248- </build >
249- </profile >
250-
251229 <!-- Disable parallel execution of integration tests with "-DsequentialITs" -->
252230 <profile >
253231 <id >sequentialIntegrationTests</id >
365343 </execution >
366344 </executions >
367345 </plugin >
368- <plugin >
369- <groupId >pl.project13.maven</groupId >
370- <artifactId >git-commit-id-plugin</artifactId >
371- <version >2.2.4</version >
372- <executions >
373- <execution >
374- <goals >
375- <goal >revision</goal >
376- </goals >
377- </execution >
378- </executions >
379- </plugin >
380346 <plugin >
381347 <groupId >org.apache.maven.plugins</groupId >
382348 <artifactId >maven-deploy-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments