deploying maven generated .jars
hi,
my projects is being build via maven.
i got 2 projects with different groupId but same artifactId,
for example:
project A: groupId:com.project, artifactId:common
project B: groupId:com.legacy, artifactId:common
when i want to deploy to gsc i need to copy the two .jars but there's conflict, they both named common-1.0.jar.
is there a way to deploy it without rename the artifactId?
maybe folder hirarchy?
thanks in advance,
Avi.
This thread was imported from the previous forum.
For your reference, the original is available here