Skip to content

Commit

Permalink
Added support to create README.md in the root of the repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcustenborder committed May 19, 2016
1 parent 87df9a9 commit 6113f92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
This quickstart archtype is used to create a skeleton layout for a Kafka Connect


```
mvn archetype:generate -DarchetypeGroupId=io.confluent.maven.archetypes -DarchetypeArtifactId=connect-quickstart-archetype -DarchetypeVersion=3.0.0
```
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/maven/archetype.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<resource>src/main/assembly/package.xml</resource>
<resource>config/MySinkConnector.properties</resource>
<resource>config/MySourceConnector.properties</resource>
<resource>README.md</resource>
</resources>
<!--<testSources>-->
<!--<source>src/test/java/AppTest.java</source>-->
Expand Down

0 comments on commit 6113f92

Please sign in to comment.