Changes between Initial Version and Version 2 of Ticket #1793


Ignore:
Timestamp:
Jun 12, 2018, 3:01:24 PM (6 years ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1793

    • Property Status newclosed
    • Property Resolutionfixed
  • 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."
     2CMake already did this, e.g in Petascope which creates a new pom.xml with update settings.
     3
     4{{{
     5configure_file("${CMAKE_CURRENT_SOURCE_DIR}/pom.xml.in" "${CMAKE_CURRENT_SOURCE_DIR}/pom.xml" @ONLY)
     6}}}
     7