nihms-token-refresh
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.eclipse.pass</groupId>
<artifactId>nihms-token-refresh</artifactId>
<version>2.5.1</version>
</dependency><?xml version="1.0"?>
<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>
<parent>
<groupId>org.eclipse.pass</groupId>
<artifactId>pass-nihms-loader</artifactId>
<version>2.5.1</version>
</parent>
<artifactId>nihms-token-refresh</artifactId>
<name>PASS support-nihms-token-refresh</name>
<description>PASS NIHMS Token Refresh</description>
<build>
<plugins>
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
<executions>
<execution>
<id>start</id>
<phase>none</phase>
</execution>
<execution>
<id>stop</id>
<phase>none</phase>
</execution>
<execution>
<id>build-nihms-token-refresh-docker-image</id>
<phase>verify</phase>
<configuration>
<images>
<image>
<name>ghcr.io/eclipse-pass/pass-nihms-token-refresh:%v</name>
</image>
</images>
</configuration>
<goals>
<goal>build</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>