Cleanup kafka-extraction-namespace

Remove extra build defines in kafka-extraction-namespace's pom.xml
This commit is contained in:
Charles Allen 2015-09-30 11:33:04 -07:00
parent 8199ecf1a4
commit bc22d4ff6c
1 changed files with 0 additions and 28 deletions

View File

@ -87,32 +87,4 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
</manifest>
</archive>
</configuration>
</plugin>
</plugins>
</build>
</project>