Skip to content

Commit c39899e

Browse files
committed
Adjust life cycle to avoid compatibility check before multi-release generation.
1 parent 6156bbc commit c39899e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

byte-buddy-agent/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@
244244
<goals>
245245
<goal>compile</goal>
246246
</goals>
247+
<phase>prepare-package</phase>
247248
<configuration>
248249
<outputDirectory>${project.build.outputDirectory}/META-INF/versions/9</outputDirectory>
249250
<target>1.8</target>

byte-buddy-dep/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@
374374
<goals>
375375
<goal>compile</goal>
376376
</goals>
377+
<phase>prepare-package</phase>
377378
<configuration>
378379
<outputDirectory>${project.build.outputDirectory}/META-INF/versions/9</outputDirectory>
379380
<target>1.8</target>

byte-buddy/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@
436436
<goals>
437437
<goal>update-bytecode</goal>
438438
</goals>
439+
<phase>prepare-package</phase>
439440
<configuration>
440441
<outputDirectory>${project.build.outputDirectory}/META-INF/versions/9</outputDirectory>
441442
<oldPackage>${shade.source}</oldPackage>

0 commit comments

Comments
 (0)