Improve documentation
authorMathieu Baudier <mbaudier@argeo.org>
Sat, 15 Apr 2017 16:11:58 +0000 (18:11 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Sat, 15 Apr 2017 16:11:58 +0000 (18:11 +0200)
org.argeo.cms.ui/pom.xml
org.argeo.cms/pom.xml
org.argeo.ext.jackrabbit/pom.xml
org.argeo.ext.rap.ui.workbench/pom.xml
pom.xml

index 0ef6801dda573b3d5670a826aa6f67d2a1df3804..25fa02ffaa6c3eda77565370ce8525ea13bc8558 100644 (file)
@@ -8,7 +8,7 @@
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.cms.ui</artifactId>
-       <name>Argeo CMS UI</name>
+       <name>CMS UI</name>
        <packaging>jar</packaging>
        <dependencies>
                <dependency>
index 89893aa74263594e847fda4bb19bbe51eb5a2adc..8e9597ba69272db55142c0304167a5a39c1add92 100644 (file)
@@ -8,7 +8,7 @@
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.cms</artifactId>
-       <name>Argeo CMS</name>
+       <name>CMS</name>
        <packaging>jar</packaging>
        <dependencies>
                <dependency>
index 3e797200e2debe08fcb4845249e7192ec44d15aa..c88b4ccb73337c0f6808297cd7f3e6dd0c1d0878 100644 (file)
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<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>
@@ -8,7 +9,7 @@
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.ext.jackrabbit</artifactId>
-       <name>Extensions Apache Jackrabbit</name>
+       <name>Extension Jackrabbit Core</name>
        <dependencies>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
index 5a2608e046ceceeac9e216e9e0430c19188c131d..0dd10abcaf210fc8b948c2464e7664579bca8649 100644 (file)
@@ -7,5 +7,5 @@
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.ext.rap.ui.workbench</artifactId>
-       <name>Extensions Eclipse RAP Workbench</name>
+       <name>Extension RAP Workbench</name>
 </project>
diff --git a/pom.xml b/pom.xml
index 55b6d8ab462e6bd76ae3d9587aa8fa50379ac3b4..00656049b077818bb31833efaea1212a3c757a20 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -40,6 +40,7 @@
                <module>org.argeo.ext.rap.ui.workbench</module>
                <!-- Distribution -->
                <module>dep</module>
+               <module>doc</module>
                <module>dist</module>
        </modules>
        <scm>
@@ -375,9 +376,9 @@ limitations under the License.
                        <plugin>
                                <artifactId>maven-site-plugin</artifactId>
                                <inherited>false</inherited>
-                               <configuration>
-                                       <skip>true</skip>
-                               </configuration>
+<!--                           <configuration> -->
+<!--                                   <skip>true</skip> -->
+<!--                           </configuration> -->
                        </plugin>
                        <plugin>
                                <artifactId>maven-release-plugin</artifactId>
@@ -485,7 +486,7 @@ limitations under the License.
                                </repository>
                                <site>
                                        <id>staging</id>
-                                       <url>dav:http://localhost:7080/data/docs/argeo-${developmentCycle.argeo-commons}</url>
+                                       <url>dav:http://localhost:7080/files/docs/argeo-${developmentCycle.argeo-commons}</url>
                                </site>
                        </distributionManagement>
                </profile>