Introduce query table content provider.
[lgpl/argeo-commons.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 909426ae69d84f77de0d18e44b932158a451a4b9..f140e208a59a8765bf2d430ca38f7716f7b656a8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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.maven</groupId>
                <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/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>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>
+               <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>HEAD</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>