Commit 794278b3 authored by liaozan's avatar liaozan 🏀

update integration-maven-plugin configurations

parent 366f37c6
...@@ -443,17 +443,13 @@ ...@@ -443,17 +443,13 @@
<version>${integration-maven-plugin.version}</version> <version>${integration-maven-plugin.version}</version>
<executions> <executions>
<execution> <execution>
<id>prepare-build-script</id> <id>prepare</id>
<phase>package</phase> <phase>package</phase>
<goals> <goals>
<goal>prepare</goal> <goal>prepare</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
<configuration>
<gitRepository>git@gitlab.schbrain.com:tools/build-script.git</gitRepository>
<branch>main</branch>
</configuration>
</plugin> </plugin>
</plugins> </plugins>
</pluginManagement> </pluginManagement>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment