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

crawljax.2.2.source-code.binary-jar-without-dependencies.xml Maven / Gradle / Ivy

Go to download

Crawling Ajax applications through dynamic analysis and reconstruction of the UI state changes. Crawljax is based on a method which dynamically builds a `state-flow graph' modeling the various navigation paths and states within an Ajax application.

The newest version!
<assembly
        xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
        <id>binary</id>
        <formats>
                <format>jar</format>
        </formats>
        <includeBaseDirectory>false</includeBaseDirectory>
        <fileSets>
                <fileSet>
                        <directory>target/classes/com/crawljax</directory>
                        <outputDirectory>com/crawljax</outputDirectory>
                        <excludes>
                                <exclude>*.xml</exclude>
                                <exclude>**/*.java</exclude>
                        </excludes>
                </fileSet>
                <fileSet>
                        <includes>
                                <include>Apache-2.0-LICENSE.txt</include>
                        </includes>
                </fileSet>
                <fileSet>
                  <directory>docs</directory>
                  <outputDirectory></outputDirectory>
                  <includes>
                    <include>license.txt</include>
                  </includes>
                </fileSet>
        </fileSets>
</assembly>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy