[maven-release-plugin] prepare release argeo-commons-2.1.85
[lgpl/argeo-commons.git] / dep / org.argeo.dep.cms.sdk / pom.xml
index 6d2345702abee8319aef6748012af1dfa74c87cc..c7e4584d066f43e9e50d7b0cb7d224457429a6b8 100644 (file)
@@ -3,78 +3,50 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.49</version>
+               <version>2.1.85</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.49</version>
+                       <artifactId>org.argeo.dep.cms.e4.rap</artifactId>
+                       <version>2.1.85</version>
                        <type>pom</type>
                </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.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.redline-rpm</artifactId>
                </dependency>
                <dependency>
-                       <groupId>org.argeo.tp.sdk</groupId>
-                       <artifactId>org.redline-rpm</artifactId>
+                       <groupId>org.argeo.tp.misc</groupId>
+                       <artifactId>com.googlecode.javaewah.JavaEWAH</artifactId>
                </dependency>
                <dependency>
-                       <groupId>org.argeo.tp.sdk</groupId>
-                       <artifactId>org.tmatesoft.svnkit</artifactId>
+                       <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>
                                        </plugin>
+                                       <!-- <plugin> -->
+                                       <!-- <groupId>org.apache.maven.plugins</groupId> -->
+                                       <!-- <artifactId>maven-dependency-plugin</artifactId> -->
+                                       <!-- <executions> -->
+                                       <!-- <execution> -->
+                                       <!-- <id>copy-tp</id> -->
+                                       <!-- <phase>package</phase> -->
+                                       <!-- <goals> -->
+                                       <!-- <goal>copy-dependencies</goal> -->
+                                       <!-- </goals> -->
+                                       <!-- <configuration> -->
+                                       <!-- <includeTypes>jar</includeTypes> -->
+                                       <!-- <outputDirectory>${project.build.directory}/lib-tp</outputDirectory> -->
+                                       <!-- <excludeGroupIds>org.argeo.commons</excludeGroupIds> -->
+                                       <!-- <excludeTransitive>true</excludeTransitive> -->
+                                       <!-- <excludeArtifactIds>org.argeo.dep.cms.platform</excludeArtifactIds> -->
+                                       <!-- <includeTypes>jar</includeTypes> -->
+                                       <!-- <includeScope>runtime</includeScope> -->
+                                       <!-- <useRepositoryLayout>true</useRepositoryLayout> -->
+                                       <!-- </configuration> -->
+                                       <!-- </execution> -->
+                                       <!-- </executions> -->
+                                       <!-- </plugin> -->
                                        <plugin>
                                                <groupId>org.codehaus.mojo</groupId>
                                                <artifactId>rpm-maven-plugin</artifactId>
                                                                </goals>
                                                                <configuration>
                                                                        <name>argeo-cms-sdk-tp</name>
-                                                                       <projversion>${version.argeo-distribution}</projversion>
+                                                                       <projversion>${version.argeo-tp}</projversion>
                                                                        <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>