albertZhangTJ / sqlancer-lancerfuzz

Detecting Logic Bugs in DBMS
http://www.sqlancer.com/
MIT License
1 stars 0 forks source link

Enhance maven building process #29

Open albertZhangTJ opened 6 months ago

albertZhangTJ commented 6 months ago

Currently maven will build a total of 4 JARs during the execution of run.sh, 2 of which are redundant.

Find a way to instruct maven to only build the LancerFuzz JAR in the first pass and only build the SQLancer JAR in the second pass.

This shall help reduce building time significantly.