spring-boot-quickstart-archtype icon indicating copy to clipboard operation
spring-boot-quickstart-archtype copied to clipboard

No Archetype IT projects warning

Open null-ref-0000 opened this issue 7 years ago • 5 comments

[WARNING] No Archetype IT projects: root 'projects' directory not found.

How do you resolve this warning?

null-ref-0000 avatar Aug 09 '18 14:08 null-ref-0000

can u please explain more how you get that warning ?

Romeh avatar Oct 01 '18 11:10 Romeh

Sure next time I create a project from the archetype I will add some additional information

null-ref-0000 avatar Oct 02 '18 03:10 null-ref-0000

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.

null-ref-0000 avatar Oct 31 '18 17:10 null-ref-0000

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?

xieyi179620 avatar Aug 22 '21 07:08 xieyi179620

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?

SwingGuy1024 avatar Dec 03 '21 00:12 SwingGuy1024