You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Appears the test directory nor the java class file under src/main/java are not being generated per bootstrapping activity from "Accessing Rational Databases with Quarkus" lecture.
COSML-1722633 :: Documents/Training/quarkus-course » mvn -U io.quarkus:quarkus-maven-plugin:create \
-DprojectGroupId=org.agoncal.course.quarkus.orm \
-DprojectArtifactId=artist \
-DpackageName="org.agoncal.quarkus.jdbc" \
-Dextensions="jdbc-mysql, quarkus-agroal"
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-maven-plugin/maven-metadata.xml
Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-maven-plugin/maven-metadata.xml (8.8 kB at 16 kB/s)
[INFO]
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- quarkus:3.2.0.Final:create (default-cli) @ standalone-pom ---
[INFO] Looking for the newly published extensions in registry.quarkus.io
[INFO] -----------
[INFO] selected extensions:
- io.quarkus:quarkus-jdbc-mysql
- io.quarkus:quarkus-agroal
[INFO]
applying codestarts...
[INFO] 📚 java
🔨 maven
📦 quarkus
📝 config-properties
🔧 dockerfiles
🔧 maven-wrapper
[INFO]
-----------
[SUCCESS] ✅ quarkus project has been successfully generated in:
--> /Users/gpye200/Documents/Training/quarkus-course/artist
-----------
[INFO]
[INFO] ========================================================================================
[INFO] Your new application has been created in /Users/gpye200/Documents/Training/quarkus-course/artist
[INFO] Navigate into this directory and launch your application with mvn quarkus:dev
[INFO] Your application will be accessible on http://localhost:8080
[INFO] ========================================================================================
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.428 s
[INFO] Finished at: 2023-07-10T11:54:04-06:00
[INFO] ------------------------------------------------------------------------
Appears the
test
directory nor the java class file undersrc/main/java
are not being generated per bootstrapping activity from "Accessing Rational Databases with Quarkus" lecture.Directory tree
The text was updated successfully, but these errors were encountered: