I need to build different type of library which differ only in manifest information.
It is not a good idea to make different projects since sources are exactly the same.
I tried module pom, but the child pom can not reference to the parent source.
I also tried artifactId
with property(eg: libarayname-${type}
), but it doesn't look right.
Anyone has an idea?