META-INF.archetype.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maven-archetype-cecilia-application
Show all versions of maven-archetype-cecilia-application
This archetype is useful to quick start Cecilia applications, having a
source tree template already filled.
<archetype> <!-- it must match the artifactId of this maven archetype --> <id>cecilia-app</id> <!-- it allows to run the archetype on already created projects (at your own risk..) --> <allowPartial>true</allowPartial> <resources> <resource filtered="false">src/main/cecilia/main.c</resource> <resource>src/main/cecilia/Main.fractal</resource> <resource>README.txt</resource> </resources> </archetype>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy