Tapis shared

TAPIS shared Java code

Categories

Categories

Java Languages
GroupId

GroupId

edu.utexas.tacc.tapis
ArtifactId

ArtifactId

tapis-shared-java-tst
Last Version

Last Version

1.11.7
Release Date

Release Date

Type

Type

pom
Description

Description

Tapis shared
TAPIS shared Java code
Project URL

Project URL

https://github.com/tapis-project/tapis-shared-java-tst
Source Code Management

Source Code Management

https://github.com/tapis-project/tapis-shared-java-tst

Download tapis-shared-java-tst

How to add to project

<!-- https://jarcasting.com/artifacts/edu.utexas.tacc.tapis/tapis-shared-java-tst/ -->
<dependency>
    <groupId>edu.utexas.tacc.tapis</groupId>
    <artifactId>tapis-shared-java-tst</artifactId>
    <version>1.11.7</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/edu.utexas.tacc.tapis/tapis-shared-java-tst/
implementation 'edu.utexas.tacc.tapis:tapis-shared-java-tst:1.11.7'
// https://jarcasting.com/artifacts/edu.utexas.tacc.tapis/tapis-shared-java-tst/
implementation ("edu.utexas.tacc.tapis:tapis-shared-java-tst:1.11.7")
'edu.utexas.tacc.tapis:tapis-shared-java-tst:pom:1.11.7'
<dependency org="edu.utexas.tacc.tapis" name="tapis-shared-java-tst" rev="1.11.7">
  <artifact name="tapis-shared-java-tst" type="pom" />
</dependency>
@Grapes(
@Grab(group='edu.utexas.tacc.tapis', module='tapis-shared-java-tst', version='1.11.7')
)
libraryDependencies += "edu.utexas.tacc.tapis" % "tapis-shared-java-tst" % "1.11.7"
[edu.utexas.tacc.tapis/tapis-shared-java-tst "1.11.7"]

Dependencies

test (1)

Group / Artifact Type Version
org.testng : testng jar

Project Modules

  • tapis-shared-db-tst
  • tapis-shared-api-tst
  • tapis-shared-lib-tst
  • tapis-shared-queue-tst
  • tapis-shared-searchlib-tst

#Tapis Shared Java

Profiles

There is a profile with ID ossrh in the tapis-bom. This is the profile that is needed to deploy/release as it activates the plugins that are used for signing/javadocs/sourcemaps etc.

Deploy / Release

A deployment pushes a new snapshot build to maven central

mvn clean deploy -P ossrh

A release pushes a new build to maven central and is available for all to download.

mvn clean release:prepare release:perform -P ossrh

A typical workflow is to deploy snapshots continually, then when features are tested and stabilized, push a new release based on the latest snapshot.

edu.utexas.tacc.tapis

Versions

Version
1.11.7
1.11.6
1.11.4
1.11.3
1.11.2
1.11.1
1.11.0