Giter Club home page Giter Club logo

maven-dependency-mapper's Introduction

Maven Dependency Mapper

Command to generate the maven dependencies of a given project and store in a given directory.

"C:\Program Files\Maven\apache-maven-3.5.0\bin\mvn" org.apache.maven.plugins:maven-dependency-plugin:2.10:copy-dependencies -Dmdep.addParentPoms=true -Dmdep.copyPom=true -DoutputDirectory="C:\DevTools\Dependencies" -DincludeGroupIds=com.github.marcosoliveirasoares94,jars.com.github.marcosoliveirasoares94

Arguments of entry:

[0] = Project name.

[1] = Path of Dependencies.

`Directory existence is required.`

[2] = File path with Dependencies list highlighted in excel file.

`The existence of the file "newDependencies.txt" is required, it serves to highlight the dependency found in the file "newDependencies.txt" in the excel worksheet.`

`If the file "newDependencies.txt" exists, the content should be as follows:`
`xxxx-xxxxxxx-xxx-0.0.0.0.0.jar`
`xxxx-xxxxxxx-xxx-0.0.0.0.0.pom`

[3] = Project Version.

[4] = Destination of excel file.

Note:

Remember to change the items according to your groupID settings:

startsWith("com.github.marcosoliveirasoares94") startsWith("jars.com.github.marcosoliveirasoares94")

They are present in the class: ExternalDependencies, method: addListExternalDependency

maven-dependency-mapper's People

Watchers

 avatar

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.