All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.maven.archetype.xml Maven / Gradle / Ivy

Go to download

Rhino: Annotation-based JUnit-style load and performance testing framework

There is a newer version: 2.3.2
Show newest version
<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>benchmark</id>
    <sources>
        <source>src/main/java/benchmark/Rhino.java</source>
        <source>src/main/java/benchmark/ReactiveBasicHttpGetSimulation.java</source>
    </sources>

    <resources>
        <resource>src/main/resources/test_users.csv</resource>
        <resource>src/main/resources/rhino.properties</resource>
        <resource>src/main/resources/log4j2.xml</resource>
        <resource>src/main/resources/docker-compose.yml</resource>
    </resources>
</archetype>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy