Is anyone using this feature with perforce and maven 2?
I'm a little fuzzy with this particular plugin, but doesn't it depend on
the <scm> config specified at the top of the pom?
I have this:
<scm>
<connection>scm:perforce:${p4.username}:[EMAIL PROTECTED]://some/d
epot/path</connection>
<url>http://someserver:somport/@md&eq;d&cd&eq;//somepath/</url>
</scm>
What are others using for the <url> bit when using this plugin in
conjunction with perforce?
The release plugin doesn't like "=" in the url as well as my "&eq;"
things.
Thanks in advance!