yehandesilva / monkeyPoll

Mini survey monkey web app for SYSC 4806 project.
1 stars 0 forks source link

Run 'mvn spring-boot:run' from the root #36

Open MichaelKyrollos opened 2 weeks ago

MichaelKyrollos commented 2 weeks ago

Issue Description:

This issue is based on PR #35. The changes to the pom.xml file now allow you to run mvn clean install from the root directory.

However, it would be beneficial to enable running mvn spring-boot:run directly from the root directory without navigating to the backend directory.

Current Issue:

When attempting to run mvn spring-boot:run from the root, the following error is encountered:

[ERROR] No plugin found for prefix 'spring-boot' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (C:\Users\.......\.m2\repository), central (https://repo.maven.apache.org/maven2)] -> [Help 1]
yehandesilva commented 1 day ago

Has this been resolved?