EngineHub / Intake

IoC-oriented Java command parsing library
GNU Lesser General Public License v3.0
98 stars 21 forks source link

Grade Group vs. Maven GroupId #8

Closed AustinLMayes closed 9 years ago

AustinLMayes commented 9 years ago

In the readme and in your maven repository the groupId for this project is com.sk89q, in the current grade build file, the group is set to com.sk89q.intake. This breaks the maven grade install task. It also appears that you are no longer uploading to your maven repo (I might be wrong). Is this intentional, or is it a simple error?

sk89q commented 9 years ago

The README says that it's com.sk89q.intake for 4.x. The Maven Repo has 4.x in both groups because 4.0 was being published to the old group (com.sk89q) for a while before it was changed to the new group.

http://maven.sk89q.com/repo/com/sk89q/intake/4.0-SNAPSHOT/ http://maven.sk89q.com/repo/com/sk89q/intake/intake/4.0-SNAPSHOT/

AustinLMayes commented 9 years ago

Oh didn't see that. Opps, my bad :)