eclipse - Export same package from multiple projects to a single jar -


let , have many projects in eclipse dependent on each other. , of these projects have common thread , hence have files under common package, foo.bar

i export classes under foo.bar package only, projects (which contain package) single jar file.

what best approach accomplished, creating ant target ? or using maven? or using eclipse ?


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -