Skip to content

Commit 2503122

Browse files
Compile v2 migration OpenRewrite recipes with -parameters (#6035)
* Compile OpenRewrite recipes with `-parameters` * changelog for Compile v2 migration OpenRewrite recipes with -parameters
1 parent d1f1bb4 commit 2503122

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "bugfix",
3+
"category": "AWS SDK for Java v2",
4+
"contributor": "greg-at-moderne",
5+
"description": "Compile v2 migration OpenRewrite recipes with `-parameters`"
6+
}

v2-migration/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,15 @@
287287

288288
<build>
289289
<plugins>
290+
<plugin>
291+
<groupId>org.apache.maven.plugins</groupId>
292+
<artifactId>maven-compiler-plugin</artifactId>
293+
<configuration>
294+
<compilerArgs>
295+
<arg>-parameters</arg>
296+
</compilerArgs>
297+
</configuration>
298+
</plugin>
290299
<plugin>
291300
<groupId>com.nativelibs4java</groupId>
292301
<artifactId>maven-velocity-plugin</artifactId>

0 commit comments

Comments
 (0)