Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SVT: Liberty Tools not showig any projects in Liberty Dashboard #545

Open
rumanaHaque opened this issue Feb 13, 2025 · 2 comments
Open

SVT: Liberty Tools not showig any projects in Liberty Dashboard #545

rumanaHaque opened this issue Feb 13, 2025 · 2 comments

Comments

@rumanaHaque
Copy link

Get the latest ACME ee10 code from this repo - https://github.ibm.com/was-svt/acme-ee/tree/acme-ee10

Restarted Eclipse after installing the Liberty Tools (24.0.12 from Eclipse Marketplace), and updated parent pom.xml with this :

<plugin>
        	<groupId>io.openliberty.tools</groupId>
        	<artifactId>liberty-maven-plugin</artifactId>
       	<version>3.11.2</version>
       		<configuration>
       				<keepTempContainerfile>false</keepTempContainerfile>
      			</configuration>
 </plugin>      	

After adding this - I still don't see any projects in the Liberty Tools dashboard.

Image
@scottkurz
Copy link
Member

So there's no module with liberty-maven-plugin config references the server.xml in the config dir? By putting the liberty-maven-plugin in the parent POM.. where you still trying to use config/server.xml? I

@rumanaHaque
Copy link
Author

I also added the server.xml to this path:
AcmeWejEjbEar/src/mian/liberty/config/server.xml

However I still don't see anything in the dashboard.

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants