]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/pom.xml
Improce documentation
[gpl/argeo-slc.git] / org.argeo.slc / pom.xml
index ee6ec128c9a53598095cfc8fe0d59e0fdcdc1578..d4384b4f47cad06f889b32f3b6c213193c6798f8 100644 (file)
@@ -5,10 +5,13 @@
        <artifactId>argeo-slc</artifactId>
        <packaging>pom</packaging>
        <name>Argeo SLC</name>
-       <version>0.11.3-SNAPSHOT</version>
+       <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>
                <version.equinox>3.4.2.R34x_v20080826-1230</version.equinox>
                <version.maven-bundle-plugin>2.0.0</version.maven-bundle-plugin>
                <version.activemq>5.2.0.0006</version.activemq>
-               <version.maven-argeo-osgi>0.1.11</version.maven-argeo-osgi>
+               <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>
@@ -97,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>
@@ -170,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) -->
@@ -221,17 +225,11 @@ limitations under the License.
                                <artifactId>org.argeo.slc.support.simple</artifactId>
                                <version>${project.version}</version>
                        </dependency>
-                       <dependency>
-                               <groupId>org.argeo.slc.runtime</groupId>
-                               <artifactId>org.argeo.slc.support.simple</artifactId>
-                               <version>${project.version}</version>
-                               <classifier>tests</classifier>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.argeo.slc.runtime</groupId>
+                       <!--
+                               <dependency> <groupId>org.argeo.slc.runtime</groupId>
                                <artifactId>org.argeo.slc.support.ant</artifactId>
-                               <version>${project.version}</version>
-                       </dependency>
+                               <version>${project.version}</version> </dependency>
+                       -->
                        <dependency>
                                <groupId>org.argeo.slc.runtime</groupId>
                                <artifactId>org.argeo.slc.support.hibernate</artifactId>
@@ -252,12 +250,6 @@ limitations under the License.
                                <artifactId>org.argeo.slc.server</artifactId>
                                <version>${project.version}</version>
                        </dependency>
-                       <dependency>
-                               <groupId>org.argeo.slc.runtime</groupId>
-                               <artifactId>org.argeo.slc.server</artifactId>
-                               <version>${project.version}</version>
-                               <classifier>tests</classifier>
-                       </dependency>
                        <dependency>
                                <groupId>org.argeo.slc.runtime</groupId>
                                <artifactId>org.argeo.slc.osgiboot</artifactId>
@@ -268,28 +260,34 @@ limitations under the License.
                                <artifactId>org.argeo.slc.support.equinox</artifactId>
                                <version>${project.version}</version>
                        </dependency>
-                       <dependency>
-                               <groupId>org.argeo.slc.runtime</groupId>
-                               <artifactId>org.argeo.slc.support.equinox</artifactId>
-                               <classifier>tests</classifier>
-                               <scope>test</scope>
-                               <version>${project.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.argeo.slc.runtime</groupId>
+                       <!--
+                               <dependency> <groupId>org.argeo.slc.runtime</groupId>
                                <artifactId>org.argeo.slc.support.ws.client</artifactId>
+                               <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>
+                       -->
+                       <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</groupId>
-                               <artifactId>org.argeo.slc.webapp</artifactId>
+                               <groupId>org.argeo.slc.server</groupId>
+                               <artifactId>deploy</artifactId>
                                <version>${project.version}</version>
-                               <type>war</type>
+                               <type>pom</type>
                        </dependency>
 
                        <!-- 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>
@@ -529,9 +527,9 @@ limitations under the License.
 
                        <!-- Ant -->
                        <dependency>
-                               <groupId>org.argeo.dep.osgi</groupId>
-                               <artifactId>org.argeo.dep.osgi.ant</artifactId>
-                               <version>1.7.1</version>
+                               <groupId>org.apache.ant</groupId>
+                               <artifactId>com.springsource.org.apache.tools.ant</artifactId>
+                               <version>1.7.0</version>
                        </dependency>
 
                        <!-- Required by specific Ant tasks -->
@@ -951,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>
@@ -972,4 +973,5 @@ limitations under the License.
                        </distributionManagement>
                </profile>
        </profiles>
+       
 </project>