Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test directory not being generated #5

Open
gvp-devops opened this issue Jul 10, 2023 · 0 comments
Open

Test directory not being generated #5

gvp-devops opened this issue Jul 10, 2023 · 0 comments

Comments

@gvp-devops
Copy link

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] ------------------------------------------------------------------------

Directory tree


COSML-1722633 :: Documents/Training/quarkus-course » tree -L 4
.
├── artist
│   ├── README.md
│   ├── mvnw
│   ├── mvnw.cmd
│   ├── pom.xml
│   ├── src
│   │   └── main
│   │       ├── java
│   │       └── resources
│   └── target
│       ├── classes
│       │   └── application.properties
│       └── test-classes
├── customer
│   ├── README.md
│   ├── mvnw
│   ├── mvnw.cmd
│   ├── pom.xml
│   ├── src
│   │   └── main
│   │       ├── java
│   │       └── resources
│   └── target
│       ├── build-analytics-event.json
│       ├── classes
│       │   ├── application.properties
│       │   ├── import.sql
│       │   └── org
│       ├── customer-1.0.0-SNAPSHOT.jar
│       ├── generated-sources
│       │   └── annotations
│       ├── maven-archiver
│       │   └── pom.properties
│       ├── maven-status
│       │   └── maven-compiler-plugin
│       ├── quarkus-app
│       │   ├── app
│       │   ├── lib
│       │   ├── quarkus
│       │   ├── quarkus-app-dependencies.txt
│       │   └── quarkus-run.jar
│       └── quarkus-artifact.properties
├── pom.xml
└── vintage-store
    ├── README.md
    ├── mvnw
    ├── mvnw.cmd
    ├── pom.xml
    └── src
        └── main
            ├── java
            └── resources

31 directories, 22 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant