Skip to content

Latest commit

 

History

History
93 lines (76 loc) · 6.87 KB

maven-plugin.md

File metadata and controls

93 lines (76 loc) · 6.87 KB

Bookmarks tagged [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...


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


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...


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...


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

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


https://github.com/GoogleContainerTools/jib

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


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.


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”.


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

A set of Maven tools for dealing with Dockerfiles.


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.


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...


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.