Download brooklyn-software-base-0.6.0.jar file

Introduction

You can download brooklyn-software-base-0.6.0.jar in this page.

License

Apache License

Type List

brooklyn-software-base-0.6.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/io.brooklyn/brooklyn-software-base/pom.properties
META-INF/maven/io.brooklyn/brooklyn-software-base/pom.xml
brooklyn-jmxmp-agent-shaded-0.6.0.jar
brooklyn-jmxrmi-agent-0.6.0.jar
brooklyn.entity.basic.AbstractApplication.class
brooklyn.entity.basic.AbstractConfigurableEntityFactory.class
brooklyn.entity.basic.AbstractEffector.class
brooklyn.entity.basic.AbstractEntity.class
brooklyn.entity.basic.AbstractGroup.class
brooklyn.entity.basic.AbstractGroupImpl.class
brooklyn.entity.basic.AbstractSoftwareProcessDriver.class
brooklyn.entity.basic.AbstractSoftwareProcessSshDriver.class
brooklyn.entity.basic.ApplicationBuilder.class
brooklyn.entity.basic.Attributes.class
brooklyn.entity.basic.BasicApplication.class
brooklyn.entity.basic.BasicApplicationImpl.class
brooklyn.entity.basic.BasicConfigurableEntityFactory.class
brooklyn.entity.basic.BasicEntity.class
brooklyn.entity.basic.BasicEntityImpl.class
brooklyn.entity.basic.BasicGroup.class
brooklyn.entity.basic.BasicGroupImpl.class
brooklyn.entity.basic.BasicParameterType.class
brooklyn.entity.basic.BasicStartable.class
brooklyn.entity.basic.BasicStartableImpl.class
brooklyn.entity.basic.BrooklynConfigKeys.class
brooklyn.entity.basic.BrooklynTasks.class
brooklyn.entity.basic.ClosureEntityFactory.class
brooklyn.entity.basic.ConfigKeys.class
brooklyn.entity.basic.ConfigMapViewWithStringKeys.class
brooklyn.entity.basic.ConfigurableEntityFactory.class
brooklyn.entity.basic.ConfigurableEntityFactoryFromEntityFactory.class
brooklyn.entity.basic.DefaultValue.class
brooklyn.entity.basic.Description.class
brooklyn.entity.basic.DynamicGroup.class
brooklyn.entity.basic.DynamicGroupImpl.class
brooklyn.entity.basic.EffectorStartableImpl.class
brooklyn.entity.basic.EffectorUtils.class
brooklyn.entity.basic.EmptySoftwareProcess.class
brooklyn.entity.basic.EmptySoftwareProcessDriver.class
brooklyn.entity.basic.EmptySoftwareProcessImpl.class
brooklyn.entity.basic.EmptySoftwareProcessSshDriver.class
brooklyn.entity.basic.Entities.class
brooklyn.entity.basic.EntityAndAttribute.class
brooklyn.entity.basic.EntityConfigMap.class
brooklyn.entity.basic.EntityDynamicType.class
brooklyn.entity.basic.EntityFactory.class
brooklyn.entity.basic.EntityFactoryForLocation.class
brooklyn.entity.basic.EntityInternal.class
brooklyn.entity.basic.EntityLocal.class
brooklyn.entity.basic.EntityPredicates.class
brooklyn.entity.basic.EntityReferences.class
brooklyn.entity.basic.EntityTypeSnapshot.class
brooklyn.entity.basic.EntityTypes.class
brooklyn.entity.basic.ExplicitEffector.class
brooklyn.entity.basic.Lifecycle.class
brooklyn.entity.basic.MethodEffector.class
brooklyn.entity.basic.NamedParameter.class
brooklyn.entity.basic.PolicyDescriptor.class
brooklyn.entity.basic.SameServerEntity.class
brooklyn.entity.basic.SameServerEntityImpl.class
brooklyn.entity.basic.SoftwareProcess.class
brooklyn.entity.basic.SoftwareProcessDriver.class
brooklyn.entity.basic.SoftwareProcessDriverLifecycleEffectorTasks.class
brooklyn.entity.basic.SoftwareProcessImpl.class
brooklyn.entity.basic.StartableApplication.class
brooklyn.entity.basic.lifecycle.CommonCommands.class
brooklyn.entity.basic.lifecycle.NaiveScriptRunner.class
brooklyn.entity.basic.lifecycle.ScriptHelper.class
brooklyn.entity.basic.lifecycle.ScriptPart.class
brooklyn.entity.basic.lifecycle.ScriptRunner.class
brooklyn.entity.brooklynnode.BrooklynNode.class
brooklyn.entity.brooklynnode.BrooklynNodeDriver.class
brooklyn.entity.brooklynnode.BrooklynNodeImpl.class
brooklyn.entity.brooklynnode.BrooklynNodeSshDriver.class
brooklyn.entity.chef.ChefAttributeFeed.class
brooklyn.entity.chef.ChefBashCommands.class
brooklyn.entity.chef.ChefConfig.class
brooklyn.entity.chef.ChefConfigs.class
brooklyn.entity.chef.ChefLifecycleEffectorTasks.class
brooklyn.entity.chef.ChefServerTasks.class
brooklyn.entity.chef.ChefSoloDriver.class
brooklyn.entity.chef.ChefSoloTasks.class
brooklyn.entity.chef.ChefTasks.class
brooklyn.entity.chef.KnifeConvergeTaskFactory.class
brooklyn.entity.chef.KnifeTaskFactory.class
brooklyn.entity.java.JarBuilder.class
brooklyn.entity.java.JavaAppUtils.class
brooklyn.entity.java.JavaEntityMethods.class
brooklyn.entity.java.JavaSoftwareProcessDriver.class
brooklyn.entity.java.JavaSoftwareProcessSshDriver.class
brooklyn.entity.java.JmxSupport.class
brooklyn.entity.java.JmxmpSslSupport.class
brooklyn.entity.java.UsesJava.class
brooklyn.entity.java.UsesJavaMXBeans.class
brooklyn.entity.java.UsesJmx.class
brooklyn.entity.java.VanillaJavaApp.class
brooklyn.entity.java.VanillaJavaAppDriver.class
brooklyn.entity.java.VanillaJavaAppSshDriver.class
brooklyn.entity.software.MachineLifecycleEffectorTasks.class
brooklyn.entity.software.ProvidesProvisioningFlags.class
brooklyn.entity.software.SshEffectorTasks.class
brooklyn.event.feed.jmx.JmxAttributePollConfig.class
brooklyn.event.feed.jmx.JmxFeed.class
brooklyn.event.feed.jmx.JmxHelper.class
brooklyn.event.feed.jmx.JmxNotificationFilters.class
brooklyn.event.feed.jmx.JmxNotificationSubscriptionConfig.class
brooklyn.event.feed.jmx.JmxOperationPollConfig.class
brooklyn.event.feed.jmx.JmxValueFunctions.class

Pom

brooklyn-software-base-0.6.0.pom file content.

<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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <packaging>bundle</packaging>

    <artifactId>brooklyn-software-base</artifactId>

    <name>Brooklyn Software Base</name>
    <description>
		Base classes for Brooklyn software process entities
	</description>
    <parent>
        <groupId>io.brooklyn</groupId>
        <artifactId>brooklyn-parent</artifactId>
        <version>0.6.0</version>  <!-- BROOKLYN_VERSION -->
        <relativePath>../../pom.xml</relativePath>
    </parent>

    <dependencies>
        <dependency>
            <groupId>io.brooklyn</groupId>
            <artifactId>brooklyn-core</artifactId>
        </dependency>
        <dependency>
            <groupId>io.brooklyn</groupId>
            <artifactId>brooklyn-jmxmp-agent</artifactId>
            <version>${brooklyn.version}</version>
        </dependency>
        <dependency>
            <groupId>io.brooklyn</groupId>
            <artifactId>brooklyn-jmxrmi-agent</artifactId>
            <version>${brooklyn.version}</version>
        </dependency>

        <dependency>
            <groupId>io.brooklyn</groupId>
            <artifactId>brooklyn-policy</artifactId>
        </dependency>

        <dependency>
            <groupId>org.freemarker</groupId>
            <artifactId>freemarker</artifactId>
            <version>${freemarker.version}</version>
        </dependency>

        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>brooklyn-test-support</artifactId>
            <scope>test</scope>
        </dependency>
        <!-- bring in jclouds for testing -->
        <dependency>
            <groupId>io.brooklyn</groupId>
            <artifactId>brooklyn-locations-jclouds</artifactId>
            <version>${brooklyn.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-core</artifactId>
            <version>${mockito.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>io.brooklyn</groupId>
            <artifactId>brooklyn-core</artifactId>
            <version>${project.version}</version>
            <classifier>tests</classifier>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>mx4j</groupId>
            <artifactId>mx4j-tools</artifactId>
            <version>${mx4j.version}</version>
            <scope>test</scope>
        </dependency>
    </dependencies>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.felix</groupId>
                <artifactId>maven-bundle-plugin</artifactId>
                <configuration>
                    <instructions>
                        <Include-Resource>{maven-resources}, target/classes/brooklyn-jmxmp-agent-shaded-${project.version}.jar, target/classes/brooklyn-jmxrmi-agent-${project.version}.jar</Include-Resource>
                    </instructions>
                </configuration>
            </plugin>
            <plugin>
                <artifactId>maven-dependency-plugin</artifactId>
                <!-- copy the JMX agent JAR  files so they are available on the classpath for programmatic deployment -->
                <!-- NB this can fail in eclipse trying to copy _from_ target/classes. see http://jira.codehaus.org/browse/MDEP-259 -->
                <executions>
                    <execution>
                        <id>copy</id>
                        <phase>process-classes</phase>
                        <goals>
                            <goal>copy</goal>
                        </goals>
                        <configuration>
                            <artifactItems>
                                <artifactItem>
                                    <groupId>${project.groupId}</groupId>
                                    <artifactId>brooklyn-jmxmp-agent</artifactId>
                                    <version>${project.version}</version>
                                    <type>jar</type>
                                    <classifier>with-dependencies</classifier>
                                    <overWrite>true</overWrite>
                                    <outputDirectory>target/classes</outputDirectory>
                                    <destFileName>brooklyn-jmxmp-agent-shaded-${project.version}.jar</destFileName>
                                </artifactItem>
                                <artifactItem>
                                    <groupId>${project.groupId}</groupId>
                                    <artifactId>brooklyn-jmxrmi-agent</artifactId>
                                    <version>${project.version}</version>
                                    <type>jar</type>
                                    <overWrite>true</overWrite>
                                    <outputDirectory>target/classes</outputDirectory>
                                    <destFileName>brooklyn-jmxrmi-agent-${project.version}.jar</destFileName>
                                </artifactItem>
                            </artifactItems>
                        </configuration>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>

</project>

POM Entry

<dependency>
   <groupId>io.brooklyn</groupId>
   <artifactId>brooklyn-software-base</artifactId>
   <version>0.6.0</version>
</dependency>

Download

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



Download brooklyn-software-base-0.6.0.jar file




PreviousNext

Related