|
@@ -13,6 +13,21 @@
|
|
<artifactId>device-manager</artifactId>
|
|
<artifactId>device-manager</artifactId>
|
|
|
|
|
|
|
|
|
|
|
|
+ <build>
|
|
|
|
+ <plugins>
|
|
|
|
+ <plugin>
|
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
+ <artifactId>maven-resources-plugin</artifactId>
|
|
|
|
+ <configuration>
|
|
|
|
+ <nonFilteredFileExtensions>
|
|
|
|
+ <nonFilteredFileExtension>zip</nonFilteredFileExtension>
|
|
|
|
+ <nonFilteredFileExtension>jar</nonFilteredFileExtension>
|
|
|
|
+ </nonFilteredFileExtensions>
|
|
|
|
+ </configuration>
|
|
|
|
+ </plugin>
|
|
|
|
+ </plugins>
|
|
|
|
+ </build>
|
|
|
|
+
|
|
<dependencies>
|
|
<dependencies>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|