Changes between Initial Version and Version 2 of Ticket #1793
- Timestamp:
- Jun 12, 2018, 3:01:24 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1793
- Property Status new → closed
- Property Resolution → fixed
-
Ticket #1793 – Description
initial v2 1 When pom.xml.in is changed, the pom.xml should be automatically updated on make. 1 "When pom.xml.in is changed, the pom.xml should be automatically updated on make." 2 CMake already did this, e.g in Petascope which creates a new pom.xml with update settings. 3 4 {{{ 5 configure_file("${CMAKE_CURRENT_SOURCE_DIR}/pom.xml.in" "${CMAKE_CURRENT_SOURCE_DIR}/pom.xml" @ONLY) 6 }}} 7