spring-boot-quickstart-archtype
                                
                                
                                
                                    spring-boot-quickstart-archtype copied to clipboard
                            
                            
                            
                        No Archetype IT projects warning
[WARNING] No Archetype IT projects: root 'projects' directory not found.
How do you resolve this warning?
can u please explain more how you get that warning ?
Sure next time I create a project from the archetype I will add some additional information
I get this warning when I run "mvn clean install" on the archetype. The warning occurs right after this output
[INFO] --- maven-archetype-plugin:3.0.1:integration-test (default-integration-test) --- [WARNING] No Archetype IT projects: root 'projects' directory not found.
I get this warning when I run "mvn clean install" on the archetype. The warning occurs right after this output
[INFO] --- maven-archetype-plugin:3.0.1:integration-test (default-integration-test) --- [WARNING] No Archetype IT projects: root 'projects' directory not found.
I also get but seems no abnormal else, do you resolve now?
I get this too when I run mvn install on my archetype project
[INFO] --- maven-archetype-plugin:3.0.1:integration-test (default-integration-test) @ my-archetype ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
I have no idea where the projects directory is supposed to go. I'm following the instructions at https://maven.apache.org/guides/mini/guide-creating-archetypes.html which makes no mention of a projects directory. And the generated pom.xml file doesn't have anything from my file at src/main/resources/archetype-resources/pom.xml
Does anyone know what's wrong or how I can fix this?