Closed sormuras closed 5 years ago
Extend etc/maven-group-alias.properties with more well-known Maven GroupID patterns. The idea was described in #24 and now the file needs more entries.
org.some-company.library
org.somecompany.library
-
org.some_company.library
com.github.mustachejava
com.github.spullara.mustache.java
fup2 https://github.com/sormuras/modules
Extend etc/maven-group-alias.properties with more well-known Maven GroupID patterns. The idea was described in #24 and now the file needs more entries.
Examples
org.some-company.library
=org.somecompany.library
// invalid char-
removedorg.some-company.library
=org.some_company.library
// invalid char-
replaced by ``_