Skip to content

Commit

Permalink
Tweaks to the pom to correct the lack of licensing on the site and ma…
Browse files Browse the repository at this point in the history
…ke the confluentControlCenterIntegration list as true. (#15)
  • Loading branch information
rufusfnash authored and pegerto committed Feb 3, 2019
1 parent 08320ac commit c8cd0c4
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.opencredo</groupId>
<artifactId>kafka-connect-venafi-tpp</artifactId>
Expand All @@ -10,8 +11,8 @@
<scm>
<url>https://github.com/opencredo/kafka-connect-venafi-tpp.git</url>
<developerConnection>scm:git:https://github.com/opencredo/kafka-connect-venafi-tpp.git</developerConnection>
<tag>HEAD</tag>
</scm>
<tag>HEAD</tag>
</scm>
<properties>
<java.version>1.8</java.version>
<junit-5.version>5.3.2</junit-5.version>
Expand All @@ -26,6 +27,14 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<licenses>
<license>
<name>Apache License 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>

<dependencies>
<dependency>
<groupId>org.apache.kafka</groupId>
Expand Down Expand Up @@ -226,7 +235,7 @@
<tag>tpp</tag>
</tags>

<!--<confluentControlCenterIntegration>true</confluentControlCenterIntegration>-->
<confluentControlCenterIntegration>true</confluentControlCenterIntegration>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit c8cd0c4

Please sign in to comment.