]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
Prepare next development cycle
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 003115f4f75b839b2aa2ba08d214a7f49b8bd83f..dd5abd91a2b81d6cdb1270e6b8dc30d2e0ee8092 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,48 +1,46 @@
-<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>
                <artifactId>argeo-commons</artifactId>
-               <version>0.3.3-SNAPSHOT</version>
+               <version>1.1.8</version>
        </parent>
        <groupId>org.argeo.slc</groupId>
        <artifactId>argeo-slc</artifactId>
        <packaging>pom</packaging>
        <name>Argeo SLC</name>
-       <version>0.13.1-SNAPSHOT</version>
+       <version>1.1.8-SNAPSHOT</version>
        <properties>
-               <developmentCycle.slc>0.13</developmentCycle.slc>
-               <site.repoBase>file:///srv/projects/www/slc/site</site.repoBase>
-               <site.urlBase>http://projects.argeo.org/slc/site</site.urlBase>
-               <version.slc>${developmentCycle.slc}.1-SNAPSHOT</version.slc>
+               <developmentCycle.slc>1.1</developmentCycle.slc>
+               <developmentCycle.startDate>2012-06-27</developmentCycle.startDate>
+               <version.slc>1.1.8-SNAPSHOT</version.slc>
        </properties>
        <modules>
                <module>runtime</module>
                <module>modules</module>
-               <module>server</module>
-               <module>eclipse</module>
-               <module>demo</module>
+               <module>plugins</module>
                <module>dep</module>
-               <!-- FIXME: integration tests are currently failing -->
-               <!-- <module>integration-tests</module> -->
+               <module>lib</module>
+               <module>archetypes</module>
                <module>dist</module>
+               <module>demo</module>
        </modules>
-       <url>${site.urlBase}/${developmentCycle.slc}</url>
+       <url>http://projects.argeo.org/slc/</url>
        <scm>
                <connection>scm:svn:https://svn.argeo.org/slc/trunk</connection>
                <developerConnection>scm:svn:https://svn.argeo.org/slc/trunk</developerConnection>
                <url>https://svn.argeo.org/slc/trunk</url>
        </scm>
+       <inceptionYear>2007</inceptionYear>
        <licenses>
                <license>
                        <name>Apache 2</name>
                        <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
                        <distribution>repo</distribution>
                        <comments><![CDATA[
-SLC - Software LifeCycle framework
+SLC (Software Life Cycle) framework
                           
-Copyright 2010 Mathieu Baudier
+Copyright (C) 2007-2012 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.
@@ -72,16 +70,6 @@ limitations under the License.
                                <role>QA</role>
                        </roles>
                </developer>
-               <developer>
-                       <id>cdujeu</id>
-                       <name>Charles du Jeu</name>
-                       <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=KGbI2aXhd2VnJuMU9cL3qeGeNSKwIeUjeqa3XCqRQhY=]]></email>
-                       <organization>Argeo</organization>
-                       <organizationUrl>http://www.argeo.org</organizationUrl>
-                       <roles>
-                               <role>developer</role>
-                       </roles>
-               </developer>
                <developer>
                        <id>ocapillo</id>
                        <name>Olivier Capillon</name>
@@ -100,444 +88,41 @@ limitations under the License.
                        <organizationUrl>http://www.argeo.org</organizationUrl>
                        <roles>
                                <role>developer</role>
-                               <role>QA</role>
                        </roles>
                </developer>
        </developers>
-       <contributors>
-               <contributor>
-                       <name>Philippe Rioland</name>
-                       <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=w76gYPekGIELW7dvvImvvNzdDSJ3sgCmCXJHFngDGlA=]]></email>
-                       <organization>CapCo</organization>
-                       <organizationUrl>http://www.capco.com</organizationUrl>
-                       <roles>
-                               <role>tester</role>
-                               <role>sponsor</role>
-                       </roles>
-               </contributor>
-       </contributors>
        <build>
-               <pluginManagement>
-                       <plugins>
-                               <plugin>
-                                       <groupId>org.apache.maven.plugins</groupId>
-                                       <artifactId>maven-scm-plugin</artifactId>
-                                       <version>1.4</version>
-                                       <configuration>
-                                               <connectionType>connection</connectionType>
-                                       </configuration>
-                                       <dependencies>
-                                               <dependency>
-                                                       <groupId>org.apache.maven.scm</groupId>
-                                                       <artifactId>maven-scm-provider-gitexe</artifactId>
-                                                       <version>1.2</version>
-                                               </dependency>
-                                       </dependencies>
-                               </plugin>
-                               <plugin>
-                                       <groupId>org.argeo.maven.plugins</groupId>
-                                       <artifactId>maven-argeo-osgi-plugin</artifactId>
-                                       <version>${version.maven-argeo-osgi}</version>
-                               </plugin>
-                       </plugins>
-               </pluginManagement>
                <plugins>
                        <plugin>
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>buildnumber-maven-plugin</artifactId>
-                               <version>1.0-beta-4</version>
-                               <executions>
-                                       <execution>
-                                               <phase>generate-resources</phase>
-                                               <goals>
-                                                       <goal>create</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
-                               <configuration>
-                                       <doCheck>false</doCheck>
-                                       <doUpdate>false</doUpdate>
-                                       <format>{0,date,yyyyMMdd_HHmmss}</format>
-                                       <items>
-                                               <item>timestamp</item>
-                                       </items>
-                                       <revisionOnScmFailure>git</revisionOnScmFailure>
-                                       <providerImplementations>
-                                               <git>svn</git>
-                                       </providerImplementations>
-                               </configuration>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-resources-plugin</artifactId>
-                               <version>2.4.3</version>
-                               <configuration>
-                                       <encoding>UTF-8</encoding>
-                               </configuration>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-release-plugin</artifactId>
-                               <version>2.1</version>
+                               <artifactId>maven-site-plugin</artifactId>
+                               <inherited>false</inherited>
                                <configuration>
-                                       <autoVersionSubmodules>true</autoVersionSubmodules>
-                                       <preparationGoals>clean install</preparationGoals>
+                                       <skip>false</skip>
                                </configuration>
                        </plugin>
                </plugins>
        </build>
-
-
-       <!-- TO BE DELETED : done differently now to handle automatic generation 
-               of target platform. <build> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> 
-               <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> 
-               <source>1.5</source> <target>1.5</target> </configuration> </plugin> <plugin> 
-               <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> 
-               <version>2.1.2</version> <executions> <execution> <id>attach-sources</id> 
-               <phase>package</phase> <goals> <goal>jar</goal> </goals> </execution> </executions> 
-               </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId> 
-               <version>2.4.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> 
-               <artifactId>maven-surefire-plugin</artifactId> <version>2.7.1</version> </plugin> 
-               <plugin> <groupId>org.argeo.maven.plugins</groupId> <artifactId>maven-argeo-osgi-plugin</artifactId> 
-               <version>${version.maven-argeo-osgi}</version> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId> 
-               <version>2.3.1</version> <configuration> <archive> <manifestFile>target/classes/META-INF/MANIFEST.MF</manifestFile> 
-               </archive> </configuration> </plugin> <plugin> <groupId>org.apache.felix</groupId> 
-               <artifactId>maven-bundle-plugin</artifactId> <version>${version.maven-bundle-plugin}</version> 
-               <extensions>true</extensions> <configuration> <manifestLocation>target/classes/META-INF</manifestLocation> 
-               <instructions> <Bundle-Version>${version.slc}-r${buildNumber}</Bundle-Version> 
-               <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> <Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment> 
-               <_removeheaders>Bnd-LastModified</_removeheaders> </instructions> </configuration> 
-               <executions> <execution> <id>bundle-manifest</id> <phase>process-classes</phase> 
-               <goals> <goal>manifest</goal> </goals> </execution> </executions> </plugin> 
-               </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> 
-               <artifactId>buildnumber-maven-plugin</artifactId> <version>1.0-beta-4</version> 
-               <executions> <execution> <phase>generate-resources</phase> <goals> <goal>create</goal> 
-               </goals> </execution> </executions> <configuration> <doCheck>false</doCheck> 
-               <doUpdate>false</doUpdate> <format>{0,date,yyyyMMdd_HHmmss}</format> <items> 
-               <item>timestamp</item> </items> <revisionOnScmFailure>git</revisionOnScmFailure> 
-               <providerImplementations> <git>svn</git> </providerImplementations> </configuration> 
-               </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> 
-               <version>2.4.3</version> <configuration> <encoding>UTF-8</encoding> </configuration> 
-               </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> 
-               <version>2.1.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> 
-               <artifactId>maven-release-plugin</artifactId> <version>2.1</version> <configuration> 
-               <autoVersionSubmodules>true</autoVersionSubmodules> <releaseProfiles>release</releaseProfiles> 
-               <preparationGoals>clean install</preparationGoals> </configuration> </plugin> 
-               <plugin> <groupId>com.mycila.maven-license-plugin</groupId> <artifactId>maven-license-plugin</artifactId> 
-               <version>1.8.0</version> <configuration> <header>license-apache2-header.txt</header> 
-               <failIfMissing>true</failIfMissing> <aggregate>true</aggregate> <includes> 
-               <include>src/**/*.java</include> <include>src/**/*.xml</include> </includes> 
-               <excludes> <exclude>**/springutil/**</exclude> <exclude>**/qooxdoo-sdk/**</exclude> 
-               </excludes> <useDefaultExcludes>true</useDefaultExcludes> <mapping> <java>SLASHSTAR_STYLE</java> 
-               <xml>XML_STYLE</xml> </mapping> </configuration> </plugin> </plugins> </build> -->
-       <dependencyManagement>
-               <dependencies>
-                       <dependency>
-                               <groupId>org.argeo.dep</groupId>
-                               <artifactId>versions-all</artifactId>
-                               <version>${version.argeo-distribution}</version>
-                               <type>pom</type>
-                               <scope>import</scope>
-                       </dependency>
-
-                       <!-- SLC (itself) -->
-                       <dependency>
-                               <groupId>org.argeo.slc.runtime</groupId>
-                               <artifactId>org.argeo.slc.specs</artifactId>
-                               <version>${version.slc}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.argeo.slc.runtime</groupId>
-                               <artifactId>org.argeo.slc.core</artifactId>
-                               <version>${version.slc}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.argeo.slc.runtime</groupId>
-                               <artifactId>org.argeo.slc.unit</artifactId>
-                               <version>${version.slc}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.argeo.slc.runtime</groupId>
-                               <artifactId>org.argeo.slc.launcher</artifactId>
-                               <version>${version.slc}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.argeo.slc.runtime</groupId>
-                               <artifactId>org.argeo.slc.detached</artifactId>
-                               <version>${version.slc}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.argeo.slc.runtime</groupId>
-                               <artifactId>org.argeo.slc.lib.detached</artifactId>
-                               <version>${version.slc}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.argeo.slc.runtime</groupId>
-                               <artifactId>org.argeo.slc.support.simple</artifactId>
-                               <version>${version.slc}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.argeo.slc.runtime</groupId>
-                               <artifactId>org.argeo.slc.support.ant</artifactId>
-                               <version>${version.slc}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.argeo.slc.runtime</groupId>
-                               <artifactId>org.argeo.slc.support.maven</artifactId>
-                               <version>${version.slc}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.argeo.slc.runtime</groupId>
-                               <artifactId>org.argeo.slc.support.hibernate</artifactId>
-                               <version>${version.slc}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.argeo.slc.runtime</groupId>
-                               <artifactId>org.argeo.slc.support.castor</artifactId>
-                               <version>${version.slc}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.argeo.slc.runtime</groupId>
-                               <artifactId>org.argeo.slc.support.activemq</artifactId>
-                               <version>${version.slc}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.argeo.slc.runtime</groupId>
-                               <artifactId>org.argeo.slc.support.jcr</artifactId>
-                               <version>${version.slc}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.argeo.slc.runtime</groupId>
-                               <artifactId>org.argeo.slc.server</artifactId>
-                               <version>${version.slc}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.argeo.slc.runtime</groupId>
-                               <artifactId>org.argeo.slc.support.osgi</artifactId>
-                               <version>${version.slc}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.argeo.slc.runtime</groupId>
-                               <artifactId>org.argeo.slc.support.equinox</artifactId>
-                               <version>${version.slc}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.argeo.slc.runtime</groupId>
-                               <artifactId>org.argeo.slc.support.jemmy</artifactId>
-                               <version>${version.slc}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.argeo.slc.server</groupId>
-                               <artifactId>org.argeo.slc.ria</artifactId>
-                               <version>${version.slc}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.argeo.ria</groupId>
-                               <artifactId>org.argeo.ria.core</artifactId>
-                               <version>${version.argeo-ria}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.argeo.slc.server</groupId>
-                               <artifactId>deploy</artifactId>
-                               <version>${version.slc}</version>
-                               <type>pom</type>
-                       </dependency>
-                       <!-- SLC dubious -->
-                       <dependency>
-                               <groupId>org.argeo.slc.runtime</groupId>
-                               <artifactId>org.argeo.slc.detached.launcher</artifactId>
-                               <version>${version.slc}</version>
-                               <type>tar.gz</type>
-                               <classifier>dist</classifier>
-                       </dependency>
-                       <!-- Argeo Commons -->
-                       <dependency>
-                               <groupId>org.argeo.commons.security</groupId>
-                               <artifactId>org.argeo.security.dep.ads</artifactId>
-                               <version>${version.argeo-commons}</version>
-                               <type>pom</type>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.argeo.commons.osgi</groupId>
-                               <artifactId>org.argeo.osgi.boot</artifactId>
-                               <version>${version.argeo-commons}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.argeo.commons.server</groupId>
-                               <artifactId>org.argeo.server.ads</artifactId>
-                               <version>${version.argeo-commons}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.argeo.commons.server</groupId>
-                               <artifactId>org.argeo.server.dep.jackrabbit.server</artifactId>
-                               <version>${version.argeo-commons}</version>
-                               <type>pom</type>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.argeo.commons.server</groupId>
-                               <artifactId>org.argeo.server.jackrabbit</artifactId>
-                               <version>${version.argeo-commons}</version>
-                       </dependency>
-               </dependencies>
-       </dependencyManagement>
-       <!-- -->
        <repositories>
                <repository>
-                       <id>argeo</id>
-                       <url>http://maven.argeo.org/argeo</url>
+                       <id>argeo-commons</id>
+                       <url>http://repo.argeo.org/data/public/java/org.argeo.commons-1.1.x</url>
                        <releases>
                                <enabled>true</enabled>
                                <updatePolicy>daily</updatePolicy>
-                               <checksumPolicy>fail</checksumPolicy>
+                               <checksumPolicy>warn</checksumPolicy>
                        </releases>
-                       <snapshots>
-                               <enabled>false</enabled>
-                               <updatePolicy>never</updatePolicy>
-                               <checksumPolicy>fail</checksumPolicy>
-                       </snapshots>
-               </repository>
-               <repository>
-                       <id>argeo-snapshots</id>
-                       <url>http://dev.argeo.org/maven/argeo-snapshots</url>
-                       <releases>
-                               <enabled>false</enabled>
-                               <updatePolicy>never</updatePolicy>
-                               <checksumPolicy>fail</checksumPolicy>
-                       </releases>
-                       <snapshots>
-                               <enabled>true</enabled>
-                               <updatePolicy>always</updatePolicy>
-                               <checksumPolicy>fail</checksumPolicy>
-                       </snapshots>
                </repository>
        </repositories>
        <distributionManagement>
+               <repository>
+                       <id>staging</id>
+                       <url>dav:https://repo.argeo.org/data/files/java/org.argeo.slc-${developmentCycle.slc}.x</url>
+                       <uniqueVersion>false</uniqueVersion>
+               </repository>
                <site>
-                       <id>argeo-slc-site</id>
+                       <id>site</id>
                        <name>SLC Site</name>
-                       <url>file://${site.repoBase}/${developmentCycle.slc}/</url>
+                       <url>dav:https://repo.argeo.org/data/files/docs/org.argeo.slc-${developmentCycle.slc}.x</url>
                </site>
        </distributionManagement>
-       <reporting>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-project-info-reports-plugin</artifactId>
-                               <version>2.3.1</version>
-                               <reportSets>
-                                       <reportSet>
-                                               <reports>
-                                                       <report>index</report>
-                                                       <report>summary</report>
-                                                       <report>license</report>
-                                                       <report>scm</report>
-                                                       <report>issue-tracking</report>
-                                                       <report>dependencies</report>
-                                               </reports>
-                                       </reportSet>
-                                       <reportSet>
-                                               <inherited>false</inherited>
-                                               <reports>
-                                                       <report>project-team</report>
-                                               </reports>
-                                       </reportSet>
-                               </reportSets>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-javadoc-plugin</artifactId>
-                               <version>2.7</version>
-                               <inherited>false</inherited>
-                               <configuration>
-                                       <aggregate>true</aggregate>
-                                       <encoding>UTF-8</encoding>
-                               </configuration>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-jxr-plugin</artifactId>
-                               <version>2.2</version>
-                               <configuration>
-                                       <aggregate>true</aggregate>
-                               </configuration>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-surefire-report-plugin</artifactId>
-                               <version>2.7.1</version>
-                               <inherited>false</inherited>
-                               <configuration>
-                                       <aggregate>true</aggregate>
-                               </configuration>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>taglist-maven-plugin</artifactId>
-                               <version>2.4</version>
-                               <configuration>
-                                       <aggregate>true</aggregate>
-                                       <tags>
-                                               <tag>TODO</tag>
-                                               <tag>FIXME</tag>
-                                               <tag>@deprecated</tag>
-                                       </tags>
-                               </configuration>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-changelog-plugin</artifactId>
-                               <version>2.2</version>
-                               <inherited>false</inherited>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-pmd-plugin</artifactId>
-                               <version>2.3</version>
-                               <inherited>false</inherited>
-                               <configuration>
-                                       <linkXref>true</linkXref>
-                                       <targetJdk>1.5</targetJdk>
-                                       <aggregate>true</aggregate>
-                                       <excludes>
-                                               <exclude>**/springutil/*.java</exclude>
-                                       </excludes>
-                               </configuration>
-                               <reportSets>
-                                       <reportSet>
-                                               <reports>
-                                                       <report>cpd</report>
-                                               </reports>
-                                       </reportSet>
-                               </reportSets>
-                       </plugin>
-               </plugins>
-       </reporting>
-       <profiles>
-               <profile>
-                       <id>developer</id>
-                       <properties>
-                               <site.repoBase>file://${user.home}/dev/work/slcSite</site.repoBase>
-                               <site.urlBase>${site.repoBase}</site.urlBase>
-                       </properties>
-                       <distributionManagement>
-                               <snapshotRepository>
-                                       <uniqueVersion>true</uniqueVersion>
-                                       <id>argeo-snapshots-restricted</id>
-                                       <name>Argeo FOSS Snapshots Repository</name>
-                                       <url>scpexe://argeo.org/var/argeo/maven2/argeo-snapshots</url>
-                               </snapshotRepository>
-                       </distributionManagement>
-               </profile>
-               <profile>
-                       <id>release</id>
-                       <distributionManagement>
-                               <site>
-                                       <id>argeo-slc-site</id>
-                                       <name>SLC Site</name>
-                                       <url>file://${site.repoBase}/${version.slc}</url>
-                               </site>
-                       </distributionManagement>
-               </profile>
-       </profiles>
-
 </project>