Opened 5 years ago
Closed 5 years ago
#2239 closed defect (fixed)
run mvn only if source files changed
Reported by: | Dimitar Misev | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | build system | Version: | 9.8 |
Keywords: | Cc: | Bang Pham Huu, Vlad Merticariu | |
Complexity: | Medium |
Description
This should be doable with a Makefile with this structure:
all: java source files mvn package ...
Then CMakeLists.txt would execute make
instead of mvn package
directly.
Note:
See TracTickets
for help on using tickets.