maven - Generate a pom as an artifact -


i work on project, multiple workstreams generate quite lot of wars. said wars uploaded artifactory. we're in process of splitting configuration management java product, , i'm trying work out way generate pom on fly, contains dependencies of precisely wars use deploy product. pom uploaded product itself, artifactory other war or jar project produces, , downloaded using gav coordinate. said pom downloaded @ deploy time deploy script, , more or less directly used download , deploy wars our internal repo our target machine.

i'm looking elegant way produce pom in target directory contains reference wars produced multi module project.


Comments

Popular posts from this blog

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -