We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ff3e0 commit 69aa668Copy full SHA for 69aa668
.gitignore
@@ -1,5 +1,9 @@
1
##Maven##
2
target/
3
+pom.xml.tag
4
+pom.xml.releaseBackup
5
+pom.xml.next
6
+release.properties
7
8
##Eclipse##
9
.classpath
.travis.yml
@@ -4,4 +4,5 @@ jdk:
env:
- TEST_DIR=spring-kafka-embedded-test
- TEST_DIR=spring-kafka-avro
+- TEST_DIR=spring-kafka-json
script: cd $TEST_DIR && mvn test -B
0 commit comments