GithubHelp home page GithubHelp logo

eurekalopes / maven-cleanup Goto Github PK

View Code? Open in Web Editor NEW

This project forked from siivonen/maven-cleanup

0.0 1.0 0.0 124 KB

Scripts for cleaning up (large) Maven projects

Home Page: http://samulisiivonen.blogspot.com/

Ruby 100.00%

maven-cleanup's Introduction

Scripts for removing extra dependencies and dependency managements from (large) Maven projects.

To remove all dependencies that are not direcly needed from Maven project /my_project/pom.xml and all it's sub modules run:

	./remove-extra-dependencies.rb /my_project/pom.xml 'mvn clean install -N'

The command 'mvn clean install -N' will be used to determine if it was OK to remove a dependency or not.

To remove the dependency management entries that are not needed in project /my_project/pom.xml run:

	./remove-extra-dependency_management.rb /my_project/pom.xml

More on this: http://samulisiivonen.blogspot.com/2012/01/cleanin-up-maven-dependencies.html

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.