summaryrefslogtreecommitdiffstats
path: root/src/main/resources/META-INF/maven/archetype.xml
blob: 6f2a4efd8da15198b107edcae4832ad702e1c571 (plain)
1
2
3
4
5
6
7
8
9
<archetype>
  <id>kafka0111</id>
  <sources>
    <source>src/main/java/App.java</source>
  </sources>
  <testSources>
    <source>src/test/java/AppTest.java</source>
  </testSources>
</archetype>