Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-dev] m2e plugin is not generating web.app/web-inf/lib
  • From: Jaime Barragan <jaime.barragan@xxxxxxx>
  • Date: Wed, 7 Jul 2021 17:14:01 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=hcl.com; dmarc=pass action=none header.from=hcl.com; dkim=pass header.d=hcl.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=Bkdf7MbBuuhcBX4XfNqtfWzkLMGQEcs5Eflgc3HwPio=; b=G0TbXJKZMm5F+eUisNE3rgj6/M0I6GKrJJxM4/eYYdfwBZLnAeSn0fkobqafSVKHvJqrcB22colTbmqRsW1sseDPw589n/tLM54EpNlHO27vAL8rjDiprsXKo+uG2ws0oySR8rKFXdmKnGFj4rGntA//VbC41B1sS5ZZ+BXZuQQf2EgwT82SVSruhP1LqsF916mciVuA7b9xDndmuy1lisZ6xrvDPVdan7Yqw0VK70+/ucUfDtqYM9HVqvL8z74DqldGxPS++PpM95CEmIhF09Wkw119k/oL0ofigfa2UELRcXc8DVMlB2PkgeQwNQfN7os82lJf6ev5Qa4qv5GNkw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=K+dhf0yEhcSxV1sqgwPXcBVzXUiI6jgRFL67iY+uOjyDiFeHEImjdgAVUCXq6dudWxHvWM1xpI1reY/hym142yWcxB0iVx42kAAo82Hxhgbw4U2xIR8ZIw411DMvuBS5/+yWkD2GC45bwWSucoQlnYaeqpw8p0hHvGGzbcc/vnfyP1UpZWjI9dDHiKdcnGi8FBMtqi+1XiCxoTBXQvlfYDHQiCtMj00wiyxInxrsOmOMroKFIHBxIJ8IEJ4SZnSVyi7ZgbF2posM5K5Qh8cjAfdNFjrVFVVL3qFdm/rIMARWGRYI72chHK2VKBHibVd8K5hqyuTc59xMV4w3psFyog==
  • Delivered-to: m2e-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/m2e-dev/>
  • List-help: <mailto:m2e-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/m2e-dev>, <mailto:m2e-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/m2e-dev>, <mailto:m2e-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AddzU3knt65ckzTVTruvK5NkXCTjZQ==
  • Thread-topic: m2e plugin is not generating web.app/web-inf/lib

Hello m2e team I am facing the following issue:

I have a maven web project inside an EAR, the pom.xml uses the following plugin maven-ear-plugin to create the EAR the problem is that the web.app/web-inf/lib is not been generated to store my jar but this problem only happens when I use the m2e plugin if I do a maven build using the CLI the lib folder is generated.
My question here: is this the normal behaviour of there is something wrong?

::DISCLAIMER::

The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents (with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates. Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of authorized representative of HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any email and/or attachments, please check them for viruses and other defects.


Back to the top