]> git.argeo.org Git - lgpl/argeo-commons.git/blob - dep/org.argeo.eclipse.dep.rap/pom.xml
[maven-release-plugin] prepare for next development iteration
[lgpl/argeo-commons.git] / dep / org.argeo.eclipse.dep.rap / 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 <artifactId>dep</artifactId>
7 <version>2.1.13-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.eclipse.dep.rap</artifactId>
11 <name>Eclipse RAP Dependencies</name>
12 <packaging>pom</packaging>
13 <dependencies>
14 <dependency>
15 <groupId>org.argeo.tp.rap.addons</groupId>
16 <artifactId>binaries</artifactId>
17 <version>${version.rap.addons}</version>
18 <type>pom</type>
19 <exclusions>
20 <exclusion>
21 <!-- TODO remove OSGi runtime from addons -->
22 <groupId>org.argeo.tp.rap.addons</groupId>
23 <artifactId>org.eclipse.osgi</artifactId>
24 </exclusion>
25 </exclusions>
26 </dependency>
27
28 <dependency>
29 <groupId>org.argeo.tp.rap.platform</groupId>
30 <artifactId>binaries</artifactId>
31 <version>${version.rap}</version>
32 <type>pom</type>
33 <exclusions>
34 <!-- Not used -->
35 <exclusion>
36 <groupId>org.argeo.tp.rap.platform</groupId>
37 <artifactId>org.eclipse.rap.ui.cheatsheets</artifactId>
38 </exclusion>
39
40 <!-- Example, demos -->
41 <exclusion>
42 <groupId>org.argeo.tp.rap.platform</groupId>
43 <artifactId>org.eclipse.rap.demo</artifactId>
44 </exclusion>
45 <exclusion>
46 <groupId>org.argeo.tp.rap.platform</groupId>
47 <artifactId>org.eclipse.rap.demo.databinding</artifactId>
48 </exclusion>
49 <exclusion>
50 <groupId>org.argeo.tp.rap.platform</groupId>
51 <artifactId>org.eclipse.rap.design.example</artifactId>
52 </exclusion>
53 <exclusion>
54 <groupId>org.argeo.tp.rap.platform</groupId>
55 <artifactId>org.eclipse.rap.demo.controls</artifactId>
56 </exclusion>
57 <exclusion>
58 <groupId>org.argeo.tp.rap.platform</groupId>
59 <artifactId>org.eclipse.rap.examples</artifactId>
60 </exclusion>
61 <exclusion>
62 <groupId>org.argeo.tp.rap.platform</groupId>
63 <artifactId>org.eclipse.rap.examples.pages</artifactId>
64 </exclusion>
65
66 <!-- Troublesome bundles -->
67 <exclusion>
68 <groupId>org.argeo.tp.rap.platform</groupId>
69 <artifactId>org.junit</artifactId>
70 </exclusion>
71 <exclusion>
72 <groupId>org.argeo.tp.rap.platform</groupId>
73 <artifactId>org.eclipse.rap.junit</artifactId>
74 </exclusion>
75 <exclusion>
76 <groupId>org.argeo.tp.rap.platform</groupId>
77 <artifactId>org.eclipse.jdt.junit.runtime</artifactId>
78 </exclusion>
79 <exclusion>
80 <groupId>org.argeo.tp.rap.platform</groupId>
81 <artifactId>org.eclipse.rap.junit.runtime</artifactId>
82 </exclusion>
83 <exclusion>
84 <groupId>org.argeo.tp.rap.platform</groupId>
85 <artifactId>org.eclipse.rap.rwt.testfixture</artifactId>
86 </exclusion>
87 <!-- Felix Gogo shell -->
88 <exclusion>
89 <groupId>org.argeo.tp.rap.platform</groupId>
90 <artifactId>org.apache.felix.gogo.runtime</artifactId>
91 </exclusion>
92 <exclusion>
93 <groupId>org.argeo.tp.rap.platform</groupId>
94 <artifactId>org.apache.felix.gogo.shell</artifactId>
95 </exclusion>
96 <exclusion>
97 <groupId>org.argeo.tp.rap.platform</groupId>
98 <artifactId>org.apache.felix.gogo.command</artifactId>
99 </exclusion>
100 <exclusion>
101 <groupId>org.argeo.tp.rap.platform</groupId>
102 <artifactId>org.eclipse.equinox.console</artifactId>
103 </exclusion>
104 </exclusions>
105 </dependency>
106
107 <!-- Needed by upload -->
108 <dependency>
109 <groupId>org.argeo.tp</groupId>
110 <artifactId>org.apache.commons.io</artifactId>
111 </dependency>
112 <dependency>
113 <groupId>org.argeo.tp</groupId>
114 <artifactId>org.apache.commons.fileupload</artifactId>
115 </dependency>
116
117 <!-- RAP Specific Dependencies -->
118 <!-- <dependency> -->
119 <!-- <groupId>org.argeo.tp</groupId> -->
120 <!-- <artifactId>javax.servlet</artifactId> -->
121 <!-- </dependency> -->
122
123 <!-- Security -->
124 <dependency>
125 <groupId>org.argeo.tp.rap</groupId>
126 <artifactId>org.eclipse.equinox.security</artifactId>
127 </dependency>
128
129 </dependencies>
130 <profiles>
131 <profile>
132 <id>check-osgi</id>
133 <build>
134 <plugins>
135 <plugin>
136 <groupId>org.argeo.maven.plugins</groupId>
137 <artifactId>maven-argeo-osgi-plugin</artifactId>
138 <executions>
139 <execution>
140 <id>check-osgi</id>
141 <phase>test</phase>
142 <goals>
143 <goal>equinox</goal>
144 </goals>
145 <configuration>
146 <onlyCheck>true</onlyCheck>
147 </configuration>
148 </execution>
149 </executions>
150 </plugin>
151 </plugins>
152 </build>
153 </profile>
154 <profile>
155 <id>rpmbuild-tp</id>
156 <build>
157 <plugins>
158 <plugin>
159 <groupId>org.codehaus.mojo</groupId>
160 <artifactId>rpm-maven-plugin</artifactId>
161 <executions>
162 <execution>
163 <id>rpm-rap</id>
164 <phase>package</phase>
165 <goals>
166 <goal>rpm</goal>
167 </goals>
168 <configuration>
169 <name>eclipse-rap</name>
170 <projversion>${version.rap}</projversion>
171 <mappings>
172 <mapping>
173 <directory>/usr/share/eclipse-rap</directory>
174 <username>root</username>
175 <groupname>root</groupname>
176 <filemode>644</filemode>
177 <directoryIncluded>false</directoryIncluded>
178 <dependency />
179 </mapping>
180 </mappings>
181 </configuration>
182 </execution>
183 </executions>
184 </plugin>
185 <plugin>
186 <artifactId>maven-antrun-plugin</artifactId>
187 <executions>
188 <execution>
189 <phase>install</phase>
190 <goals>
191 <goal>run</goal>
192 </goals>
193 <configuration>
194 <target>
195 <copy todir="${rpm.stagingRepository}" verbose="true">
196 <fileset dir="${project.build.directory}/rpm" includes="*/RPMS/**/*.rpm" />
197 <flattenmapper />
198 </copy>
199 </target>
200 </configuration>
201 </execution>
202 </executions>
203 </plugin>
204 </plugins>
205 </build>
206 </profile>
207 </profiles>
208 </project>