Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

[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)]

<EricDalquist> <connection>scm:svn:https://www.ja-sig.org/svn/$

Unknown macro: {scm.path}

</connection>


[12:08:27 EDT(-0400)]

<EricDalquist> <developerConnection>scm:svn:https://www.ja-sig.org/svn/$

Unknown macro: {scm.path}

</developerConnection>


[12:08:28 EDT(-0400)]

<EricDalquist> <url>http://developer.ja-sig.org/source/browse/jasigsvn/$

Unknown macro: {scm.path}

</url>


[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>

  • No labels