Add unstable repository.
[lgpl/argeo-commons.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 446687adf52fdaf9f9af034fa09d074cb895a498..e726b380cdb562ed19b28bca7f133838d43c13a9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,24 +4,21 @@
        <parent>
                <groupId>org.argeo.maven</groupId>
                <artifactId>argeo-osgi-parent</artifactId>
-               <version>2.1.2</version>
+               <version>2.1.3</version>
        </parent>
        <groupId>org.argeo.commons</groupId>
        <artifactId>argeo-commons</artifactId>
-       <version>2.1.89-SNAPSHOT</version>
+       <version>2.3.0-SNAPSHOT</version>
        <name>Argeo Commons</name>
        <packaging>pom</packaging>
-       <!-- <url>http://repo.argeo.org/data/docs/argeo-2.1/site/argeo-commons/</url> -->
        <properties>
                <version.argeo-tp>2.1.27</version.argeo-tp>
                <!-- RPM -->
-               <argeo.rpm.release>7</argeo.rpm.release>
-               <argeo.rpm.stagingRepository>/srv/rpmfactory/argeo-osgi-2/el7</argeo.rpm.stagingRepository>
+               <argeo.rpm.stagingRepository>/srv/rpmfactory/unstable/argeo-osgi-2/argeo</argeo.rpm.stagingRepository>
                <project.scm.id>code.argeo.org</project.scm.id>
        </properties>
        <modules>
                <!-- Base -->
-               <module>org.argeo.util</module>
                <module>org.argeo.enterprise</module>
                <module>org.argeo.jcr</module>
                <module>org.argeo.osgi.boot</module>
                <module>org.argeo.cms</module>
                <module>org.argeo.cms.ui.theme</module>
                <module>org.argeo.cms.ui</module>
+               <module>org.argeo.cms.ui.rap</module>
                <!-- CMS E4 -->
                <module>org.argeo.cms.e4</module>
                <module>org.argeo.cms.e4.rap</module>
-               <!-- Third Parties Extensions -->
-               <module>org.argeo.ext.jackrabbit</module>
-               <module>org.argeo.ext.equinox.jetty</module>
                <!-- Distribution -->
                <module>dep</module>
                <module>demo</module>
-               <module>doc</module>
                <module>dist</module>
        </modules>
        <scm>
-               <connection>scm:git:http://git.argeo.org/apache2/argeo-commons.git</connection>
-               <url>http://git.argeo.org/?p=apache2/argeo-commons.git;a=summary</url>
-               <developerConnection>scm:git:https://code.argeo.org/git/apache2/argeo-commons.git</developerConnection>
-               <tag>HEAD</tag>
+               <connection>scm:git:http://git.argeo.org/lgpl/argeo-commons.git</connection>
+               <url>http://git.argeo.org/?p=lgpl/argeo-commons.git;a=summary</url>
+               <developerConnection>scm:git:https://code.argeo.org/git/lgpl/argeo-commons.git</developerConnection>
+               <tag>v2.x</tag>
        </scm>
-       <inceptionYear>2007</inceptionYear>
+       <organization>
+               <name>Argeo GmbH</name>
+       </organization>
+       <inceptionYear>2009</inceptionYear>
        <licenses>
                <license>
-                       <name>Apache 2</name>
-                       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+                       <name>LGPL-3.0-or-later</name>
+                       <url>https://www.gnu.org/licenses/lgpl-3.0.txt</url>
                        <distribution>repo</distribution>
-                       <comments><![CDATA[
-Argeo Commons Enterprise Framework
-                          
-Copyright (C) 2007-2016 Argeo GmbH
-
-Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-]]>
-                       </comments>
                </license>
        </licenses>
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>license-maven-plugin</artifactId>
+                               <version>2.0.0</version>
+                               <configuration>
+                                       <projectName>Argeo Commons</projectName>
+                                       <licenseName>lgpl_v3</licenseName>
+                                       <excludes>
+                                               <exclude>**/springutil/*</exclude>
+                                               <exclude>**/org/argeo/jcr/fs/Text.java</exclude>
+                                       </excludes>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
        <dependencies>
                <dependency>
                        <groupId>org.argeo.tp</groupId>
@@ -123,23 +119,23 @@ limitations under the License.
        <distributionManagement>
                <repository>
                        <id>staging</id>
-                       <url>dav:https://forge.argeo.org/data/java/argeo-2.1/</url>
+                       <url>dav:https://forge.argeo.org/data/java/argeo-2.3</url>
                        <uniqueVersion>false</uniqueVersion>
                </repository>
                <snapshotRepository>
                        <id>staging</id>
-                       <url>file:///srv/javafactory/argeo-2.1</url>
+                       <url>file:///srv/javafactory/argeo-2.3</url>
                        <uniqueVersion>true</uniqueVersion>
                </snapshotRepository>
                <site>
                        <id>staging</id>
-                       <url>file:///srv/docfactory/argeo-2.1/site/argeo-commons/</url>
+                       <url>file:///srv/docfactory/argeo-2.3/site/argeo-commons/</url>
                </site>
        </distributionManagement>
        <repositories>
                <repository>
                        <id>argeo</id>
-                       <url>http://repo.argeo.org/data/java/argeo-2.1/</url>
+                       <url>http://forge.argeo.org/data/java/argeo-2.1/</url>
                        <releases>
                                <enabled>true</enabled>
                                <updatePolicy>never</updatePolicy>
@@ -150,15 +146,15 @@ limitations under the License.
                        </snapshots>
                </repository>
                <repository>
-                       <id>argeo-snapshots</id>
-                       <url>http://snapshots.argeo.org/data/java/argeo-2.1/</url>
+                       <id>argeo-unstable</id>
+                       <url>http://forge.argeo.org/data/java/argeo-2.3/</url>
                        <releases>
-                               <enabled>false</enabled>
-                       </releases>
-                       <snapshots>
                                <enabled>true</enabled>
-                               <updatePolicy>always</updatePolicy>
+                               <updatePolicy>never</updatePolicy>
                                <checksumPolicy>warn</checksumPolicy>
+                       </releases>
+                       <snapshots>
+                               <enabled>false</enabled>
                        </snapshots>
                </repository>
                <!-- Disable Maven default repository -->
@@ -246,7 +242,7 @@ limitations under the License.
                        <repositories>
                                <repository>
                                        <id>argeo</id>
-                                       <url>http://localhost:7080/data/java/argeo-2.1</url>
+                                       <url>http://localhost:7080/data/java/argeo-2.3</url>
                                        <releases>
                                                <enabled>true</enabled>
                                                <updatePolicy>daily</updatePolicy>
@@ -257,7 +253,7 @@ limitations under the License.
                        <distributionManagement>
                                <repository>
                                        <id>staging</id>
-                                       <url>dav:http://localhost:7080/data/java/argeo-2.1/</url>
+                                       <url>dav:http://localhost:7080/data/java/argeo-2.3/</url>
                                        <uniqueVersion>false</uniqueVersion>
                                </repository>
                        </distributionManagement>