]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.dep.cms.sdk/pom.xml
Prepare next development cycle
[lgpl/argeo-commons.git] / org.argeo.dep.cms.sdk / pom.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <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">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.commons</groupId>
6 <version>2.1.77</version>
7 <artifactId>dep</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.dep.cms.sdk</artifactId>
11 <name>CMS SDK</name>
12 <dependencies>
13 <!-- Parent dependencies -->
14 <dependency>
15 <groupId>org.argeo.commons</groupId>
16 <artifactId>org.argeo.dep.cms.platform</artifactId>
17 <version>2.1.77</version>
18 <type>pom</type>
19 </dependency>
20
21 <!-- ALM Third Parties -->
22 <dependency>
23 <groupId>org.argeo.tp.apache.ant</groupId>
24 <artifactId>org.apache.ant</artifactId>
25 </dependency>
26 <dependency>
27 <groupId>org.argeo.tp.apache.ant</groupId>
28 <artifactId>org.apache.ant.launch</artifactId>
29 </dependency>
30 <dependency>
31 <groupId>org.argeo.tp.sdk</groupId>
32 <artifactId>biz.aQute.bnd</artifactId>
33 </dependency>
34 <dependency>
35 <groupId>org.argeo.tp.sdk</groupId>
36 <artifactId>org.junit</artifactId>
37 </dependency>
38
39 <!-- SLC -->
40 <dependency>
41 <groupId>org.argeo.tp.sdk</groupId>
42 <artifactId>org.dbunit</artifactId>
43 </dependency>
44 <!-- <dependency> -->
45 <!-- <groupId>org.argeo.tp.aether</groupId> -->
46 <!-- <artifactId>org.eclipse.aether.api</artifactId> -->
47 <!-- </dependency> -->
48 <!-- <dependency> -->
49 <!-- <groupId>org.argeo.tp.aether</groupId> -->
50 <!-- <artifactId>org.eclipse.aether.spi</artifactId> -->
51 <!-- </dependency> -->
52 <!-- <dependency> -->
53 <!-- <groupId>org.argeo.tp.aether</groupId> -->
54 <!-- <artifactId>org.eclipse.aether.util</artifactId> -->
55 <!-- </dependency> -->
56 <!-- <dependency> -->
57 <!-- <groupId>org.argeo.tp.aether</groupId> -->
58 <!-- <artifactId>org.eclipse.aether.impl</artifactId> -->
59 <!-- </dependency> -->
60 <!-- <dependency> -->
61 <!-- <groupId>org.argeo.tp.aether</groupId> -->
62 <!-- <artifactId>org.eclipse.aether.connector.basic</artifactId> -->
63 <!-- </dependency> -->
64 <!-- <dependency> -->
65 <!-- <groupId>org.argeo.tp.aether</groupId> -->
66 <!-- <artifactId>org.eclipse.aether.transport.classpath</artifactId> -->
67 <!-- </dependency> -->
68 <!-- <dependency> -->
69 <!-- <groupId>org.argeo.tp.aether</groupId> -->
70 <!-- <artifactId>org.eclipse.aether.transport.file</artifactId> -->
71 <!-- </dependency> -->
72 <dependency>
73 <groupId>org.argeo.tp.sdk</groupId>
74 <artifactId>org.redline-rpm</artifactId>
75 </dependency>
76 <!-- <dependency> -->
77 <!-- <groupId>org.argeo.tp.sdk</groupId> -->
78 <!-- <artifactId>org.tmatesoft.svnkit</artifactId> -->
79 <!-- </dependency> -->
80 <dependency>
81 <groupId>org.argeo.tp.misc</groupId>
82 <artifactId>com.googlecode.javaewah.JavaEWAH</artifactId>
83 </dependency>
84 <dependency>
85 <groupId>org.argeo.tp.misc</groupId>
86 <artifactId>org.eclipse.jgit</artifactId>
87 </dependency>
88
89 <!-- <dependency> -->
90 <!-- <groupId>org.argeo.tp.misc</groupId> -->
91 <!-- <artifactId>org.postgresql.postgresql</artifactId> -->
92 <!-- </dependency> -->
93 <!-- <dependency> -->
94 <!-- <groupId>org.argeo.tp.misc</groupId> -->
95 <!-- <artifactId>org.h2</artifactId> -->
96 <!-- </dependency> -->
97 </dependencies>
98
99 <profiles>
100 <profile>
101 <id>rpmbuild-tp</id>
102 <build>
103 <plugins>
104 <plugin>
105 <artifactId>maven-assembly-plugin</artifactId>
106 <executions>
107 <execution>
108 <id>prepare-source-tp</id>
109 <phase>package</phase>
110 <goals>
111 <goal>single</goal>
112 </goals>
113 <configuration>
114 <descriptorRefs>
115 <descriptorRef>a2-source-tp</descriptorRef>
116 </descriptorRefs>
117 </configuration>
118 </execution>
119 </executions>
120 </plugin>
121 <!-- <plugin> -->
122 <!-- <groupId>org.apache.maven.plugins</groupId> -->
123 <!-- <artifactId>maven-dependency-plugin</artifactId> -->
124 <!-- <executions> -->
125 <!-- <execution> -->
126 <!-- <id>copy-tp</id> -->
127 <!-- <phase>package</phase> -->
128 <!-- <goals> -->
129 <!-- <goal>copy-dependencies</goal> -->
130 <!-- </goals> -->
131 <!-- <configuration> -->
132 <!-- <includeTypes>jar</includeTypes> -->
133 <!-- <outputDirectory>${project.build.directory}/lib-tp</outputDirectory> -->
134 <!-- <excludeGroupIds>org.argeo.commons</excludeGroupIds> -->
135 <!-- <excludeTransitive>true</excludeTransitive> -->
136 <!-- <excludeArtifactIds>org.argeo.dep.cms.platform</excludeArtifactIds> -->
137 <!-- <includeTypes>jar</includeTypes> -->
138 <!-- <includeScope>runtime</includeScope> -->
139 <!-- <useRepositoryLayout>true</useRepositoryLayout> -->
140 <!-- </configuration> -->
141 <!-- </execution> -->
142 <!-- </executions> -->
143 <!-- </plugin> -->
144 <plugin>
145 <groupId>org.codehaus.mojo</groupId>
146 <artifactId>rpm-maven-plugin</artifactId>
147 <executions>
148 <execution>
149 <id>rpm-tp</id>
150 <phase>package</phase>
151 <goals>
152 <goal>rpm</goal>
153 </goals>
154 <configuration>
155 <name>argeo-cms-sdk-tp</name>
156 <projversion>${version.argeo-tp}</projversion>
157 <mappings>
158 <mapping>
159 <directory>/usr/share/osgi</directory>
160 <username>root</username>
161 <groupname>root</groupname>
162 <filemode>644</filemode>
163 <directoryIncluded>false</directoryIncluded>
164 <sources>
165 <source>
166 <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source-tp</location>
167 <includes>
168 <include>**/*.jar</include>
169 </includes>
170 </source>
171 </sources>
172 </mapping>
173 </mappings>
174 <requires>
175 <require>argeo-cms-platform-tp</require>
176 </requires>
177 </configuration>
178 </execution>
179 </executions>
180 </plugin>
181 </plugins>
182 </build>
183 </profile>
184 </profiles>
185 </project>