[maven-release-plugin] prepare release argeo-commons-2.1.91
[lgpl/argeo-commons.git] / dep / org.argeo.dep.cms.sdk / pom.xml
index cb3fdc81767d435ba5faa59e02f6afb0c858f4e5..d396327efc74706a1298ed36bd14529e51f003fa 100644 (file)
@@ -3,78 +3,63 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.50</version>
+               <version>2.1.91</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.dep.cms.sdk</artifactId>
        <name>CMS SDK</name>
        <dependencies>
+               <!-- Parent dependencies -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.dep.cms.platform</artifactId>
-                       <version>2.1.50</version>
+                       <artifactId>org.argeo.dep.cms.e4.rap</artifactId>
+                       <version>2.1.91</version>
                        <type>pom</type>
                </dependency>
 
-               <!-- ALM Third Parties -->
-               <dependency>
-                       <groupId>org.argeo.tp.apache.ant</groupId>
-                       <artifactId>org.apache.ant</artifactId>
-               </dependency>
+               <!-- OSGi Boot for platform generation only, as it could be used by regular 
+                       Java applications to launch an OSGi runtime. -->
                <dependency>
-                       <groupId>org.argeo.tp.apache.ant</groupId>
-                       <artifactId>org.apache.ant.launch</artifactId>
+                       <groupId>org.argeo.commons</groupId>
+                       <artifactId>org.argeo.osgi.boot</artifactId>
+                       <version>2.1.91</version>
+                       <scope>test</scope>
                </dependency>
+
+               <!-- ALM Third Parties -->
+               <!-- <dependency> -->
+               <!-- <groupId>org.argeo.tp.apache.ant</groupId> -->
+               <!-- <artifactId>org.apache.ant</artifactId> -->
+               <!-- </dependency> -->
+               <!-- <dependency> -->
+               <!-- <groupId>org.argeo.tp.apache.ant</groupId> -->
+               <!-- <artifactId>org.apache.ant.launch</artifactId> -->
+               <!-- </dependency> -->
+
                <dependency>
                        <groupId>org.argeo.tp.sdk</groupId>
-                       <artifactId>biz.aQute.bnd</artifactId>
+                       <artifactId>biz.aQute.bndlib</artifactId>
                </dependency>
                <dependency>
                        <groupId>org.argeo.tp.sdk</groupId>
                        <artifactId>org.junit</artifactId>
                </dependency>
-
-               <!-- SLC -->
                <dependency>
                        <groupId>org.argeo.tp.sdk</groupId>
-                       <artifactId>org.dbunit</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.aether</groupId>
-                       <artifactId>org.eclipse.aether.api</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.aether</groupId>
-                       <artifactId>org.eclipse.aether.spi</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.aether</groupId>
-                       <artifactId>org.eclipse.aether.util</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.aether</groupId>
-                       <artifactId>org.eclipse.aether.impl</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.aether</groupId>
-                       <artifactId>org.eclipse.aether.connector.basic</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.aether</groupId>
-                       <artifactId>org.eclipse.aether.transport.classpath</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.aether</groupId>
-                       <artifactId>org.eclipse.aether.transport.file</artifactId>
+                       <artifactId>org.hamcrest</artifactId>
                </dependency>
                <dependency>
                        <groupId>org.argeo.tp.sdk</groupId>
                        <artifactId>org.redline-rpm</artifactId>
                </dependency>
                <dependency>
-                       <groupId>org.argeo.tp.sdk</groupId>
-                       <artifactId>org.tmatesoft.svnkit</artifactId>
+                       <groupId>org.argeo.tp.misc</groupId>
+                       <artifactId>com.googlecode.javaewah.JavaEWAH</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp.misc</groupId>
+                       <artifactId>org.eclipse.jgit</artifactId>
                </dependency>
        </dependencies>
 
                        <build>
                                <plugins>
                                        <plugin>
-                                               <groupId>org.apache.maven.plugins</groupId>
-                                               <artifactId>maven-dependency-plugin</artifactId>
+                                               <artifactId>maven-assembly-plugin</artifactId>
                                                <executions>
                                                        <execution>
-                                                               <id>copy-tp</id>
+                                                               <id>prepare-source-tp</id>
                                                                <phase>package</phase>
                                                                <goals>
-                                                                       <goal>copy-dependencies</goal>
+                                                                       <goal>single</goal>
                                                                </goals>
                                                                <configuration>
-                                                                       <includeTypes>jar</includeTypes>
-                                                                       <outputDirectory>${project.build.directory}/lib-tp</outputDirectory>
-                                                                       <excludeGroupIds>org.argeo.commons</excludeGroupIds>
-                                                                       <excludeTransitive>true</excludeTransitive>
-                                                                       <includeTypes>jar</includeTypes>
-                                                                       <includeScope>runtime</includeScope>
-                                                                       <useRepositoryLayout>true</useRepositoryLayout>
+                                                                       <descriptorRefs>
+                                                                               <descriptorRef>a2-source-tp</descriptorRef>
+                                                                       </descriptorRefs>
                                                                </configuration>
                                                        </execution>
                                                </executions>
                                                                </goals>
                                                                <configuration>
                                                                        <name>argeo-cms-sdk-tp</name>
-                                                                       <projversion>${version.argeo-distribution}</projversion>
+                                                                       <projversion>${version.argeo-tp}</projversion>
+                                                                       <release>${maven.build.timestamp}</release>
                                                                        <mappings>
                                                                                <mapping>
                                                                                        <directory>/usr/share/osgi</directory>
                                                                                        <directoryIncluded>false</directoryIncluded>
                                                                                        <sources>
                                                                                                <source>
-                                                                                                       <location>${project.build.directory}/lib-tp</location>
+                                                                                                       <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source-tp</location>
                                                                                                        <includes>
                                                                                                                <include>**/*.jar</include>
                                                                                                        </includes>