Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 978 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 978 Bytes

FireLine Maven Plugin

Maven Central

fireline-maven-plugin is a maven plugin for FireLine. You can visit http://magic.360.cn/ for further information of FireLine.

How to Use

Add the below content to your <project><reporting><plugins> node of pom.xml. You can find latest ${fireline-maven-plugin-version} from https://search.maven.org/

    <plugin>
        <groupId>io.github.jiangxincode</groupId>
        <artifactId>fireline-maven-plugin</artifactId>
        <version>${fireline-maven-plugin-version}</version>
    </plugin>

Run mvn clean site

You can see the example from my another project: https://jiangxincode.github.io/ApkToolBoxGUI/testReport.html

License