Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] M2Eclipse seems to ignore finalName

Hi, Fred. Thanks for response.

So.. if I right click my parent project and then choose "Run As > Maven Package", m2eclipse uses the deploy-name (in the .component descriptor under ./settings) to name the final EAR archive?

But... with this command, I´m just asking m2eclipse to run ' mvn package ' and so I think the correct approach should be to use only the information declared on the pom.xml to build the project, am I correct?

Regards,
Rafael Vanderlei.

On Fri, Mar 25, 2011 at 2:11 PM, Fred Bricon <fbricon@xxxxxxxxx> wrote:

Hi

Actually, there are 2 issues here :
- first m2eclipse-wtp doesn't set the deploy-name (in the .component descriptor under ./settings) of ear projects according to the final name (I'll open a jira issue, when I get my hands on a computer)
- secondly, even a manual change of deploy-name is ignored by WTP, see
https://bugs.eclipse.org/bugs/show_bug.cgi?id=340918
so there are no workarounds, currently, except renaming the project, or using filtering to change the values you're looking up.

Regards,

Fred Bricon

Le 24 mars 2011 21:30, "Rafael Vanderlei" <rafaelvanderlei@xxxxxxxxx> a écrit :

_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users



Back to the top