Git Product home page Git Product logo

attach-existing-artifacts-maven-plugin's Introduction

attach-existing-artifacts-maven-plugin

POC/early draft of a plugin which attaches already built artifacts to the maven build.

The primary purpose of this plugin is to allow independent execution of the maven-deploy-plugin's deploy:deploy goal without the prior build stages in Maven.

The deploy:deploy goal requires artifacts to already be attached to the build. If those artifacts are not attached the following error is raised: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8:deploy (default-cli) on project: The packaging for this project did not assign a file to the build artifact -> [Help 1]

This plugin quickly attaches the already generated artifacts so that the deploy:deploy goal can take place without needing to call all lifecycle phases leading up to deploy.

This is useful in situations where a prior process (Jenkins, Bamboo, etc.) has already built the artifacts for the repo and you need to simply deploy them. The plugin minimizes build times by not necessitating a full rebuild in order to deploy.

Sample execution

mvn com.attach.existing.artifacts.plugin:attach-existing-artifacts-maven-plugin:attachExisting

With deployment:

mvn com.attach.existing.artifacts.plugin:attach-existing-artifacts-maven-plugin:attachExisting deploy:deploy

attach-existing-artifacts-maven-plugin's People

Contributors

floverfelt avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.