hi all
while executing the following command I get warnings
oneadmin@ubuntu:~/maven$ - mvn clean install -P developer,systemvm
[WARNING] The requested profile "developer" could not be activated because it does not exist.
[WARNING] The requested profile "systemvm" could not be activated because it does not exist.
But it shows that the build is successful. What cloud be the mistake here?
If I ignore the warning and proceed with the next step, the following happens.
oneadmin@ubuntu:~/maven$ mvn -P developer -pl developer -Ddeploydb
[INFO] Scanning for projects...
[ERROR] Could not find the selected project in the reactor: developer -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
Thanks for the help