META-INF.maven.archetype.xml Maven / Gradle / Ivy
<archetype xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype/1.0.0 http://maven.apache.org/xsd/archetype-1.0.0.xsd"> <id>kafka-streams-app-archetype</id> <sources> <source>src/main/java/ApplicationMain.java</source> </sources> <resources> <resource>src/main/resources/avro/schemas.avsc</resource> <resource>src/main/resources/avro/README.md</resource> <resource>src/main/resources/log4j.properties</resource> <resource>src/main/resources/application.conf</resource> </resources> <testSources> <source>src/test/java/ApplicationMainTest.java</source> </testSources> </archetype>