Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

[11:32:28 EDT(-0400)] * esm (n=esm@esm.qis.net) has joined ##uportal
[12:02:47 EDT(-0400)] * EricDalquist (n=EricDalq@adsl-76-208-66-113.dsl.mdsnwi.sbcglobal.net) has joined ##uportal
[12:06:40 EDT(-0400)] <EricDalquist> morning elliot
[12:06:45 EDT(-0400)] <EricDalquist> I have a maven question for ya
[12:07:18 EDT(-0400)] <esm> hey there
[12:07:19 EDT(-0400)] <esm> shoot
[12:07:36 EDT(-0400)] <EricDalquist> so working with ScottB I'm doing some updates to the parent jasig pom
[12:08:01 EDT(-0400)] <EricDalquist> moving more config into the parent and using some properties to fill in project specific info
[12:08:17 EDT(-0400)] <EricDalquist> the one that is causing me problems is the scm info
[12:08:24 EDT(-0400)] <EricDalquist> in the parent pom I have:
[12:08:27 EDT(-0400)] <EricDalquist> <scm>
[12:08:27 EDT(-0400)]

Wiki Markup
&lt;EricDalquist&gt;         &lt;connection&gt;scm:svn:https://www.ja-sig.org/svn/${scm.path}&lt;/connection&gt;

[12:08:27 EDT(-0400)]
Wiki Markup
&lt;EricDalquist&gt;         &lt;developerConnection&gt;scm:svn:https://www.ja-sig.org/svn/${scm.path}&lt;/developerConnection&gt;

[12:08:28 EDT(-0400)]
Wiki Markup
&lt;EricDalquist&gt;         &lt;url&gt;http://developer.ja-sig.org/source/browse/jasigsvn/${scm.path}&lt;/url&gt;

[12:08:28 EDT(-0400)] <EricDalquist> </scm>
[12:09:00 EDT(-0400)] <EricDalquist> in a child project pom I have:
[12:09:00 EDT(-0400)] <EricDalquist> <scm.path>portlets/BookmarksPortlet/trunk</scm.path>