I have searched the net for the all the possible values that you can put in the scope tag inside dependency tag, but I haven’t found any list with the same data for the classiffier and the type.
Anybody knows what I can and cannot put inside this tags?
Just to be clear, I am not asking what does the classifier tag or the type tag do, I just want a list of the data that this tag accepts or where can I find it.
Thanks!
From the Maven Reference:
Update
Oops, I misunderstood the question. Here is my second shot (important parts italicized by me):
To me this suggests that you can use any classifier you want – it is not limited to a certain set of possible values.
Which again tells, that although usually you won’t find anything else in this property as the well known packaging types, the list of possible values is open and plugin-specific.