Search   Browse   Javadoc Search   Javadoc Browse   More
Maven-Focused Java Class and Archive Search Engine

Dependency Information / POM Inspector

Dependency Information
Maven Dependency
<dependency>
   <groupId>org.apache.xbean</groupId>
   <artifactId>xbean-spring</artifactId>
   <version>3.6</version>
</dependency>
Ivy Dependency
<dependency org="org.apache.xbean" name="xbean-spring" rev="3.6" />
Archive: /org/apache/xbean Project search for 'org.apache.xbean'/xbean-spring Project search for 'xbean-spring'/3.6/xbean-spring-3.6.jar Inspect contents of 'xbean-spring-3.6.jar'  
View Archive Details: xbean-spring-3.6.jar

Project Summary
Name: Apache XBean :: Spring
Description: xbean-spring provides a schema-driven proprietary namespace handler for spring contexts
Group ID:  Project search for 'org.apache.xbean' org.apache.xbean
Artifact ID:  Project search for 'xbean-spring' xbean-spring
Version: 3.6
Inspecting /org/apache/xbean Project search for 'org.apache.xbean'/xbean-spring Project search for 'xbean-spring'/3.6/xbean-spring-3.6.pom 
POM
<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">

    <!--

        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.

    -->

    <!-- $Rev: 432962 $ $Date: 2006-08-20 03:47:39 -0700 (Sun, 20 Aug 2006) $ -->

    <modelVersion>4.0.0</modelVersion>

    <parent>
        <artifactId>xbeanProject search for 'xbean'</artifactId>
        <groupId>org.apache.xbeanProject search for 'org.apache.xbean'</groupId>
        <version>3.6</version>
    </parent>

    <artifactId>xbean-springProject search for 'xbean-spring'</artifactId>
    <packaging>bundle</packaging>
    <name>Apache XBean :: Spring</name>

    <description>xbean-spring provides a schema-driven proprietary namespace handler for spring contexts</description>

    <properties>
        <xbean.osgi.import.pkg>
            com.thoughtworks.qdox*;resolution:=optional,
            org.apache.tools.ant*;resolution:=optional,
            org.springframework.core;resolution:=optional,
            org.springframework.web*;resolution:=optional,
            *
        </xbean.osgi.import.pkg>
    </properties>

    <dependencies>

        <dependency>
            <groupId>commons-loggingProject search for 'commons-logging'</groupId>
            <artifactId>commons-loggingProject search for 'commons-logging'</artifactId>
        </dependency>

        <dependency>
            <groupId>org.springframeworkProject search for 'org.springframework'</groupId>
            <artifactId>spring-beansProject search for 'spring-beans'</artifactId>
            <scope>provided</scope>
        </dependency>

        <dependency>
            <groupId>org.springframeworkProject search for 'org.springframework'</groupId>
            <artifactId>spring-contextProject search for 'spring-context'</artifactId>
            <scope>provided</scope>
        </dependency>

        <dependency>
            <groupId>org.springframeworkProject search for 'org.springframework'</groupId>
            <artifactId>spring-webProject search for 'spring-web'</artifactId>
            <optional>true</optional>
        </dependency>

        <dependency>
            <groupId>com.thoughtworks.qdoxProject search for 'com.thoughtworks.qdox'</groupId>
            <artifactId>qdoxProject search for 'qdox'</artifactId>
            <optional>true</optional>
        </dependency>

        <dependency>
            <groupId>antProject search for 'ant'</groupId>
            <artifactId>antProject search for 'ant'</artifactId>
            <optional>true</optional>
        </dependency>

    </dependencies>

    <build>
        <testResources>
            <testResource>
                <directory>src/test/resources</directory>
            </testResource>
            <testResource>
                <directory>target/test-generated</directory>
            </testResource>
        </testResources>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.pluginsProject search for 'org.apache.maven.plugins'</groupId>
                <artifactId>maven-surefire-pluginProject search for 'maven-surefire-plugin'</artifactId>
                <configuration>
                    <excludes>
                        <exclude>**/BeerUsingXBeanNSTest.java</exclude>
                    </excludes>
                </configuration>
            </plugin>
            <plugin>
                <artifactId>maven-antrun-pluginProject search for 'maven-antrun-plugin'</artifactId>
                <executions>
                    <execution>
                        <phase>process-classes</phase>
                        <goals>
                            <goal>run</goal>
                        </goals>
                        <configuration>
                            <tasks>
                                <taskdef classname="org.apache.xbean.spring.generator.MappingGeneratorTask" name="mapping">
                                    <classpath>
                                        <pathelement path="${basedir}/target/classes" />
                                        <pathelement path="${basedir}/target/test-classes" />
                                        <path refid="maven.runtime.classpath" />
                                    </classpath>
                                </taskdef>
                                <mapping namespace="http://xbean.apache.org/schemas/pizza" srcdir="src/test/java" destFile="target/restaurant.xsd" metaInfDir="${basedir}/target/test-generated/" />
                                <copy todir="${basedir}/target/test-classes">
                                    <fileset dir="${basedir}/target/test-generated" />
                                </copy>
                            </tasks>
                        </configuration>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.apache.felixProject search for 'org.apache.felix'</groupId>
                <artifactId>maven-bundle-pluginProject search for 'maven-bundle-plugin'</artifactId>
                <extensions>true</extensions>
                <configuration>
                    <instructions>
                        <Import-Package>
                            com.thoughtworks.qdox*;resolution:=optional,
                            org.apache.tools.ant*;resolution:=optional,
                            org.springframework.core;resolution:=optional,
                            org.springframework.web*;resolution:=optional,
                            *
                        </Import-Package>
                        <DynamicImport-Package>META-INF.services.org.apache.xbean.spring.*,META-INF.services.org.xbean.spring</DynamicImport-Package>
                        <_failok>true</_failok>
                    </instructions>
                </configuration>
            </plugin>
        </plugins>
    </build>

</project>