jar - Include a maven task inside a maven -


i need create war of project using maven , while creating war need include source in repository. sources in repo need added jar in war under web-inf\lib. there way can achieve this?

the other sources inside alternative repository maven project?

if so, can compile , add dependencies mechanism..


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -