Skip to content

Latest commit

 

History

History
185 lines (153 loc) · 12.8 KB

maven.md

File metadata and controls

185 lines (153 loc) · 12.8 KB

Bookmarks tagged [maven]

https://maven.apache.org/docs/history.html

Release notes links and reference links


https://support.sonatype.com/hc/en-us/articles/213465038-Fix-https-repository-blocking-by-PKIX-path-...

The Status of one or more of your repositories which have a remote URL starting with https is:

...


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://www.baeldung.com/mapstruct

A quick and practical guide to using MapStruct


https://blog.docker.com/2019/07/intro-guide-to-dockerfile-best-practices/

There are over one million Dockerfiles on GitHub today, but not all Dockerfiles are created equally. Efficiency is critical, and this blog series will cover five areas for Dockerfile best practices to...


https://medium.com/@nieldw/caching-maven-dependencies-in-a-docker-build-dca6ca7ad612

Multi-stage Docker builds are a great way to ensure your builds are 100% reproducible AND as lean as possible. On the downside a Maven build in Docker may have to download many dependencies each time ...


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://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html

Dependency management is a core feature of Maven. Managing dependencies for a single project is easy. Managing dependencies for multi-module projects and applications that consist of hundreds of modul...


https://github.com/takari/maven-wrapper

The easiest way to integrate Maven into your project! - takari/maven-wrapper


http://calenlegaspi.blogspot.ch/2015/01/separating-integration-tests-from-unit.html

TDD at the Unit Testing level is fairly straight-forward, since classes in unit testing either do not have complex dependencies, or you mock-out the dependencies with a mocking framework (ex. Mockito)...


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/archetype/index.html

In short, Archetype is a Maven project templating toolkit. An archetype is defined as an original pattern or model from which all other things of the same kind are made. The names fits as we are tryin...


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


http://www.codingpedia.org/ama/how-to-build-the-right-smoke-test-rest-service-in-java-ee-with-maven

This post describes how to develop a REST service in your REST API backend that will provide the information about the current version of the implementation plus the git sha-1 number. It can be very u...


https://github.com/KengoTODA/what-is-maven

Kengo TODA


http://www.techscore.com/tech/Java/ApacheJakarta/Maven/

シナジーマーケティング株式会社


http://books.sonatype.com/nexus-book/reference/


http://books.sonatype.com/mvnref-book/reference/public-book.html


http://books.sonatype.com/mvnex-book/reference/public-book.html


http://books.sonatype.com/m2eclipse-book/reference/


https://stackoverflow.com/questions/13001371/adding-all-maven-dependencies-to-arquillian


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.


http://tutorials.jenkov.com/maven/maven-tutorial.html

The purpose of this Maven tutorial is to make you understand how Maven works. Therefore this tutorial focuses on the core concepts of Maven. Once you understand the core concepts, it is much easier to...


http://books.sonatype.com/mvnref-book/reference/index.html

Learning Maven can be a daunting and frustrating task. While there are a number of references for Maven online, there is no single, well-written narrative for introducing Maven that can serve as both ...


http://books.sonatype.com/mvnref-book/reference/resource-filtering-sect-properties.html

You can use Maven properties in a pom.xml file or in any resource that is being processed by the Maven Resource plugin’s filtering features. A property is always surrounded by ${ and }. Also more on:...


https://maven.apache.org/guides/index.html

Getting Started, Introduction, Dependency Mechanism, Guides etc...


http://www.codingpedia.org/ama/how-to-deploy-an-application-on-wildfly-or-jboss-eap-7-via-the-wildfl...

Shows how to deploy a Java EE application on a WildFly or JBoss EAP 7 via the WildFly Maven Plugin...