Skip to content

Commit 2f15695

Browse files
author
David Hasani
committed
add comment
1 parent ca266fa commit 2f15695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/codewhisperer/service/transformByQ/transformMavenHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import globals from '../../../shared/extensionGlobals'
1717
function collectDependenciesAndMetadata(dependenciesFolderPath: string, workingDirPath: string) {
1818
getLogger().info('CodeTransformation: running mvn clean test-compile with maven JAR')
1919

20-
const baseCommand = transformByQState.getMavenName()
20+
const baseCommand = transformByQState.getMavenName() // will always be 'mvn'
2121
const jarPath = globals.context.asAbsolutePath(path.join('resources', 'amazonQCT', 'QCT-Maven-1-0-156-0.jar'))
2222

2323
getLogger().info('CodeTransformation: running Maven extension with JAR')

0 commit comments

Comments
 (0)