Clement Escoffier | 21b8082 | 2009-04-15 13:21:29 +0000 | [diff] [blame] | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 2 | 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> |
Clement Escoffier | 03e1db7 | 2010-05-01 10:21:51 +0000 | [diff] [blame] | 4 | |
| 5 | <parent> |
| 6 | <groupId>ipojo.tests</groupId> |
| 7 | <artifactId>ipojo.tests</artifactId> |
| 8 | <version>1.5.0-SNAPSHOT</version> |
| 9 | </parent> |
| 10 | |
Clement Escoffier | 21b8082 | 2009-04-15 13:21:29 +0000 | [diff] [blame] | 11 | <groupId>ipojo.tests</groupId> |
| 12 | <artifactId>org.apache.felix.ipojo.tests.api</artifactId> |
| 13 | <packaging>jar</packaging> |
Clement Escoffier | 8407505 | 2011-02-23 10:36:42 +0000 | [diff] [blame] | 14 | <version>${ipojo.api.snapshot}</version> |
Clement Escoffier | 21b8082 | 2009-04-15 13:21:29 +0000 | [diff] [blame] | 15 | <name>org.apache.felix.ipojo.tests.api</name> |
Clement Escoffier | 3457169 | 2009-06-28 13:44:55 +0000 | [diff] [blame] | 16 | |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 17 | <build> |
| 18 | <plugins> |
| 19 | <plugin> |
| 20 | <groupId>org.apache.maven.plugins</groupId> |
| 21 | <artifactId>maven-compiler-plugin</artifactId> |
| 22 | <configuration> |
| 23 | <source>1.5</source> |
| 24 | <target>1.5</target> |
| 25 | </configuration> |
| 26 | </plugin> |
| 27 | <plugin> |
| 28 | <groupId>org.apache.servicemix.tooling</groupId> |
| 29 | <artifactId>depends-maven-plugin</artifactId> |
Clement Escoffier | 03e1db7 | 2010-05-01 10:21:51 +0000 | [diff] [blame] | 30 | <version>1.2</version> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 31 | <executions> |
| 32 | <execution> |
| 33 | <id>generate-depends-file</id> |
| 34 | <goals> |
| 35 | <goal>generate-depends-file</goal> |
| 36 | </goals> |
| 37 | </execution> |
| 38 | </executions> |
| 39 | </plugin> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 40 | </plugins> |
| 41 | </build> |
Clement Escoffier | 3457169 | 2009-06-28 13:44:55 +0000 | [diff] [blame] | 42 | |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 43 | <dependencies> |
| 44 | <dependency> |
Clement Escoffier | 86215df | 2010-04-16 13:54:16 +0000 | [diff] [blame] | 45 | <groupId>org.osgi</groupId> |
| 46 | <artifactId>org.osgi.core</artifactId> |
Clement Escoffier | 86215df | 2010-04-16 13:54:16 +0000 | [diff] [blame] | 47 | </dependency> |
| 48 | <dependency> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 49 | <groupId>org.apache.felix</groupId> |
| 50 | <artifactId>org.apache.felix.ipojo</artifactId> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 51 | </dependency> |
| 52 | <dependency> |
| 53 | <groupId>org.apache.felix</groupId> |
| 54 | <artifactId>org.apache.felix.ipojo.api</artifactId> |
Clement Escoffier | 8407505 | 2011-02-23 10:36:42 +0000 | [diff] [blame] | 55 | <version>${ipojo.api.snapshot}</version> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 56 | </dependency> |
| 57 | <dependency> |
| 58 | <groupId>org.apache.felix</groupId> |
| 59 | <artifactId>org.apache.felix.ipojo.composite</artifactId> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 60 | </dependency> |
| 61 | <dependency> |
| 62 | <groupId>org.apache.felix</groupId> |
| 63 | <artifactId>org.apache.felix.ipojo.manipulator</artifactId> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 64 | </dependency> |
Clement Escoffier | 3457169 | 2009-06-28 13:44:55 +0000 | [diff] [blame] | 65 | |
Clement Escoffier | 2fdda12 | 2010-04-29 15:53:58 +0000 | [diff] [blame] | 66 | <!-- For external handler management --> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 67 | <dependency> |
| 68 | <groupId>org.apache.felix</groupId> |
| 69 | <artifactId>org.apache.felix.ipojo.handler.whiteboard</artifactId> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 70 | </dependency> |
Clement Escoffier | 3457169 | 2009-06-28 13:44:55 +0000 | [diff] [blame] | 71 | |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 72 | <!-- |
| 73 | Pax Exam API: |
| 74 | --> |
| 75 | <dependency> |
| 76 | <groupId>org.ops4j.pax.exam</groupId> |
| 77 | <artifactId>pax-exam</artifactId> |
Clement Escoffier | 2252e95 | 2009-09-01 17:54:57 +0000 | [diff] [blame] | 78 | <version>1.1.0</version> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 79 | </dependency> |
| 80 | <!-- |
| 81 | During runtime Pax Exam will discover the OSGi container to use by |
| 82 | searching metadata available into classpath. Pax Exam comes with a |
| 83 | default container that uses [Pax Runner] for implementing the |
| 84 | container requirements: |
| 85 | --> |
| 86 | <dependency> |
| 87 | <groupId>org.ops4j.pax.exam</groupId> |
| 88 | <artifactId>pax-exam-container-default |
| 89 | </artifactId> |
Clement Escoffier | 2252e95 | 2009-09-01 17:54:57 +0000 | [diff] [blame] | 90 | <version>1.1.0</version> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 91 | </dependency> |
| 92 | <!-- |
| 93 | If your test code is based on JUnit you will have to have the Junit |
| 94 | support artifact: |
| 95 | --> |
| 96 | <dependency> |
| 97 | <groupId>org.ops4j.pax.exam</groupId> |
| 98 | <artifactId>pax-exam-junit</artifactId> |
Clement Escoffier | 2252e95 | 2009-09-01 17:54:57 +0000 | [diff] [blame] | 99 | <version>1.1.0</version> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 100 | </dependency> |
| 101 | <dependency> |
| 102 | <groupId>junit</groupId> |
| 103 | <artifactId>junit</artifactId> |
| 104 | <version>4.5</version> |
| 105 | <type>jar</type> |
| 106 | <scope>test</scope> |
| 107 | </dependency> |
| 108 | </dependencies> |
Clement Escoffier | 3457169 | 2009-06-28 13:44:55 +0000 | [diff] [blame] | 109 | |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 110 | <repositories> |
| 111 | <repository> |
| 112 | <id>ops4j.releases</id> |
| 113 | <name>OPS4J Release</name> |
| 114 | <url> http://repository.ops4j.org/maven2/</url> |
| 115 | <releases> |
| 116 | <enabled>true</enabled> |
| 117 | </releases> |
| 118 | <snapshots> |
| 119 | <enabled>false</enabled> |
| 120 | </snapshots> |
| 121 | </repository> |
| 122 | </repositories> |
Clement Escoffier | 21b8082 | 2009-04-15 13:21:29 +0000 | [diff] [blame] | 123 | </project> |