| <?xml version="1.0" encoding="UTF-8"?> | |
| <!-- | |
| * Licensed to the Apache Software Foundation (ASF) under one * or more | |
| contributor license agreements. See the NOTICE file * distributed with | |
| this work for additional information * regarding copyright ownership. | |
| The ASF licenses this file * to you under the Apache License, Version | |
| 2.0 (the * "License"); you may not use this file except in compliance | |
| * with the License. You may obtain a copy of the License at * * | |
| http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by | |
| applicable law or agreed to in writing, * software distributed under | |
| the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES | |
| OR CONDITIONS OF ANY * KIND, either express or implied. See the | |
| License for the * specific language governing permissions and | |
| limitations * under the License. | |
| --> | |
| <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"> | |
| <modelVersion>4.0.0</modelVersion> | |
| <parent> | |
| <groupId>words</groupId> | |
| <artifactId>words</artifactId> | |
| <version>0.4-SNAPSHOT</version> | |
| </parent> | |
| <artifactId>words-assembly</artifactId> | |
| <name>Apache Aries words demo assembly</name> | |
| <packaging>pom</packaging> | |
| <dependencies> | |
| <!-- Base (JDBC) platform dependencies --> | |
| <dependency> | |
| <groupId>org.eclipse</groupId> | |
| <artifactId>osgi</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.eclipse.equinox</groupId> | |
| <artifactId>cm</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.eclipse.osgi</groupId> | |
| <artifactId>services</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.ops4j.pax.logging</groupId> | |
| <artifactId>pax-logging-api</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.ops4j.pax.logging</groupId> | |
| <artifactId>pax-logging-service</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.ops4j.pax.web</groupId> | |
| <artifactId>pax-web-extender-war</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.ops4j.pax.web</groupId> | |
| <artifactId>pax-web-jetty-bundle</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.ops4j.pax.web</groupId> | |
| <artifactId>pax-web-jsp</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.derby</groupId> | |
| <artifactId>derby</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.derby</groupId> | |
| <artifactId>derbytools</artifactId> | |
| <version>10.5.3.0_1</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.felix</groupId> | |
| <artifactId>org.apache.felix.fileinstall</artifactId> | |
| </dependency> | |
| <!-- Additional (JPA persistence layer) platform dependencies --> | |
| <dependency> | |
| <groupId>org.apache.geronimo.specs</groupId> | |
| <artifactId>geronimo-jpa_2.0_spec</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.geronimo.specs</groupId> | |
| <artifactId>geronimo-jta_1.1_spec</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.geronimo.specs</groupId> | |
| <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.geronimo.components</groupId> | |
| <artifactId>geronimo-transaction</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.openjpa</groupId> | |
| <artifactId>openjpa</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.openjpa</groupId> | |
| <artifactId>openjpa-all</artifactId> | |
| <version>2.0.0</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>commons-lang</groupId> | |
| <artifactId>commons-lang</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>commons-collections</groupId> | |
| <artifactId>commons-collections</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>commons-pool</groupId> | |
| <artifactId>commons-pool</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.servicemix.bundles</groupId> | |
| <artifactId>org.apache.servicemix.bundles.serp</artifactId> | |
| </dependency> | |
| <!-- Base (JDBC) Aries dependencies --> | |
| <dependency> | |
| <groupId>org.apache.aries.blueprint</groupId> | |
| <artifactId>org.apache.aries.blueprint</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.aries</groupId> | |
| <artifactId>org.apache.aries.util</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.aries.jndi</groupId> | |
| <artifactId>org.apache.aries.jndi</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.aries.application</groupId> | |
| <artifactId>org.apache.aries.application.install</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.aries.application</groupId> | |
| <artifactId>org.apache.aries.application.api</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.aries.application</groupId> | |
| <artifactId>org.apache.aries.application.management</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.aries.application</groupId> | |
| <artifactId>org.apache.aries.application.runtime</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.aries.application</groupId> | |
| <artifactId>org.apache.aries.application.utils</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.aries.application</groupId> | |
| <artifactId>org.apache.aries.application.modeller</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.aries.application</groupId> | |
| <artifactId>org.apache.aries.application.deployment.management</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.aries.application</groupId> | |
| <artifactId>org.apache.aries.application.resolver.noop</artifactId> | |
| </dependency> | |
| <!-- Additional (JPA persistence layer) Aries dependencies --> | |
| <dependency> | |
| <groupId>org.apache.aries.jpa</groupId> | |
| <artifactId>org.apache.aries.jpa.api</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>asm</groupId> | |
| <artifactId>asm-all</artifactId> | |
| <version>3.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.aries.jpa</groupId> | |
| <artifactId>org.apache.aries.jpa.container</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.aries.jpa</groupId> | |
| <artifactId>org.apache.aries.jpa.blueprint.aries</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.aries.jpa</groupId> | |
| <artifactId>org.apache.aries.jpa.container.context</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.aries.transaction</groupId> | |
| <artifactId>org.apache.aries.transaction.manager</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.aries.transaction</groupId> | |
| <artifactId>org.apache.aries.transaction.blueprint</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.aries.transaction</groupId> | |
| <artifactId>org.apache.aries.transaction.wrappers</artifactId> | |
| </dependency> | |
| <!-- Words sample datasource --> | |
| <dependency> | |
| <groupId>words</groupId> | |
| <artifactId>words-datasource</artifactId> | |
| </dependency> | |
| </dependencies> | |
| <build> | |
| <plugins> | |
| <plugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-resources-plugin</artifactId> | |
| <configuration> | |
| <outputDirectory>${project.build.directory}</outputDirectory> | |
| </configuration> | |
| <executions> | |
| <execution> | |
| <id>filter</id> | |
| <phase>generate-resources</phase> | |
| <goals> | |
| <goal>resources</goal> | |
| </goals> | |
| </execution> | |
| </executions> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-dependency-plugin</artifactId> | |
| <executions> | |
| <execution> | |
| <id>copy</id> | |
| <phase>package</phase> | |
| <goals> | |
| <goal>copy-dependencies</goal> | |
| </goals> | |
| <configuration> | |
| <excludeTransitive>true</excludeTransitive> | |
| <outputDirectory>${project.build.directory}</outputDirectory> | |
| </configuration> | |
| </execution> | |
| </executions> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.codehaus.mojo</groupId> | |
| <artifactId>exec-maven-plugin</artifactId> | |
| <version>1.1.1</version> | |
| <executions> | |
| <execution> | |
| <phase>install</phase> | |
| <goals> | |
| <goal>java</goal> | |
| </goals> | |
| <configuration> | |
| <mainClass>org.apache.derby.tools.ij</mainClass> | |
| <arguments> | |
| <argument>${project.build.directory}/createDB.sql</argument> | |
| </arguments> | |
| </configuration> | |
| </execution> | |
| </executions> | |
| </plugin> | |
| </plugins> | |
| </build> | |
| </project> |