META-INF.maven.archetype.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of crawljax-plugins-archetype
Show all versions of crawljax-plugins-archetype
Generates a Crawljax project template.
<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>crawljax-plugins-archtype</id> <sources> <source>src/main/java/SamplePlugin.java</source> <source>src/main/java/CrawljaxRunner.java</source> </sources> <testSources> <source>src/test/java/SamplePluginTest.java</source> </testSources> </archetype>