maven.md

July 15, 2021 · View on GitHub

Bookmarks tagged [maven]

www.codever.land/bookmarks/t/maven

Maven – Maven Releases History

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

Release notes links and reference links


Fix https repository blocking by PKIX path building failed – Sonatype Support

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:

...


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


Quick Guide to MapStruct | Baeldung

https://www.baeldung.com/mapstruct

A quick and practical guide to using MapStruct


Intro Guide to Dockerfile Best Practices - Docker Blog

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


Caching Maven dependencies in a Docker build – Niel de Wet – Medium

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


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


Maven – Introduction to the Dependency Mechanism

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


Maven wrapper

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

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


Calen Legaspi: Separating Integration Tests from Unit Tests Using Maven Failsafe & JUnit @Category

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


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.


Maven Archetype – About

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


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


How to build the right smoke test REST service in Java EE with Maven – CodingpediaOrg

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


What is Maven?

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

Kengo TODA


Maven

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

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


Repository Management with Nexus

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


Maven: The Complete Reference

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


Maven by Example

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


Developing with Eclipse and Maven

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


java - Adding all Maven dependencies to Arquillian - Stack Overflow

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


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.


Maven tutorial

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


Maven: The Complete Reference

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


Maven: The complete Reference - Maven properties

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


Maven – Maven Documentation

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

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


How to deploy an application on Wildfly/JBoss EAP 7 via the Wildfly Maven Plugin

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