wala / ML

Eclipse Public License 2.0
25 stars 17 forks source link

Can't deploy to Maven repository #30

Closed khatchad closed 1 year ago

khatchad commented 1 year ago

Maven doesn't like capital letters in the artifact IDs:

https://github.com/wala/ML/blob/9e935bf5ebd9bb694e96667cf30927eb204f9c2d/pom.xml#L7

See the Guide to naming conventions on groupId, artifactId, and version . Workaround patch listed here.