]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
Improce documentation
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 5 Jun 2009 20:02:52 +0000 (20:02 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 5 Jun 2009 20:02:52 +0000 (20:02 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@2484 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

13 files changed:
org.argeo.slc/pom.xml
runtime/org.argeo.slc.detached.launcher/pom.xml
runtime/org.argeo.slc.detached/pom.xml
runtime/org.argeo.slc.lib.detached/pom.xml
runtime/org.argeo.slc.osgiboot/pom.xml
runtime/org.argeo.slc.server/pom.xml
runtime/org.argeo.slc.specs/pom.xml
runtime/org.argeo.slc.support.activemq/pom.xml
runtime/org.argeo.slc.support.castor/pom.xml
runtime/org.argeo.slc.support.equinox/pom.xml
runtime/org.argeo.slc.support.hibernate/pom.xml
runtime/org.argeo.slc.support.maven/pom.xml
runtime/org.argeo.slc.support.simple/pom.xml

index 66a36df0b4e4e174975497906060792ad9626706..d4384b4f47cad06f889b32f3b6c213193c6798f8 100644 (file)
@@ -1,13 +1,17 @@
-<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>
        <groupId>org.argeo.slc</groupId>
        <artifactId>argeo-slc</artifactId>
        <packaging>pom</packaging>
        <name>Argeo SLC</name>
        <version>0.11.4-SNAPSHOT</version>
+       <!-- 
        <url>
                http://www.argeo.org/projects/slc/${project.artifactId}/${project.version}
        </url>
+        -->
+       <url>file:///home/mbaudier/dev/work/slcSite/${project.version}/</url>
        <properties>
                <version.spring>2.5.6.A</version.spring>
                <version.spring-ws>1.5.5.A</version.spring-ws>
@@ -22,8 +26,8 @@
                <version.maven-argeo-osgi>0.1.12</version.maven-argeo-osgi>
        </properties>
        <scm>
-               <connection>scm:svn:https://www.argeo.org/svn/slc/trunk/org.argeo.slc</connection>
-               <url>https://www.argeo.org/svn/slc/trunk/org.argeo.slc</url>
+               <connection>scm:svn:https://www.argeo.org/svn/slc/trunk</connection>
+               <url>https://www.argeo.org/svn/slc/trunk</url>
        </scm>
        <issueManagement>
                <system>Bugzilla</system>
@@ -96,19 +100,12 @@ limitations under the License.
                                                </execution>
                                        </executions>
                                </plugin>
-                               <plugin>
-                                       <groupId>org.apache.maven.plugins</groupId>
-                                       <artifactId>maven-javadoc-plugin</artifactId>
-                                       <executions>
-                                               <execution>
-                                                       <id>attach-javadoc</id>
-                                                       <phase>package</phase>
-                                                       <goals>
-                                                               <goal>jar</goal>
-                                                       </goals>
-                                               </execution>
-                                       </executions>
-                               </plugin>
+                               <!--
+                                       <plugin> <groupId>org.apache.maven.plugins</groupId>
+                                       <artifactId>maven-javadoc-plugin</artifactId> <executions>
+                                       <execution> <id>attach-javadoc</id> <phase>package</phase> <goals>
+                                       <goal>jar</goal> </goals> </execution> </executions> </plugin>
+                               -->
                                <plugin>
                                        <groupId>org.mortbay.jetty</groupId>
                                        <artifactId>maven-jetty-plugin</artifactId>
@@ -169,34 +166,42 @@ limitations under the License.
                <plugins>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-assembly-plugin</artifactId>
-                               <inherited>false</inherited>
+                               <artifactId>maven-resources-plugin</artifactId>
                                <configuration>
-                                       <descriptors>
-                                               <descriptor>
-                                                       src/assembly/with-dependencies.xml
-                                               </descriptor>
-                                       </descriptors>
+                                       <encoding>UTF-8</encoding>
                                </configuration>
                        </plugin>
-               </plugins>
-       </build>
-       <reporting>
-               <plugins>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-surefire-report-plugin</artifactId>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-javadoc-plugin</artifactId>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>cobertura-maven-plugin</artifactId>
+                               <artifactId>maven-site-plugin</artifactId>
+                               <version>2.0-beta-5</version>
+                               <!--
+                                       The site plugin is buggy with multi modules.
+                                       http://jira.codehaus.org/browse/MSITE-276
+                               -->
                        </plugin>
+
+
+                       <!--
+                               <plugin> <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-assembly-plugin</artifactId>
+                               <inherited>false</inherited> <configuration> <descriptors>
+                               <descriptor> src/assembly/with-dependencies.xml </descriptor>
+                               </descriptors> </configuration> </plugin>
+                       -->
                </plugins>
-       </reporting>
+
+       </build>
+       <!--
+               <reporting> <plugins> <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-surefire-report-plugin</artifactId> </plugin>
+               <plugin> <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-javadoc-plugin</artifactId> </plugin> <plugin>
+               <groupId>org.codehaus.mojo</groupId>
+               <artifactId>cobertura-maven-plugin</artifactId> </plugin> </plugins>
+               </reporting>
+       -->
        <dependencyManagement>
                <dependencies>
                        <!-- SLC (itself) -->
@@ -258,27 +263,21 @@ limitations under the License.
                        <!--
                                <dependency> <groupId>org.argeo.slc.runtime</groupId>
                                <artifactId>org.argeo.slc.support.ws.client</artifactId>
-                               <version>${project.version}</version> </dependency>
-                       -->
-                       <dependency>
+                               <version>${project.version}</version> </dependency> <dependency>
                                <groupId>org.argeo.slc</groupId>
                                <artifactId>org.argeo.slc.webapp</artifactId>
-                               <version>${project.version}</version>
-                               <type>war</type>
-                       </dependency>
+                               <version>${project.version}</version> <type>war</type> </dependency>
+                       -->
                        <dependency>
                                <groupId>org.argeo.slc.server</groupId>
                                <artifactId>org.argeo.slc.ria</artifactId>
                                <version>${project.version}</version>
                        </dependency>
-                       <!-- 
-                       <dependency>
-                               <groupId>org.argeo.slc.server</groupId>
-                               <artifactId>bundles</artifactId>
-                               <version>0.11.3-SNAPSHOT</version>
-                               <type>pom</type>
-                       </dependency>
-                        -->
+                       <!--
+                               <dependency> <groupId>org.argeo.slc.server</groupId>
+                               <artifactId>bundles</artifactId> <version>0.11.3-SNAPSHOT</version>
+                               <type>pom</type> </dependency>
+                       -->
                        <dependency>
                                <groupId>org.argeo.slc.server</groupId>
                                <artifactId>deploy</artifactId>
@@ -288,7 +287,7 @@ limitations under the License.
 
                        <!-- SLC dubious -->
                        <dependency>
-                               <groupId>org.argeo.slc</groupId>
+                               <groupId>org.argeo.slc.runtime</groupId>
                                <artifactId>org.argeo.slc.detached.launcher</artifactId>
                                <version>${project.version}</version>
                                <type>tar.gz</type>
@@ -950,12 +949,15 @@ limitations under the License.
                        <name>Argeo FOSS Snapshots Repository</name>
                        <url>file:///var/argeo/maven2/argeo-snapshots</url>
                </snapshotRepository>
+               <!--
+                       <site> <id>argeo-slc-site</id> <name>SLC Site</name> <url>
+                       file:///var/argeo/projects/SLC/www/site/${project.version} </url>
+                       </site>
+               -->
                <site>
                        <id>argeo-slc-site</id>
                        <name>SLC Site</name>
-                       <url>
-                               file:///var/argeo/projects/SLC/www/site/${project.version}
-                       </url>
+                       <url>file:///home/mbaudier/dev/work/slcSite/${project.version}/</url>
                </site>
        </distributionManagement>
        <profiles>
@@ -971,4 +973,5 @@ limitations under the License.
                        </distributionManagement>
                </profile>
        </profiles>
+       
 </project>
index 8cb240665f8105fd561b6255380ca39764f3baad..8993094eda0feeb47487bbbbb28fae8c06d47530 100644 (file)
@@ -1,11 +1,13 @@
-<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.slc.runtime</groupId>
-               <artifactId>argeo-slc-runtime</artifactId>
+               <groupId>org.argeo.slc</groupId>
+               <artifactId>runtime</artifactId>
                <version>0.11.4-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
+       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.detached.launcher</artifactId>
        <name>Argeo SLC Detached Launcher</name>
        <packaging>jar</packaging>
index 5f341dff576b7abf18e93d3b9fb88058dbab9bd4..6ac8b90cd0754d93c1391413bd33bc775f6bb427 100644 (file)
@@ -1,11 +1,13 @@
-<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.slc.runtime</groupId>
-               <artifactId>argeo-slc-runtime</artifactId>
+               <groupId>org.argeo.slc</groupId>
+               <artifactId>runtime</artifactId>
                <version>0.11.4-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
+       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.detached</artifactId>
        <name>Argeo SLC Detached</name>
        <packaging>jar</packaging>
index 3011227a5bd7a8859eef9164cb455ddd5a2a8801..a3b1f7a06cedd74d09f270c21ccb471f136de81b 100644 (file)
@@ -1,11 +1,12 @@
 <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.slc.runtime</groupId>
-               <artifactId>argeo-slc-runtime</artifactId>
+               <groupId>org.argeo.slc</groupId>
+               <artifactId>runtime</artifactId>
                <version>0.11.4-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
+       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.lib.detached</artifactId>
        <packaging>jar</packaging>
        <name>Argeo SLC Lib Detached</name>
index 3ef7921f162ac316fd4fdb4ce403bfdfb3e0c4da..8278d1400fb0eceda38efe80aaeb88d9ba7780f4 100644 (file)
@@ -1,11 +1,13 @@
-<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.slc.runtime</groupId>
-               <artifactId>argeo-slc-runtime</artifactId>
+               <groupId>org.argeo.slc</groupId>
+               <artifactId>runtime</artifactId>
                <version>0.11.4-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
+       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.osgiboot</artifactId>
        <packaging>jar</packaging>
        <name>Argeo SLC OSGi Boot</name>
index 567e05f86c4432f916aef4f4aa569f68422c51f2..82b5087967ffe7fac6809d9178fd715e0af21656 100644 (file)
@@ -1,11 +1,12 @@
 <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.slc.runtime</groupId>
-               <artifactId>argeo-slc-runtime</artifactId>
+               <groupId>org.argeo.slc</groupId>
+               <artifactId>runtime</artifactId>
                <version>0.11.4-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
+       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.server</artifactId>
        <name>Argeo SLC Server</name>
        <description>SLC Server</description>
index e9432cf40516b17e6f2034ae3eed3cf955e54556..9912bfb3e363fd1f48c12e6271e0245eb0c7e3ff 100644 (file)
@@ -1,11 +1,13 @@
-<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.slc.runtime</groupId>
-               <artifactId>argeo-slc-runtime</artifactId>
+               <groupId>org.argeo.slc</groupId>
+               <artifactId>runtime</artifactId>
                <version>0.11.4-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
+       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.specs</artifactId>
        <name>Argeo SLC Specifications</name>
        <build>
index a6e7486fb842e91886b6fc9a2a3493caff1c1d0d..77afa1aac3e497776f7f459f8b13ba938504616b 100644 (file)
@@ -1,11 +1,12 @@
 <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.slc.runtime</groupId>
-               <artifactId>argeo-slc-runtime</artifactId>
+               <groupId>org.argeo.slc</groupId>
+               <artifactId>runtime</artifactId>
                <version>0.11.4-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
+       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.support.activemq</artifactId>
        <name>Argeo SLC Support ActiveMQ</name>
        <build>
index a7f16a6a5b3691bc6e67a846256b16888afb794a..dc9d3afbe8569dad6fbb56d2eab79e90ebe31202 100644 (file)
@@ -1,11 +1,12 @@
 <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.slc.runtime</groupId>
-               <artifactId>argeo-slc-runtime</artifactId>
+               <groupId>org.argeo.slc</groupId>
+               <artifactId>runtime</artifactId>
                <version>0.11.4-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
+       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.support.castor</artifactId>
        <name>Argeo SLC Support Castor</name>
        <description>Implementations of SLC Specs using Castor</description>
index 125df5cc2fb976db94fe53f9d6e0450a4f3c43e5..48c969f01e1b8610a2eb9e828d4303595fad2c6f 100644 (file)
@@ -1,11 +1,12 @@
 <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.slc.runtime</groupId>
-               <artifactId>argeo-slc-runtime</artifactId>
+               <groupId>org.argeo.slc</groupId>
+               <artifactId>runtime</artifactId>
                <version>0.11.4-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
+       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.support.equinox</artifactId>
        <name>Argeo SLC Support Equinox OSGi</name>
        <packaging>jar</packaging>
index af60c88b09bdf425764310f9f9b951673696702d..393046f0e903dedbc3857b6d373d0c9bfba14388 100644 (file)
@@ -1,11 +1,12 @@
 <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.slc.runtime</groupId>
-               <artifactId>argeo-slc-runtime</artifactId>
+               <groupId>org.argeo.slc</groupId>
+               <artifactId>runtime</artifactId>
                <version>0.11.4-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
+       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.support.hibernate</artifactId>
        <name>Argeo SLC Support Hibernate</name>
        <build>
index 1e7ce985f3de89d49dccb357f84551842e7be7af..7bfa7c24e91c115a505996ce988d9c3490136f53 100644 (file)
@@ -1,11 +1,12 @@
 <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.slc.runtime</groupId>
-               <artifactId>argeo-slc-runtime</artifactId>
+               <groupId>org.argeo.slc</groupId>
+               <artifactId>runtime</artifactId>
                <version>0.11.4-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
+       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.support.maven</artifactId>
        <packaging>jar</packaging>
        <name>Argeo SLC Support Maven</name>
index 7208a95e915657014a79710b69bdb58ba7397ee7..f508410e16b846be58a099a813e307865529b595 100644 (file)
@@ -1,11 +1,13 @@
-<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.slc.runtime</groupId>
-               <artifactId>argeo-slc-runtime</artifactId>
+               <groupId>org.argeo.slc</groupId>
+               <artifactId>runtime</artifactId>
                <version>0.11.4-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
+       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.support.simple</artifactId>
        <name>Argeo SLC Support Simple</name>
        <description>Basic implementations of SLC Specifications</description>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-jar-plugin</artifactId>
-                               <!-- 
-                               <executions>
-                                       <execution>
-                                               <goals>
-                                                       <goal>test-jar</goal>
-                                               </goals>
-                                               <configuration>
-                                                       <archive>
-                                                               <manifestFile>target/test-classes/META-INF/MANIFEST.MF</manifestFile>
-                                                       </archive>
-                                               </configuration>
-                                       </execution>
-                               </executions>
-                                -->
+                               <!--
+                                       <executions> <execution> <goals> <goal>test-jar</goal> </goals>
+                                       <configuration> <archive>
+                                       <manifestFile>target/test-classes/META-INF/MANIFEST.MF</manifestFile>
+                                       </archive> </configuration> </execution> </executions>
+                               -->
                        </plugin>
                        <plugin>
                                <groupId>org.apache.felix</groupId>