|
|
@@ -10,6 +10,7 @@
|
|
|
</parent>
|
|
|
|
|
|
<artifactId>iot-platform-common</artifactId>
|
|
|
+ <packaging>jar</packaging>
|
|
|
|
|
|
<properties>
|
|
|
<maven.compiler.source>17</maven.compiler.source>
|
|
|
@@ -17,4 +18,16 @@
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
</properties>
|
|
|
|
|
|
+ <build>
|
|
|
+ <plugins>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
+ <configuration>
|
|
|
+ <skip>true</skip>
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
+ </plugins>
|
|
|
+ </build>
|
|
|
+
|
|
|
</project>
|