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

Spring boot maven archtype to generare spring boot web application

Results 3 spring-boot-quickstart-archtype issues
Sort by recently updated
recently updated
newest added

[WARNING] No Archetype IT projects: root 'projects' directory not found. How do you resolve this warning?

``` ~/dev/spring-boot-quickstart-archtype$ mvn clean install [INFO] Scanning for projects... Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-packaging/3.0.1/archetype-packaging-3.0.1.pom [ERROR] [ERROR] Some problems were encountered while processing the POMs: [ERROR] Unresolveable build extension: Plugin org.apache.maven.archetype:archetype-packaging:3.0.1 or...

help wanted

Hi, mvn clean install success, but fail to generate the project from mvn archetype:generate. Error message: $ mvn archetype:generate \ > -DarchetypeGroupId=com.romeh.spring-boot-archetypes \ > -DarchetypeArtifactId=spring-boot-quickstart \ > -DarchetypeVersion=1.0.0 \ >...