Skip to content

Commit 5621824

Browse files
committed
consolidate native test profiles
1 parent 7e00fb1 commit 5621824

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

monorepo-migration/modernize_pom.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@ def modernize_pom(file_path, parent_version, source_repo_name=None, parent_artif
228228
# Profile renaming
229229
if '<id>customNative</id>' in line:
230230
line = line.replace('<id>customNative</id>', '<id>native</id>')
231+
if '<id>native-test</id>' in line:
232+
line = line.replace('<id>native-test</id>', '<id>native</id>')
231233

232234
# Parent section modernization
233235
if not keep_parent:

0 commit comments

Comments
 (0)