]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
Remove duplicated bundles
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index cd20ada69366772b7253881c4ba2fa1a8d26b45d..4816463ac0c371ef5b1f5f1159ba0ab568cc7998 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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</groupId>
@@ -21,7 +22,7 @@
        </modules>
        <properties>
                <developmentCycle>0.12</developmentCycle>
-               <version.argeo-ria>0.12.0</version.argeo-ria>
+               <version.argeo-ria>0.12.2-SNAPSHOT</version.argeo-ria>
                <version.equinox>3.4.2.R34x_v20080826-1230</version.equinox>
                <version.maven-bundle-plugin>2.0.0</version.maven-bundle-plugin>
                <version.maven-argeo-osgi>0.1.21</version.maven-argeo-osgi>
@@ -340,6 +341,13 @@ limitations under the License.
                        </snapshots>
                </repository>
        </repositories>
+       <distributionManagement>
+               <site>
+                       <id>argeo-slc-site</id>
+                       <name>SLC Site</name>
+                       <url>file://${site.repoBase}/${developmentCycle}/</url>
+               </site>
+       </distributionManagement>
        <reporting>
                <plugins>
                        <plugin>
@@ -369,6 +377,7 @@ limitations under the License.
                                <inherited>false</inherited>
                                <configuration>
                                        <aggregate>true</aggregate>
+                                       <encoding>UTF-8</encoding>
                                </configuration>
                        </plugin>
                        <plugin>