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
Post a Comment