Tapis Shared Library

Libraries used by multiple Tapis modules

License

License

GroupId

GroupId

edu.utexas.tacc.tapis
ArtifactId

ArtifactId

lib
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Tapis Shared Library
Libraries used by multiple Tapis modules
Project Organization

Project Organization

TACC

Download lib

How to add to project

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

Dependencies

compile (10)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar
org.slf4j : slf4j-api jar
org.apache.commons : commons-lang3 jar
com.google.code.gson : gson jar
commons-io : commons-io jar
com.sun.mail : javax.mail jar
com.github.everit-org.json-schema » org.everit.json.schema jar
com.google.guava : guava jar
com.zaxxer : HikariCP jar
org.postgresql : postgresql jar

test (1)

Group / Artifact Type Version
org.testng : testng jar

Project Modules

There are no modules declared in this project.

#Tapis BOM

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.

settings.xml

Credentials are required to push to maven central. There is a jenkins secretfile on Jenkins03 that has a very basic settings.xml which includes the username and password for the cicsupport user which is tied to maven central.

Deploy / Release

A deployment pushes a new snapshot build to maven central. By default snapshot repositories are disabled by maven.

mvn clean deploy -P ossrh

A release pushes a new production version 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.0.2