1 Open Issue Need Help Last updated: Jul 4, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Migrate the existing Java portion of the JobMate project from a non-standard build system to Maven. This involves creating a `pom.xml` file, defining project metadata and dependencies (Selenium, TestNG), organizing the project directory structure according to Maven conventions, removing redundant `.jar` files, and verifying successful compilation using `mvn clean install` and `mvn exec:java`.

Complexity: 3/5
good first issue