Skip to content

Commit 314db55

Browse files
joratpParsa Jorat
andauthored
added the addParentsPom to the maven command (#4029)
* added the addParentsPom to the maven command * added the changelog * Updated the change log message to be shorter per request. * Updated the chnage log to include amazon q transform --------- Co-authored-by: Parsa Jorat <[email protected]>
1 parent b2e4168 commit 314db55

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "Amazon Q Transform: Fix to ensure backend gets necessary dependencies"
4+
}

jetbrains-core/src/software/aws/toolkits/jetbrains/services/codemodernizer/model/CodeModernizerSessionContext.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ data class CodeModernizerSessionContext(
141141
"dependency:copy-dependencies",
142142
"-DoutputDirectory=$destinationDir",
143143
"-Dmdep.useRepositoryLayout=true",
144-
"-Dmdep.copyPom=true"
144+
"-Dmdep.copyPom=true",
145+
"-Dmdep.addParentPoms=true"
145146
)
146147
.withWorkDirectory(sourceFolder)
147148
.withRedirectErrorStream(true)

0 commit comments

Comments
 (0)