Maven Repository - POM file for JEE Library narayana-jta 5.0.1.Final 5.0.1.Final

Summary

Narayana: ArjunaJTA narayana-jta.

Narayana: ArjunaJTA narayana-jta (jta uber jar).

Declaration

Here is the list of declaration for narayana-jta. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.jboss.narayana.jta</groupId>
   <artifactId>narayana-jta</artifactId>
   <version>5.0.1.Final</version>
</dependency>

If you think this Maven repository POM file listing for narayana-jta is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Depends on

The narayana-jta-5.0.1.Final has 4 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Logjboss-logmanager 1.2.2.GA
An implementation of java.util.logging.LogManager
15




Plugin

The following plugins are used in the narayana-jta-5.0.1.Final.jar

  1. build-helper-maven-plugin
  2. buildnumber-maven-plugin
  3. maven-compiler-plugin
  4. maven-deploy-plugin
  5. maven-jar-plugin
  6. maven-shade-plugin

POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<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>narayana-jta-all</artifactId>
    <groupId>org.jboss.narayana.jta</groupId>
    <version>5.0.1.Final</version>
    <relativePath>../../pom.xml</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>narayana-jta</artifactId>
  <name>Narayana: ArjunaJTA narayana-jta</name>
  <description>Narayana: ArjunaJTA narayana-jta (jta uber jar)</description>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-deploy-plugin</artifactId>
        <inherited>false</inherited>
        <configuration>
          <skip>false</skip>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-jar-plugin</artifactId>
        <configuration>
          <archive>
            <manifestEntries>
              <Specification-Title>JTA</Specification-Title>
              <Specification-Version>1.1</Specification-Version>
              <Specification-Vendor>Oracle</Specification-Vendor>
              <Implementation-Version>${project.version} (revision: ${buildNumber})</Implementation-Version>
              <arjuna-scm-revision>${buildNumber}</arjuna-scm-revision>
              <arjuna-properties-file>jbossts-properties.xml</arjuna-properties-file>
              <arjuna-builder>JBoss Inc. [${user.name}] ${os.name} ${os.version} ${buildproperty.date}</arjuna-builder>
            </manifestEntries>
          </archive>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>build-helper-maven-plugin</artifactId>
        <executions>
          <execution>
            <id>add-source</id>
            <phase>generate-sources</phase>
            <goals>
              <goal>add-source</goal>
            </goals>
            <configuration>
              <sources>
                <source>../../common/classes</source>
                <source>../../ArjunaCore/arjuna/classes</source>
                <source>../../ArjunaCore/txoj/classes</source>
                <source>../jta/classes</source>
                <source>../cdi/classes</source>
                <source>../jdbc/classes</source>
              </sources>
            </configuration>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <excludes>
            <exclude>**/*.*</exclude>
          </excludes>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-shade-plugin</artifactId>
        <executions>
          <execution>
            <phase>package</phase>
            <goals>
              <goal>shade</goal>
            </goals>
            <configuration>
              <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
              <artifactSet>
                <includes>
                  <include>org.jboss.narayana:common</include>
                  <include>org.jboss.narayana.arjunacore:arjuna</include>
                  <include>org.jboss.narayana.arjunacore:txoj</include>
                  <include>org.jboss.narayana.jta:jta</include>
                  <include>org.jboss.narayana.jta:cdi</include>
                  <include>org.jboss.narayana.jta:jdbc</include>
                </includes>
              </artifactSet>
            </configuration>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>buildnumber-maven-plugin</artifactId>
        <executions>
          <execution>
            <phase>validate</phase>
            <goals>
              <goal>create</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <doCheck>false</doCheck>
          <doUpdate>false</doUpdate>
          <shortRevisionLength>5</shortRevisionLength>
          <revisionOnScmFailure>${project.version}-noscm</revisionOnScmFailure>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <profiles>
    <profile>
      <id>release</id>
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-install-plugin</artifactId>
            <version>2.4</version>
            <executions>
              <execution>
                <id>default-install</id>
                <phase>install</phase>
                <goals>
                  <goal>install</goal>
                </goals>
              </execution>
            </executions>
            <inherited>false</inherited>
          </plugin>
          <plugin>
            <artifactId>maven-javadoc-plugin</artifactId>
            <version>2.9</version>
            <executions>
              <execution>
                <id>attach-javadocs</id>
                <goals>
                  <goal>jar</goal>
                </goals>
                <configuration>
                  <detectOfflineLinks>false</detectOfflineLinks>
                  <excludePackageNames>*.internal.*</excludePackageNames>
                  <header>&lt;b&gt;Narayana: ArjunaJTA narayana-jta 5.0.1.Final&lt;/b&gt;</header>
                  <footer>&lt;b&gt;Narayana: ArjunaJTA narayana-jta 5.0.1.Final&lt;/b&gt;</footer>
                  <archive>
                    <index>true</index>
                    <manifest>
                      <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
                      <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
                    </manifest>
                    <manifestEntries>
                      <Implementation-URL>http://www.jboss.org/jbosstm/narayana-jta-all/narayana-jta/</Implementation-URL>
                      <Java-Version>1.7.0_51</Java-Version>
                      <Java-Vendor>Oracle Corporation</Java-Vendor>
                      <Os-Name>Linux</Os-Name>
                      <Os-Arch>amd64</Os-Arch>
                      <Os-Version>3.12.9-301.fc20.x86_64</Os-Version>
                      <Scm-Url>https://github.com/jbosstm/narayana/narayana-jta-all/narayana-jta</Scm-Url>
                      <Scm-Connection>scm:git:git@github.com:jbosstm/narayana.git/narayana-jta-all/narayana-jta</Scm-Connection>
                      <Scm-Revision>${buildNumber}</Scm-Revision>
                      <Build-Timestamp>${build.datetime}</Build-Timestamp>
                    </manifestEntries>
                  </archive>
                </configuration>
              </execution>
            </executions>
            <configuration>
              <detectOfflineLinks>false</detectOfflineLinks>
              <excludePackageNames>*.internal.*</excludePackageNames>
              <header>&lt;b&gt;Narayana: ArjunaJTA narayana-jta 5.0.1.Final&lt;/b&gt;</header>
              <footer>&lt;b&gt;Narayana: ArjunaJTA narayana-jta 5.0.1.Final&lt;/b&gt;</footer>
              <archive>
                <index>true</index>
                <manifest>
                  <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
                  <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
                </manifest>
                <manifestEntries>
                  <Implementation-URL>http://www.jboss.org/jbosstm/narayana-jta-all/narayana-jta/</Implementation-URL>
                  <Java-Version>1.7.0_51</Java-Version>
                  <Java-Vendor>Oracle Corporation</Java-Vendor>
                  <Os-Name>Linux</Os-Name>
                  <Os-Arch>amd64</Os-Arch>
                  <Os-Version>3.12.9-301.fc20.x86_64</Os-Version>
                  <Scm-Url>https://github.com/jbosstm/narayana/narayana-jta-all/narayana-jta</Scm-Url>
                  <Scm-Connection>scm:git:git@github.com:jbosstm/narayana.git/narayana-jta-all/narayana-jta</Scm-Connection>
                  <Scm-Revision>${buildNumber}</Scm-Revision>
                  <Build-Timestamp>${build.datetime}</Build-Timestamp>
                </manifestEntries>
              </archive>
            </configuration>
          </plugin>
        </plugins>
      </build>
    </profile>
  </profiles>
  <dependencies>
    <dependency>
      <groupId>org.hornetq</groupId>
      <artifactId>hornetq-journal</artifactId>
      <version>2.3.9.Final</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>jboss-logging</artifactId>
          <groupId>org.jboss.logging</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.jboss.logmanager</groupId>
      <artifactId>jboss-logmanager</artifactId>
      <version>1.2.2.GA</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.hornetq</groupId>
      <artifactId>hornetq-commons</artifactId>
      <version>2.3.9.Final</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>netty</artifactId>
          <groupId>io.netty</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jboss-logging</artifactId>
          <groupId>org.jboss.logging</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.jboss.spec.javax.interceptor</groupId>
      <artifactId>jboss-interceptors-api_1.2_spec</artifactId>
      <version>1.0.0.Final</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>