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...
- tags: jmeter, maven-plugin, java
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
- :calendar: published on: 2019-10-07
- tags: maven, maven-plugin, docker, jib
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...
- :calendar: published on: 2012-12-06
- tags: maven, maven-plugin, testing, java
- :octocat: source code
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...
- :calendar: published on: 2018-07-09
- tags: jib, java, maven, maven-plugin, gradle, docker, dockerfile
- :octocat: source code
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.
- :calendar: published on: 2018-11-14
- tags: kubernetes, skaffold, maven-plugin, jib, bazel, dockerfile, docker, kaniko
jib home page
https://github.com/GoogleContainerTools/jib
:sailboat: Build container images for your Java applications. - GoogleContainerTools/jib
- Maven - See the jib-maven-plugin [Quickstart](https://github.com/GoogleContainerTools/jib/tree/master/ji...
- tags: docker, maven-plugin, java, gradle
- :octocat: source code
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.
- tags: java, docker, kubernetes, kubernetes-helm, maven-plugin, istio, aws
- :octocat: source code
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”.
- tags: spring-boot, maven-plugin
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.
- tags: docker, maven-plugin
- :octocat: source code
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.
- tags: maven, maven-plugin
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...
- tags: maven, maven-plugin
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.
- tags: maven, gulp, node.js, npm, maven-plugin