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
- 📆 published on: 2019-10-07
- tags: maven, maven-plugin, docker, jib
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...
- 📆 published on: 2012-12-06
- tags: maven, maven-plugin, testing, java
- source code
https://www.baeldung.com/mapstruct
A quick and practical guide to using MapStruct
- tags: mapstruct, lombok, spring, maven
- source code
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...
- 📆 published on: 2019-07-02
- tags: docker, dockerfile, maven, java
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 ...
- 📆 published on: 2018-06-18
- tags: maven, docker, dockerfile
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...
- 📆 published on: 2018-07-09
- tags: jib, java, maven, maven-plugin, gradle, docker, dockerfile
- source code
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...
- tags: maven
https://github.com/takari/maven-wrapper
The easiest way to integrate Maven into your project! - takari/maven-wrapper
- tags: maven
- source code
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)...
- 📆 published on: 2015-01-23
- tags: testing, unit-testing, maven
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
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...
- tags: maven
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
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/
- tags: free-programming-books, maven
http://books.sonatype.com/mvnref-book/reference/public-book.html
- tags: free-programming-books, maven
http://books.sonatype.com/mvnex-book/reference/public-book.html
- tags: free-programming-books, maven
http://books.sonatype.com/m2eclipse-book/reference/
- tags: free-programming-books, maven
https://stackoverflow.com/questions/13001371/adding-all-maven-dependencies-to-arquillian
- tags: arquillian, maven
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
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...
- tags: maven
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:...
- tags: maven
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...