maven-plugin.md

July 15, 2021 · View on GitHub

Bookmarks tagged [maven-plugin]

www.codever.land/bookmarks/t/maven-plugin

The JMeter Maven Plugin

https://github.com/jmeter-maven-plugin/jmeter-maven-plugin

A Maven plugin that provides the ability to run JMeter tests as part of your build

All the documentation you need to configure the plugin is available on the [Github Wiki](https://github.com/jmeter-m...


Build and Push to Docker With Maven - Better Programming - Medium

https://medium.com/better-programming/build-push-to-docker-with-maven-eea7c4b8cfa2

Automatically push your project to Docker using Spotify, fabric8, and JIB Maven plugins


Running categorized Tests using JUnit, Maven and Annotated-Test Suites

https://www.hascode.com/2012/12/running-categorized-tests-using-junit-maven-and-annotated-test-suite...

Sometimes we need to classify the tests in a project and a possible solution to achieve this goal is to assign different categories to the tests.

Often we’re doing this to separate the execution of f...


Google Cloud Platform Blog Introducing Jib — build Java Docker images better

https://cloudplatform.googleblog.com/2018/07/introducing-jib-build-java-docker-images-better.html

Containers are bringing Java developers closer than ever to a "write once, run anywhere" workflow, but containerizing a Java application is no simple task: You have to write a Dockerfile, run a Docker...


Google Open Source Container Tools: Life of a happy developer in a container world by David Gageot - YouTube

https://www.youtube.com/watch?v=4uU44VviyjM

Great demo explaining the utilities of the various tools listed as tags here.


jib home page

https://github.com/GoogleContainerTools/jib

:sailboat: Build container images for your Java applications. - GoogleContainerTools/jib


kubernetes-for-java-developers repo from Aron Gupta

https://github.com/aws-samples/kubernetes-for-java-developers

A Day in Java Developer’s Life, with a taste of Kubernetes - aws-samples/kubernetes-for-java-developers. sample. example.


Spring Boot Maven Plugin – Spring Boot

https://docs.spring.io/spring-boot/docs/current/maven-plugin/

The Spring Boot Maven Plugin provides Spring Boot support in Maven, allowing you to package executable jar or war archives and run an application “in-place”.


GitHub - spotify/dockerfile-maven: A set of Maven tools for dealing with Dockerfiles

https://github.com/spotify/dockerfile-maven

A set of Maven tools for dealing with Dockerfiles.


Maven Archetype Plugin – Introduction

http://maven.apache.org/archetype/maven-archetype-plugin/index.html

The Archetype Plugin allows the user to create a Maven project from an existing template called an archetype.

It also allows the user to create an archetype from an existing project.


Apache Maven Assembly Plugin – Introduction

http://maven.apache.org/plugins/maven-assembly-plugin/

The Assembly Plugin for Maven is primarily intended to allow users to aggregate the project output along with its dependencies, modules, site documentation, and other files into a single distributable...


GitHub - eirslett/frontend-maven-plugin

https://github.com/eirslett/frontend-maven-plugin

"Maven-node-grunt-gulp-npm-node-plugin to end all maven-node-grunt-gulp-npm-plugins." A Maven plugin that downloads/installs Node and NPM locally, runs NPM install, Grunt, Gulp and/or Karma.