請問一下關于maven的這種問題怎么解決
Project build error: 'artifactId' with value 'spring-mvc-study-DarchetypeArtifactId=maven-archetype-
?webapp' does not match a valid id pattern.
Project build error: 'artifactId' with value 'spring-mvc-study-DarchetypeArtifactId=maven-archetype-
?webapp' does not match a valid id pattern.
2018-11-09
舉報
2018-11-09
請注意參看mavengroupId和artifactId的命名規范,建議使用英文小寫字母和'-'。不能使用特殊字符'='。
參考:https://maven.apache.org/guides/mini/guide-naming-conventions.html