I'm trying to export my traderAdmin project as a WAR file using Eclipse. However, the project is not appearing in the "Export > WAR file" wizard. I have another project in the same workspace, and it shows up correctly in the list.
I've already attached a screenshot to illustrate the issue. Could someone help me understand what might be missing or misconfigured in the traderAdmin project?
I'm using Eclipse IDE and both projects are structured similarly. Any guidance would be appreciated.

trade_appis not a Java project (looking at the icon). Please check that (I think it should be a "Dynamic Web Application" project or a Maven project usingwarpackaging).traderAdmin. It's also missing the small globe that part of the icon fortraderPlatform, which identifies it as a dynamic web project and suitable for export as a WAR. How did you create that one?