Opened 6 years ago
Closed 6 years ago
#1793 closed defect (fixed)
CMake doesn't properly update pom.xml when pom.xml.in is changed
Reported by: | Dimitar Misev | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 9.7 |
Component: | build system | Version: | development |
Keywords: | Cc: | ||
Complexity: | Medium |
Description (last modified by )
"When pom.xml.in is changed, the pom.xml should be automatically updated on make."
CMake already did this, e.g in Petascope which creates a new pom.xml with update settings.
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/pom.xml.in" "${CMAKE_CURRENT_SOURCE_DIR}/pom.xml" @ONLY)
Change History (2)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
also the pom.xml should be generated in the build directory, not the source directory.