Opened 4 years ago

Closed 4 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.

Change History (1)

comment:1 by Bang Pham Huu, 4 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.