java - Is there a way to download a project from github and place it in your project folder on maven build? -


i working on application project structure given below

sample-parent

    >sample       >sample packaging 

sample-parent parent project in turn dependent on sample , sample packaging modules.

sample module contains business code. sample packaging module contains scripts dockerize sample module.

all applications in project follows standard.

we planning provide seed project provides skeleton standard project structure developer can start putting business code , application , running , need not worry configurations,which provided seed project.

we looking @ developer not having write scripts dockerize project.

so question can have sample packaging project has necessary scripts dockerize project, residing in github template project placeholders , if new developer wants dockerize project sample-dev1 , maven build , should perform below steps 1.download sample-packaging project github . 2.place in sample-dev1 project. 3.replace place holders in sample-packaging project sample-dev1 dockerizes sample-dev1

this great value add because developer need not write dockerizing script.

which approach better? maven plugin me? or should @ python scripts this? or better approach? appreciated.

you can create own maven nexus , import jar file it. add lib dependency project via maven (pom.xml)

how create maven nexus?

how add jar maven(local)?

how add jar maven(remote)?


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -