Historique_Spring
Historique_Spring
PS C:\Users\othni> mvn -v
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: C:\Users\othni\Documents\apache-maven-3.9.9-bin\apache-maven-3.9.9
Java version: 23.0.1, vendor: Oracle Corporation, runtime: C:\Program Files\Java\
jdk-23
Default locale: fr_FR, platform encoding: UTF-8
OS name: "windows 11", version: "10.0", arch: "amd64", family: "windows"
PS C:\Users\othni> mvn clean install -Ppom.xml
[INFO] Scanning for projects...
[WARNING] The requested profile "pom" could not be activated because it does not
exist.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.152 s
[INFO] Finished at: 2024-10-29T14:45:11+01:00
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "pom" could not be activated because it does not
exist.
[ERROR] The goal you specified requires a project to execute but there is no POM in
this directory (C:\Users\othni). Please verify you invoked Maven from the correct
directory. -> [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:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
PS C:\Users\othni> cd C:\Users\othni\Documents\test-installation
PS C:\Users\othni\Documents\test-installation> ls
Répertoire : C:\Users\othni\Documents\test-installation
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
PS C:\Users\othni\Documents\test-installation>