blob: 7ec00e12d74e343806645f219fc0174d23ff1724 [file] [log] [blame]
<archetype>
<id>${artifactId}</id>
<sources>
<source>src/main/java/App.java</source>
</sources>
<testSources>
<source>src/test/java/AppTest.java</source>
</testSources>
</archetype>