|
1 |
| -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
2 |
| - <modelVersion>4.0.0</modelVersion> |
3 |
| - <artifactId>client-java-proto</artifactId> |
4 |
| - <packaging>bundle</packaging> |
5 |
| - <name>client-java-proto</name> |
6 |
| - <url>https://github.com/kubernetes-client/java</url> |
| 1 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 2 | + <modelVersion>4.0.0</modelVersion> |
| 3 | + <artifactId>client-java-proto</artifactId> |
| 4 | + <packaging>bundle</packaging> |
| 5 | + <name>client-java-proto</name> |
| 6 | + <url>https://github.com/kubernetes-client/java</url> |
7 | 7 |
|
8 |
| - <parent> |
9 |
| - <groupId>io.kubernetes</groupId> |
10 |
| - <artifactId>client-java-parent</artifactId> |
11 |
| - <version>20.0.0-SNAPSHOT</version> |
12 |
| - <relativePath>../pom.xml</relativePath> |
13 |
| - </parent> |
| 8 | + <parent> |
| 9 | + <groupId>io.kubernetes</groupId> |
| 10 | + <artifactId>client-java-parent</artifactId> |
| 11 | + <version>20.0.0-SNAPSHOT</version> |
| 12 | + <relativePath>../pom.xml</relativePath> |
| 13 | + </parent> |
14 | 14 |
|
15 |
| - <dependencies> |
16 |
| - <dependency> |
17 |
| - <groupId>com.google.protobuf</groupId> |
18 |
| - <artifactId>protobuf-java</artifactId> |
19 |
| - </dependency> |
20 |
| - </dependencies> |
21 |
| - <build> |
22 |
| - <plugins> |
23 |
| - <plugin> |
24 |
| - <groupId>org.apache.felix</groupId> |
25 |
| - <artifactId>maven-bundle-plugin</artifactId> |
26 |
| - <extensions>true</extensions> |
27 |
| - <configuration> |
28 |
| - <instructions> |
29 |
| - <Automatic-Module-Name>io.kubernetes.client.java.proto</Automatic-Module-Name> |
30 |
| - </instructions> |
31 |
| - </configuration> |
32 |
| - </plugin> |
33 |
| - <plugin> |
34 |
| - <groupId>org.apache.maven.plugins</groupId> |
35 |
| - <artifactId>maven-compiler-plugin</artifactId> |
36 |
| - <configuration> |
37 |
| - <release>${java.version}</release> |
38 |
| - </configuration> |
39 |
| - </plugin> |
40 |
| - </plugins> |
41 |
| - </build> |
| 15 | + <dependencies> |
| 16 | + <dependency> |
| 17 | + <groupId>com.google.protobuf</groupId> |
| 18 | + <artifactId>protobuf-java</artifactId> |
| 19 | + </dependency> |
| 20 | + </dependencies> |
| 21 | + <build> |
| 22 | + <plugins> |
| 23 | + <plugin> |
| 24 | + <groupId>org.apache.felix</groupId> |
| 25 | + <artifactId>maven-bundle-plugin</artifactId> |
| 26 | + <extensions>true</extensions> |
| 27 | + <configuration> |
| 28 | + <instructions> |
| 29 | + <Automatic-Module-Name>io.kubernetes.client.java.proto</Automatic-Module-Name> |
| 30 | + </instructions> |
| 31 | + </configuration> |
| 32 | + </plugin> |
| 33 | + <plugin> |
| 34 | + <groupId>org.apache.maven.plugins</groupId> |
| 35 | + <artifactId>maven-compiler-plugin</artifactId> |
| 36 | + <configuration> |
| 37 | + <release>${java.version}</release> |
| 38 | + </configuration> |
| 39 | + </plugin> |
| 40 | + <plugin> |
| 41 | + <groupId>com.diffplug.spotless</groupId> |
| 42 | + <artifactId>spotless-maven-plugin</artifactId> |
| 43 | + <configuration> |
| 44 | + <skip>true</skip> |
| 45 | + </configuration> |
| 46 | + </plugin> |
| 47 | + </plugins> |
| 48 | + </build> |
42 | 49 | </project>
|
0 commit comments