]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.security.equinox/pom.xml
[maven-release-plugin] prepare for next development iteration
[lgpl/argeo-commons.git] / org.argeo.security.equinox / 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.13-SNAPSHOT</version>
7 <artifactId>argeo-commons</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.security.equinox</artifactId>
11 <name>Commons Security Equinox</name>
12 <packaging>jar</packaging>
13 <build>
14 <plugins>
15 <plugin>
16 <groupId>org.apache.maven.plugins</groupId>
17 <artifactId>maven-compiler-plugin</artifactId>
18 </plugin>
19 <plugin>
20 <groupId>org.apache.maven.plugins</groupId>
21 <artifactId>maven-source-plugin</artifactId>
22 </plugin>
23 <plugin>
24 <groupId>org.apache.maven.plugins</groupId>
25 <artifactId>maven-jar-plugin</artifactId>
26 </plugin>
27 <plugin>
28 <groupId>org.apache.felix</groupId>
29 <artifactId>maven-bundle-plugin</artifactId>
30 <configuration>
31 <instructions>
32 <Bundle-SymbolicName>${project.artifactId};singleton:=true</Bundle-SymbolicName>
33 <Import-Package>*,
34 org.springframework.core,
35 org.argeo.eclipse.spring
36 </Import-Package>
37 </instructions>
38 </configuration>
39 </plugin>
40 </plugins>
41 </build>
42 <dependencies>
43
44 <!-- Eclipse -->
45 <!-- <dependency> -->
46 <!-- <groupId>org.argeo.tp</groupId> -->
47 <!-- <artifactId>org.eclipse.osgi</artifactId> -->
48 <!-- </dependency> -->
49
50 <!-- Generic Eclipse Utilities -->
51 <dependency>
52 <groupId>org.argeo.commons</groupId>
53 <artifactId>org.argeo.eclipse.ui.workbench</artifactId>
54 <version>2.1.13-SNAPSHOT</version>
55 </dependency>
56
57 <!-- RAP only dependency, needed at compile time -->
58 <!-- <dependency>
59 <groupId>org.argeo.commons</groupId>
60 <artifactId>org.argeo.eclipse.dep.rap</artifactId>
61 <type>pom</type>
62 <version>2.1.12-SNAPSHOT</version>
63 <scope>provided</scope>
64 </dependency> -->
65
66 <!-- Commons -->
67 <dependency>
68 <groupId>org.argeo.commons</groupId>
69 <artifactId>org.argeo.util</artifactId>
70 <version>2.1.13-SNAPSHOT</version>
71 </dependency>
72 <dependency>
73 <groupId>org.argeo.commons</groupId>
74 <artifactId>org.argeo.security.core</artifactId>
75 <version>2.1.13-SNAPSHOT</version>
76 </dependency>
77
78 <!-- Spring -->
79 <!-- <dependency> -->
80 <!-- <groupId>org.argeo.tp</groupId> -->
81 <!-- <artifactId>org.springframework.security.core</artifactId> -->
82 <!-- </dependency> -->
83 </dependencies>
84 </project>