File tree Expand file tree Collapse file tree 1 file changed +33
-34
lines changed
paimon_python_java/paimon-python-java-bridge Expand file tree Collapse file tree 1 file changed +33
-34
lines changed Original file line number Diff line number Diff line change 222222 </configuration >
223223 </plugin >
224224 </plugins >
225- </build >
226-
227- <pluginManagement >
228- <plugins >
229- <plugin >
230- <groupId >org.codehaus.mojo</groupId >
231- <artifactId >exec-maven-plugin</artifactId >
232- <version >3.1.0</version >
233- <inherited >false</inherited >
234- <executions >
235- <execution >
236- <id >check-license</id >
237- <!-- manually called -->
238- <phase >none</phase >
239- <goals >
240- <goal >java</goal >
241- </goals >
242- </execution >
243- </executions >
244- <configuration >
245- <mainClass >org.apache.paimon.tools.ci.licensecheck.LicenseChecker</mainClass >
246- <includePluginDependencies >true</includePluginDependencies >
247- <includeProjectDependencies >false</includeProjectDependencies >
248- </configuration >
249- <dependencies >
250- <dependency >
251- <groupId >org.apache.paimon</groupId >
252- <artifactId >paimon-ci-tools</artifactId >
253- <version >${project.version} </version >
254- </dependency >
255- </dependencies >
256- </plugin >
257- </plugins >
258- </pluginManagement >
259225
226+ <pluginManagement >
227+ <plugins >
228+ <plugin >
229+ <groupId >org.codehaus.mojo</groupId >
230+ <artifactId >exec-maven-plugin</artifactId >
231+ <version >3.1.0</version >
232+ <inherited >false</inherited >
233+ <executions >
234+ <execution >
235+ <id >check-license</id >
236+ <!-- manually called -->
237+ <phase >none</phase >
238+ <goals >
239+ <goal >java</goal >
240+ </goals >
241+ </execution >
242+ </executions >
243+ <configuration >
244+ <mainClass >org.apache.paimon.tools.ci.licensecheck.LicenseChecker</mainClass >
245+ <includePluginDependencies >true</includePluginDependencies >
246+ <includeProjectDependencies >false</includeProjectDependencies >
247+ </configuration >
248+ <dependencies >
249+ <dependency >
250+ <groupId >org.apache.paimon</groupId >
251+ <artifactId >paimon-ci-tools</artifactId >
252+ <version >${project.version} </version >
253+ </dependency >
254+ </dependencies >
255+ </plugin >
256+ </plugins >
257+ </pluginManagement >
258+ </build >
260259</project >
You can’t perform that action at this time.
0 commit comments