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