|
13 | 13 | limitations under the License. See accompanying LICENSE file.
|
14 | 14 | -->
|
15 | 15 | <project xmlns="http://maven.apache.org/POM/4.0.0"
|
16 |
| - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
17 |
| - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
18 |
| - <modelVersion>4.0.0</modelVersion> |
| 16 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 17 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 18 | + <modelVersion>4.0.0</modelVersion> |
19 | 19 |
|
20 |
| - <parent> |
21 |
| - <groupId>io.quicksign</groupId> |
22 |
| - <artifactId>kafka-encryption-parent</artifactId> |
23 |
| - <version>0.0.0-SNAPSHOT</version> |
24 |
| - </parent> |
| 20 | + <parent> |
| 21 | + <groupId>io.quicksign</groupId> |
| 22 | + <artifactId>kafka-encryption-parent</artifactId> |
| 23 | + <version>0.0.0-SNAPSHOT</version> |
| 24 | + </parent> |
25 | 25 |
|
26 |
| - <artifactId>kafka-encryption-samples</artifactId> |
27 |
| - <packaging>pom</packaging> |
| 26 | + <artifactId>kafka-encryption-samples</artifactId> |
| 27 | + <packaging>pom</packaging> |
28 | 28 |
|
29 |
| - <name>kafka-encryption-samples</name> |
30 |
| - <description>Kafka Record Encryption Samples</description> |
| 29 | + <name>kafka-encryption-samples</name> |
| 30 | + <description>Kafka Record Encryption Samples</description> |
31 | 31 |
|
32 |
| - <modules> |
33 |
| - <module>generatedkey-sample</module> |
34 |
| - <module>keyrepo-sample</module> |
35 |
| - <module>kafkastream-with-keyrepo-sample</module> |
36 |
| - </modules> |
| 32 | + <modules> |
| 33 | + <module>generatedkey-sample</module> |
| 34 | + <module>keyrepo-sample</module> |
| 35 | + <module>kafkastream-with-keyrepo-sample</module> |
| 36 | + </modules> |
| 37 | + |
| 38 | + <build> |
| 39 | + <plugins> |
| 40 | + <plugin> |
| 41 | + <groupId>org.apache.maven.plugins</groupId> |
| 42 | + <artifactId>maven-deploy-plugin</artifactId> |
| 43 | + <version>2.7</version> |
| 44 | + <configuration> |
| 45 | + <skip>true</skip> |
| 46 | + </configuration> |
| 47 | + </plugin> |
| 48 | + </plugins> |
| 49 | + </build> |
37 | 50 |
|
38 | 51 | </project>
|
0 commit comments