File tree 1 file changed +22
-0
lines changed
spring-boot-tools/spring-boot-maven-plugin
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 67
67
</execution >
68
68
</executions >
69
69
</plugin >
70
+ <plugin >
71
+ <groupId >org.apache.maven.plugins</groupId >
72
+ <artifactId >maven-invoker-plugin</artifactId >
73
+ <configuration >
74
+ <cloneProjectsTo >${project.build.directory} /it</cloneProjectsTo >
75
+ <settingsFile >src/it/settings.xml</settingsFile >
76
+ <localRepositoryPath >${project.build.directory} /local-repo</localRepositoryPath >
77
+ <postBuildHookScript >verify</postBuildHookScript >
78
+ <addTestClassPath >true</addTestClassPath >
79
+ <skipInvocation >${skipTests} </skipInvocation >
80
+ <streamLogs >true</streamLogs >
81
+ </configuration >
82
+ <executions >
83
+ <execution >
84
+ <id >integration-test</id >
85
+ <goals >
86
+ <goal >install</goal >
87
+ <goal >run</goal >
88
+ </goals >
89
+ </execution >
90
+ </executions >
91
+ </plugin >
70
92
</plugins >
71
93
</build >
72
94
<reporting >
You can’t perform that action at this time.
0 commit comments