Giter Site home page Giter Site logo

rajendarreddyj / development-java Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 21.11 MB

Java/Spring/Hibernate Projects

Home Page: https://rajendarreddyj.github.io/development-java/

License: MIT License

Java 99.93% Batchfile 0.04% Shell 0.03%
java spring javaee java-8 webservice mojo development-java java-9 coveralls analysis

development-java's Introduction

development-java

license Build Status Coverage Status Coverity Scan Quality Gate Technical debt ratio

This repository will have example projects related to spring framework, hibernate, Core Java and Java EE.

This mojo performs byte code analysis to determine missing or unused dependencies. This goal is meant to be launched from the command line. It will fork the build and execute test-compile so there are class files to analyze. If you want to bind analyze in your pom, use the dependency:analyze-only mojo instead.

mvn dependency:analyze

Below for just detecting projects that override the dependencyManagement directly. Set ignoreDirect to false to detect these otherwise normal conditions.

mvn dependency:analyze-dep-mgt

This mojo is used to view the dependency hierarchy of the project currently being built. It will output the resolved tree of dependencies that the Maven build process actually uses.

mvn dependency:tree

This mojo will set New version for parent pom.

mvn versions:set -DnewVersion=1.0

This mojo will update version in child modules.

mvn versions:update-child-modules

This mojo displays all dependencies that have newer versions available.

mvn versions:display-dependency-updates

This mojo displays all plugins that have newer versions available.

mvn versions:display-plugin-updates

This mojo displays properties that are linked to artifact versions and have updates available.

mvn versions:display-property-updates

This mojo will update your dependencies to the latest available versions

mvn versions:use-latest-versions

This mojo will update your dependecies specified in property values

mvn versions:update-properties

To create PMD report

mvn -Dmaven.test.failure.ignore=true pmd:pmd

To open findbugs gui

mvn -Dmaven.test.failure.ignore=true findbugs:gui

To create findbugs report

mvn -Dmaven.test.failure.ignore=true findbugs:findbugs

To run sonarqube analysis

mvn -Dmaven.test.failure.ignore=true clean verify sonar:sonar

To generate checkstyle report as standalone

mvn -Dmaven.test.failure.ignore=true checkstyle:checkstyle

To run cobertura code coverage analysis to report to coveralls -- requires coveralls token

mvn -Dmaven.test.failure.ignore=true clean test cobertura:cobertura coveralls:report

To create a maven wrapper go in the main folder of the project and run this command:

mvn -N io.takari:maven:wrapper

To create a maven wrapper with specific the version of Maven:

mvn -N io.takari:maven:wrapper -Dmaven=3.5.2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.