[JAVA-32171] Fix missing pom.xml (#16196)

This commit is contained in:
Harry9656 2024-03-24 23:53:37 +01:00 committed by GitHub
parent 17cb4108d4
commit 42b9fb4598
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
17 changed files with 28 additions and 1 deletions

View File

@ -87,6 +87,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring.version}</version>
</plugin>
</plugins>
</build>

View File

@ -84,4 +84,7 @@
</plugins>
</build>
<properties>
<maven-resources-plugin.version>3.1.0</maven-resources-plugin.version>
</properties>
</project>

View File

@ -30,6 +30,7 @@
<plugins>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>${maven-resources-plugin.version}</version>
<configuration>
<resources combine.children="append">
<resource>

View File

@ -16,6 +16,7 @@
<plugins>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>${maven-resources-plugin.version}</version>
<configuration>
<resources combine.self="override">
<resource>

View File

@ -101,6 +101,7 @@
<plugin>
<groupId>io.micronaut.build</groupId>
<artifactId>micronaut-maven-plugin</artifactId>
<version>${micronaut-build.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@ -154,6 +155,7 @@
<packaging>jar</packaging>
<compiler.plugin.version>3.12.1</compiler.plugin.version>
<micronaut.runtime>netty</micronaut.runtime>
<micronaut-build.version>3.5.4</micronaut-build.version>
<shade.plugin.version>3.2.0</shade.plugin.version>
</properties>

View File

@ -52,6 +52,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring-boot.version}</version>
</plugin>
</plugins>
</build>

View File

@ -39,6 +39,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>${jetty-plugin.version}</version>
<configuration>
<webApp>
<contextPath>/</contextPath>
@ -50,6 +51,7 @@
<properties>
<maven-war-plugin.version>3.3.2</maven-war-plugin.version>
<jetty-plugin.version>11.0.20</jetty-plugin.version>
</properties>
</project>

View File

@ -29,7 +29,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
<version>2.7.0</version>
<version>${spring-boot.version}</version>
</dependency>
</dependencies>
@ -38,7 +38,12 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring-boot.version}</version>
</plugin>
</plugins>
</build>
<properties>
<spring-boot.version>2.7.0</spring-boot.version>
</properties>
</project>

View File

@ -124,6 +124,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring.boot.dependencies}</version>
</plugin>
</plugins>
</build>

View File

@ -55,6 +55,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring.boot.dependencies}</version>
</plugin>
</plugins>
</build>

View File

@ -32,6 +32,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>${maven-jar-plugin.version}</version>
<configuration>
<archive>
<manifest>

View File

@ -51,6 +51,7 @@
<plugins>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>${maven-failsafe-plugin.version}</version>
<executions>
<execution>
<goals>

View File

@ -77,6 +77,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>${maven-jar-plugin.version}</version>
<configuration>
<archive>
<manifest>

View File

@ -83,6 +83,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>${maven-jar-plugin.version}</version>
<configuration>
<archive>
<manifest>

View File

@ -28,12 +28,14 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring-maven-plugin.version}</version>
</plugin>
</plugins>
</build>
<properties>
<tensorflow.version>1.12.0</tensorflow.version>
<spring-maven-plugin.version>3.2.2</spring-maven-plugin.version>
</properties>
</project>

View File

@ -62,6 +62,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>${maven-failsafe-plugin.version}</version>
<configuration>
<skipITs>true</skipITs>
<includes>

View File

@ -27,6 +27,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>${maven-shade-plugin.version}</version>
<configuration>
<createDependencyReducedPom>true</createDependencyReducedPom>
<filters>
@ -64,6 +65,7 @@
<properties>
<dropwizard.version>2.0.0</dropwizard.version>
<maven-shade-plugin.version>3.5.0</maven-shade-plugin.version>
</properties>
</project>