Have you ever considered taking this out of the pom,xml entirely and
moving it to the settings.xml ?
This would allow you to add a password, for continuous build stuff if
that's required when fetching the code.
In addition not having the branch explicitly hard coded in the pom.xml
might make working with branches a little easier.
On 4/28/2009 8:33 AM, Wes Wannemacher wrote:
So, I had a bunch of trouble trying to run the release. I am starting
with the struts-master pom because it seems it is a bit easier to
learn the release process when I am only dealing with one file :)
Anyhow, I noticed that in that pom file, there is this section -
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/struts/maven/trunk/pom</connection>
<developerConnection>scm:svn:http://svn.apache.org/repos/asf/struts/maven/trunk/pom</developerConnection>
<url>http://svn.apache.org/repos/asf/struts/maven/trunk/pom</url>
</scm>
Should developerConnection really be http: and not https: ? I think
that has caused me some problems since I am checking out from https:,
then svn complains that the repositories don't appear to match... I
can make the change as part of this "release" but wanted to make sure
first.
-Wes
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org