Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Eclipse Web Tools Platform Project (WTP) » Debug Wildfly Deployment will not interpolate custom mvn properties
Debug Wildfly Deployment will not interpolate custom mvn properties [message #1816774] Wed, 06 November 2019 16:36
John Walpole is currently offline John WalpoleFriend
Messages: 1
Registered: November 2019
Junior Member
Hi Y'all. I am working on mavenizing a project and all is going well as I am able to create a final ear that will deploy once copied or deployed to wildfly. The issue i am having is when trying to debug.

I right click on the server and will see my ear file as:
tg4EAR(tg4-1.10.${tg4.site}) where tg4-1.10.${tg4.site} is defined in the EAR pom.xml as:
<finalName>tg4-1.10.${tg4.site}</finalName>
<bundleFileName>tg4-1.10.${tg4.site}</bundleFileName>
.

and the deployment log shows:

Maven also takes -D<params> and modifies a manifest file needed for JDNI local beans.

My question is how do I get the debug ear to read the values needed for deployment or set default values?
Previous Topic:After Maven build can not upload EAR to WebSphere Correctly
Next Topic:XML Editor for pure E4
Goto Forum:
  


Current Time: Fri Mar 29 09:39:20 GMT 2024

Powered by FUDForum. Page generated in 0.02469 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top