Steal, borrow from or modify the .css files.
[top] |
http://mojo.codehaus.org/
[top] |
Set up your corporate repository on https instead of http.
[top] |
Group ID, name, version
May or may not wish to comment on use of java packaging convention for groupid
[top] |
Sometimes it's easier to run an ant command than it is to figure out how to do something that isn't documented very well in Maven.
[top] |
site:ibiblio.org servlet-api
[top] |
I find it helpful to mark it in a stupid way so you know that it's made up, as opposed to something that you might confuse with the real thing.
For example fromJohnsBigAppJune06
Instead of 2.0.5
Why ? Because you are only guessing, and the worst thing you can do is mislead someone who comes along half a year later thinking this might be the real thing. If it's a guess, make it obvious that you are guessing.
[top] |
Not sure why, but it happens a lot. So be sure to run mvn again if first try or two fails, if you think the jar is really there.
[top] |
(Also noted elsewhere) be sure it's really worth worrying about. Maven does a lot that can be ignored if it's crunch time. Let it go if it doesn't matter.
[top] |
And be sure to do it before the first commit ! Hard to undo in cvs, for example. target directory and .classpath file
[top] |
This takes some experimentation, and I have also had to write calls to special ant copy and delete tasks to copy to target directories, for example.
[top] |