|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <!--
|
3 |
| - Licensed under the Apache License, Version 2.0 (the "License"); |
4 |
| - you may not use this file except in compliance with the License. |
5 |
| - You may obtain a copy of the License at |
6 |
| - http://www.apache.org/licenses/LICENSE-2.0 |
7 |
| - Unless required by applicable law or agreed to in writing, software |
8 |
| - distributed under the License is distributed on an "AS IS" BASIS, |
9 |
| - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
10 |
| - See the License for the specific language governing permissions and |
11 |
| - limitations under the License. |
12 |
| ---> |
| 3 | + ~ Licensed to the Apache Software Foundation (ASF) under one or more |
| 4 | + ~ contributor license agreements. See the NOTICE file distributed with |
| 5 | + ~ this work for additional information regarding copyright ownership. |
| 6 | + ~ The ASF licenses this file to You under the Apache License, Version 2.0 |
| 7 | + ~ (the "License"); you may not use this file except in compliance with |
| 8 | + ~ the License. You may obtain a copy of the License at |
| 9 | + ~ |
| 10 | + ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | + ~ |
| 12 | + ~ Unless required by applicable law or agreed to in writing, software |
| 13 | + ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | + ~ See the License for the specific language governing permissions and |
| 16 | + ~ limitations under the License. |
| 17 | + --> |
| 18 | + |
13 | 19 | <project xmlns="http://maven.apache.org/POM/4.0.0"
|
14 | 20 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
15 | 21 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
16 | 22 | <modelVersion>4.0.0</modelVersion>
|
| 23 | + <parent> |
| 24 | + <groupId>org.apache</groupId> |
| 25 | + <artifactId>apache</artifactId> |
| 26 | + <version>33</version> |
| 27 | + </parent> |
17 | 28 | <groupId>org.apache.gluten</groupId>
|
18 | 29 | <artifactId>gluten-parent</artifactId>
|
19 | 30 | <version>1.4.0-SNAPSHOT</version>
|
|
25 | 36 |
|
26 | 37 | <organization>
|
27 | 38 | <name>Apache</name>
|
28 |
| - <url>http://gluten.apache.org</url> |
| 39 | + <url>https://gluten.apache.org</url> |
29 | 40 | </organization>
|
30 | 41 |
|
31 | 42 | <scm>
|
32 | 43 | <connection>scm:git:git://github.com/apache/incubator-gluten.git</connection>
|
33 | 44 | <developerConnection>scm:git:ssh://github.com:apache/incubator-gluten.git</developerConnection>
|
34 |
| - <url>http://github.com/apache/incubator-gluten/tree/main</url> |
| 45 | + <url>https://github.com/apache/incubator-gluten/tree/main</url> |
35 | 46 | </scm>
|
36 | 47 |
|
37 | 48 | <licenses>
|
38 | 49 | <license>
|
39 | 50 | <name>The Apache Software License, Version 2.0</name>
|
40 |
| - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 51 | + <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> |
41 | 52 | </license>
|
42 | 53 | </licenses>
|
43 | 54 |
|
|
1346 | 1357 | </compilerArgs>
|
1347 | 1358 | </configuration>
|
1348 | 1359 | </plugin>
|
| 1360 | + <plugin> |
| 1361 | + <groupId>org.apache.maven.plugins</groupId> |
| 1362 | + <artifactId>maven-surefire-plugin</artifactId> |
| 1363 | + <version>3.3.0</version> |
| 1364 | + </plugin> |
1349 | 1365 | <plugin>
|
1350 | 1366 | <groupId>org.scalatest</groupId>
|
1351 | 1367 | <artifactId>scalatest-maven-plugin</artifactId>
|
|
1637 | 1653 | </execution>
|
1638 | 1654 | </executions>
|
1639 | 1655 | </plugin>
|
| 1656 | + <plugin> |
| 1657 | + <groupId>org.apache.maven.plugins</groupId> |
| 1658 | + <artifactId>maven-surefire-plugin</artifactId> |
| 1659 | + <configuration> |
| 1660 | + <skipTests>true</skipTests> |
| 1661 | + </configuration> |
| 1662 | + </plugin> |
| 1663 | + |
1640 | 1664 | </plugins>
|
1641 | 1665 | </build>
|
1642 | 1666 | </project>
|
0 commit comments