nexus-casc-plugin

Configuration as code plugin for Sonatype Nexus Repository Manager (by AdaptiveConsulting)

Nexus-casc-plugin Alternatives

Similar projects and alternatives to nexus-casc-plugin

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better nexus-casc-plugin alternative or higher similarity.

nexus-casc-plugin reviews and mentions

Posts with mentions or reviews of nexus-casc-plugin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-28.
  • Automating SonaType Nexus configuration?
    4 projects | /r/kubernetes | 28 Sep 2021
    ARG CASC_PLUGIN_VERSION=3.32.0-03.0 ARG NEXUS_VERSION=3.33.1 ARG PLUGIN_DIR=/home/app ARG BUILD_VERSION # # Build stage # FROM maven:3.8-openjdk-8-slim AS builder ARG CASC_PLUGIN_REPO=https://github.com/AdaptiveConsulting/nexus-casc-plugin.git ARG CASC_PLUGIN_VERSION ARG NEXUS_VERSION ARG PLUGIN_DIR RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/* WORKDIR ${PLUGIN_DIR} RUN git clone --depth 1 --branch v${CASC_PLUGIN_VERSION} ${CASC_PLUGIN_REPO} . RUN mvn -Dmaven.artifact.threads=30 package RUN ls -lh ${PLUGIN_DIR}/target/ # # Package stage # FROM sonatype/nexus3:${NEXUS_VERSION} ARG CASC_PLUGIN_VERSION ARG NEXUS_VERSION ARG PLUGIN_DIR COPY --from=builder /${PLUGIN_DIR}/target/nexus-casc-plugin-3.32.0-03-bundle.kar /opt/sonatype/nexus/deploy/nexus-casc-plugin-3.32.0-03-bundle.kar COPY --chown=nexus:nexus casc.yml /opt/nexus.yml

Stats

Basic nexus-casc-plugin repo stats
1
46
3.2
19 days ago

AdaptiveConsulting/nexus-casc-plugin is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of nexus-casc-plugin is Java.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com