mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-18 17:48:14 +08:00
Polish "Fix Maven Kotlin JPA compiler plugin configuration"
Closes gh-868
This commit is contained in:
@@ -49,6 +49,7 @@ class KotlinJpaMavenBuildCustomizerTests {
|
||||
assertThat(settings.getValue()).asList().element(0)
|
||||
.hasFieldOrPropertyWithValue("name", "plugin")
|
||||
.hasFieldOrPropertyWithValue("value", "jpa");
|
||||
assertThat(plugin.getDependencies()).hasSize(1);
|
||||
MavenPlugin.Dependency pluginDependency = plugin.getDependencies().get(0);
|
||||
assertThat(pluginDependency.getGroupId()).isEqualTo("org.jetbrains.kotlin");
|
||||
assertThat(pluginDependency.getArtifactId()).isEqualTo("kotlin-maven-noarg");
|
||||
|
Reference in New Issue
Block a user