GitHub user kevinxu021 opened a pull request:
https://github.com/apache/trafodion/pull/1755
[TRAFODION-3242]Do not make again before MAKE CLEAN
Accelerate to the building time. Usually, the issue is nothing about maven
project, if it has nothing about that, the project should not be built again.
If you want to build specified project, you should do 'make clean' first.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kevinxu021/incubator-trafodion makeclean
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1755.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1755
----
commit 32c2debbfce0b636ad3f7f2d03ba7acc25393ac1
Author: kevinxu021 <kaihua.xu@...>
Date: 2018-11-30T16:51:14Z
Do not make again before MAKE CLEAN
----
---