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]
Issue Description:
This issue is based on PR #35. The changes to the
pom.xml
file now allow you to runmvn 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: