]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.util/pom.xml
Prepare next development cycle
[lgpl/argeo-commons.git] / org.argeo.util / pom.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?><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">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.argeo.commons.base</groupId>
5 <artifactId>runtime</artifactId>
6 <version>1.1.9-SNAPSHOT</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.util</artifactId>
10 <name>Commons Util (no third party dependencies)</name>
11 <build>
12 <plugins>
13 <plugin>
14 <groupId>org.apache.felix</groupId>
15 <artifactId>maven-bundle-plugin</artifactId>
16 <configuration>
17 <instructions>
18 <Export-Package>
19 org.argeo.*
20 </Export-Package>
21 </instructions>
22 </configuration>
23 </plugin>
24 </plugins>
25 </build>
26 <dependencies>
27 <dependency>
28 <groupId>org.argeo.tp</groupId>
29 <artifactId>junit</artifactId>
30 <scope>test</scope>
31 </dependency>
32 </dependencies>
33 </project>