Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support incremental maven builds in PTL
`mvn install` is typically faster than `mvn clean install`, but it leaves previous launcher jar in the target/. Let bin/ptl pick it up nicely. This also prevents the script from picking up a way-too-old launcher jar, i.e. after project version change.
- Loading branch information