File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 394394 </plugin >
395395 </plugins >
396396 </pluginManagement >
397+
398+ <plugins >
399+ <plugin >
400+ <groupId >org.eclipse.transformer</groupId >
401+ <artifactId >transformer-maven-plugin</artifactId >
402+ <!-- Ideally this should be 1.0.0 but that requires JDK17 to run which then breaks PathMappedCacheProviderCassandraTest -->
403+ <version >0.5.0</version >
404+ <extensions >true</extensions >
405+ <configuration >
406+ <rules >
407+ <jakartaDefaults >true</jakartaDefaults >
408+ </rules >
409+ <classifier >jakarta</classifier >
410+ </configuration >
411+ <executions >
412+ <execution >
413+ <id >default-jar</id >
414+ <goals >
415+ <goal >jar</goal >
416+ </goals >
417+ <configuration >
418+ <artifact >
419+ <groupId >${project.groupId} </groupId >
420+ <artifactId >${project.artifactId}</artifactId >
421+ <version >${project.version} </version >
422+ </artifact >
423+ </configuration >
424+ </execution >
425+ </executions >
426+ </plugin >
427+ </plugins >
397428 </build >
398429</project >
You can’t perform that action at this time.
0 commit comments