Fix maven issue with included properties files
[lgpl/argeo-commons.git] / server / plugins / pom.xml
index c12b3f086ea451e26cd2f39c1819187094434a18..0d4cab19d07d83f24b341c48b3ff3b83e18f535e 100644 (file)
@@ -1,4 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
@@ -24,6 +25,9 @@
                                        <include>plugin.xml</include>
                                        <include>META-INF/**</include>
                                        <include>icons/**</include>
+                                       <include>plugin.properties</include>
+                                       <!-- Specific -->
+                                       <include>jcrexplorer.properties</include>
                                </includes>
                        </resource>
                </resources>