How to run spring boot using Maven & Gradle
1. Overview In this article, We will learn how to run a spring boot application using Maven or Gradle. Maven and Gradle are widely used build tools for dependency management,…
1. Overview In this article, We will learn how to run a spring boot application using Maven or Gradle. Maven and Gradle are widely used build tools for dependency management,…
1. Overview A maven is a build tool which helps us to build an application. It will collect all library or its dependency from the maven repository behalf of us….
Maven plugin maven-javadoc-plugin provide functionality to generate JavaDoc using Maven. Here is Maven javadoc plugin example Generate JavaDoc using Maven Javadoc plugin It will generate Javadoc for public and protected classes and…
Here is example of Maven Copy Resources Example with from one location to another location, include files, exclude files. 1. Maven Copy Resource from one location to another location <plugin> <artifactId>maven-resources-plugin</artifactId>…
Maven assembly plugin provide facility to Maven create jar with all dependencies. Here is maven plugin which create fat jar file that contains all dependency jar files in single jar…
Trace : Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0 Solution 1: Open intellij install location->bin Edit idea.exe.vmoptions file Remove -XX:MaxPermSize=250m or -XX:MaxPermSize=[X]m Save…
Problem while project is pointing to old JVM. Trace: [INFO] BUILD FAILURE [INFO] ———————————————————————— [INFO] Total time: 1.238 s [INFO] Finished at: 2017-01-26T08:56:44+05:30 [INFO] Final Memory: 8M/183M [INFO] ———————————————————————— [ERROR]…
Its common Error : Maven 3 warnings about build.plugins.plugin.version while working with maven tool here is solution for it. Trace: [INFO] Scanning for projects… [WARNING] [WARNING] Some problems were encountered…