Download common-5.3.4.final.jar file

Introduction

You can download common-5.3.4.final.jar in this page.

License

Eclipse Public License - v 1.0

Type List

common-5.3.4.final.jar file has the following types.

META-INF/INDEX.LIST
META-INF/MANIFEST.MF
META-INF/maven/org.jboss.narayana/common/pom.properties
META-INF/maven/org.jboss.narayana/common/pom.xml
com.arjuna.common.internal.util.ClassloadingUtility.class
com.arjuna.common.internal.util.propertyservice.BeanPopulator.class
com.arjuna.common.internal.util.propertyservice.ConcatenationPrefix.class
com.arjuna.common.internal.util.propertyservice.FullPropertyName.class
com.arjuna.common.internal.util.propertyservice.PropertyPrefix.class
com.arjuna.common.logging.commonI18NLogger.class
com.arjuna.common.logging.commonLogger.class
com.arjuna.common.util.ConfigurationInfo.class
com.arjuna.common.util.propertyservice.AbstractPropertiesFactory.class
com.arjuna.common.util.propertyservice.FileLocator.class
com.arjuna.common.util.propertyservice.PropertiesFactory.class
com.arjuna.common.util.propertyservice.PropertiesFactorySax.class
com.arjuna.common.util.propertyservice.PropertiesFactoryStax.class
com.arjuna.common.util.propertyservice.SaxHandler.class
com.arjuna.common.util.propertyservice.StringPropertyReplacer.class
com/arjuna/common/logging/commonI18NLogger.i18n.properties

Pom

common-5.3.4.final.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!-- JBoss, Home of Professional Open Source Copyright 2008, Red Hat Middleware LLC, and others contributors as indicated by the @authors tag. All rights reserved. See the copyright.txt in the distribution 
	for a full listing of individual contributors. This copyrighted material is made available to anyone wishing to use, modify, copy, or redistribute it subject to the terms and conditions of the GNU Lesser 
	General Public License, v. 2.1. This program is distributed in the hope that it will be useful, but WITHOUT A WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
	PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License, v.2.1 along with this distribution; if not, write to the Free 
	Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -->
<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>
    <groupId>org.jboss.narayana</groupId>
    <artifactId>narayana-all</artifactId>
    <version>5.3.4.Final</version>
    <relativePath>../pom.xml</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>common</artifactId>
  <name>Narayana: common</name>
  <description>Narayana: common</description>
  <packaging>jar</packaging>
  <build>
    <sourceDirectory>classes</sourceDirectory>
    <testSourceDirectory>tests</testSourceDirectory>
    <plugins>
      <plugin>
        <inherited>false</inherited>
        <groupId>org.sonatype.plugins</groupId>
        <artifactId>nexus-staging-maven-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
        <configuration>
          <archive>
            <manifestEntries>
              <arjuna-properties-file>jbossts-properties.xml</arjuna-properties-file>
            </manifestEntries>
          </archive>
        </configuration>
        <executions>
          <execution>
            <id>create-test-jar</id>
            <goals>
              <goal>test-jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-plugin</artifactId>
        <configuration>
          <excludes>
            <exclude>**/DummyProperties.java</exclude>
            <exclude>**/DummyEnvironmentBean.java</exclude>
          </excludes>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>org.jboss.byteman</groupId>
      <artifactId>byteman</artifactId>
      <version>${version.org.jboss.byteman}</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.jboss.byteman</groupId>
      <artifactId>byteman-submit</artifactId>
      <version>${version.org.jboss.byteman}</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.jboss.logging</groupId>
      <artifactId>jboss-logging</artifactId>
      <version>${version.org.jboss.logging.jboss-logging}</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.jboss.logging</groupId>
      <artifactId>jboss-logging-processor</artifactId>
      <version>${version.org.jboss.logging.jboss-logging-processor}</version>
      <scope>provided</scope>
    </dependency>
    <!-- START TEST -->
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>${version.junit}</version>
      <scope>test</scope>
    </dependency>
    <!-- END TEST -->
  </dependencies>

    <profiles>
      <profile>
          <id>release</id>
          <build>
              <plugins>
                <plugin>
                  <groupId>org.apache.maven.plugins</groupId>
                  <artifactId>maven-install-plugin</artifactId>
                  <executions>
                    <execution>
                      <id>default-install</id>
                      <phase>install</phase>
                    </execution>
                  </executions>
                  <inherited>false</inherited>
                </plugin>
              </plugins>
          </build>
      </profile>
    </profiles>
</project>

POM Entry

<dependency>
   <groupId>org.jboss.narayana</groupId>
   <artifactId>common</artifactId>
   <version>5.3.4.final</version>
</dependency>

Download

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



Download common-5.3.4.final.jar file




PreviousNext

Related