Download tinybundles-ipojo-0.3.0.jar file

Introduction

You can download tinybundles-ipojo-0.3.0.jar in this page.

License

Apache License

Type List

tinybundles-ipojo-0.3.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.ow2.chameleon.testing/tinybundles-ipojo/pom.properties
META-INF/maven/org.ow2.chameleon.testing/tinybundles-ipojo/pom.xml
org.ow2.chameleon.testing.tinybundles.ipojo.ConsoleReporter.class
org.ow2.chameleon.testing.tinybundles.ipojo.IPOJOStrategy.class

Pom

tinybundles-ipojo-0.3.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
 Copyright 2009 OW2 Chameleon
 Licensed 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">
    <parent>
        <artifactId>parent-pom</artifactId>
        <groupId>org.ow2.chameleon</groupId>
        <version>0.3.2</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.ow2.chameleon.testing</groupId>
    <artifactId>tinybundles-ipojo</artifactId>
    <packaging>bundle</packaging>
    <name>OW2 Chameleon - Tinybundles : iPOJO Extension</name>
    <version>0.3.0</version>

    <dependencies>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>3.8.1</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.ops4j.pax.tinybundles</groupId>
            <artifactId>tinybundles</artifactId>
            <version>1.0.0</version>
        </dependency>
        <dependency>
            <groupId>org.apache.felix</groupId>
            <artifactId>org.apache.felix.ipojo.manipulator</artifactId>
            <version>1.8.6</version>
        </dependency>
        <dependency>
            <groupId>xerces</groupId>
            <artifactId>xercesImpl</artifactId>
            <version>2.4.0</version>
        </dependency>

        <dependency>
            <groupId>commons-io</groupId>
            <artifactId>commons-io</artifactId>
            <version>2.4</version>
        </dependency>
    </dependencies>

    <build>
        <resources>
            <resource>
                <directory>src/main/filtered</directory>
                <filtering>true</filtering>
                <targetPath>${build.directory}/filtered</targetPath>
            </resource>
        </resources>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <configuration>
                    <source>1.5</source>
                    <target>1.5</target>
                </configuration>
            </plugin>

            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>build-helper-maven-plugin</artifactId>
                <version>1.7</version>
                <executions>
                    <execution>
                        <id>add-source</id>
                        <phase>generate-sources</phase>
                        <goals>
                            <goal>add-source</goal>
                        </goals>
                        <configuration>
                            <sources>
                                <source>${build.directory}/filtered</source>
                            </sources>
                        </configuration>
                    </execution>
                </executions>
            </plugin>

            <plugin>
                <groupId>org.apache.felix</groupId>
                <artifactId>maven-bundle-plugin</artifactId>
                <extensions>true</extensions>
                <configuration>
                    <instructions>
                        <Export-Package>org.ow2.chameleon.testing.tinybundles.ipojo</Export-Package>
                        <Import-Package>*</Import-Package>
                    </instructions>
                </configuration>
            </plugin>
        </plugins>
    </build>

    <repositories>
        <repository>
            <id>aQute</id>
            <url>http://www.aQute.biz/repo</url>
        </repository>
    </repositories>



    <scm>
        <connection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/chameleon/releases/tinybundles-ipojo-0.3.0
        </connection>
        <developerConnection>
            scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/chameleon/releases/tinybundles-ipojo-0.3.0
        </developerConnection>
        <url>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/chameleon/releases/tinybundles-ipojo-0.3.0</url>
    </scm>
</project>

POM Entry

<dependency>
   <groupId>org.ow2.chameleon.testing</groupId>
   <artifactId>tinybundles-ipojo</artifactId>
   <version>0.3.0</version>
</dependency>

Download

If you think the following tinybundles-ipojo-0.3.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download tinybundles-ipojo-0.3.0.jar file




PreviousNext

Related