Skip to content

icai-migration-tools

Latest
Compare
Choose a tag to compare
@jbrazda jbrazda released this 03 Feb 20:25
5a18170

Feb 2022 Release

This release ads support for new transformations

  • Add transformation to ass/update Version label in CAI design descriptions
  • Add transformation to Add tags to CAI Designs

to enable these transformations you have to add following properties to your build transform properties applicable to Package step of the deployment

# ADD Design Tags
ipd.migrate.addTags=true
ipd.tags.add.include=**/*.xml
ipd.tags.add.exclude=
ipd.tags.add.tags=TEST,for migration,version: 1.0 

## Apply Version Update to Selected CAI designs
ipd.migrate.updateVersions=true
# Include files
ipd.update.version.include=**/**.xml
# Exclude files
ipd.update.version.exclude=**/**.xml
# you can exclude specified files from 
ipd.update.version.label=1.0