SCP calls in ICAT's main pom.xml

8 views
Skip to first unread message

Jürgen Starek

unread,
Sep 28, 2012, 7:21:56 AM9/28/12
to icat-de...@googlegroups.com
During the NOBUGS conference, we noted that there are SCP calls in ICAT's main pom.xml file. The relevant section seems to be


<distributionManagement>
        <downloadUrl>http://www.icatproject.org/mvn/repo</downloadUrl>
        <site>
            <id>website</id>
        </site>
        <repository>
            <id>repo</id>
            <url>scp://www.icatproject.org/var/www/html/mvn/repo</url>
        </repository>
    </distributionManagement>

Since none of the people present knew the exact purpose of these calls, and is it possible to replace them so that one can again build icat wihout having access to www.icatproject.org

Many thanks

  Jürgen 

Steve Fisher

unread,
Sep 30, 2012, 3:56:01 AM9/30/12
to icat-de...@googlegroups.com

This section should only be used when preparing a release using the maven release target. Which maven command did you use and what error message did you get?
Steve

Jürgen Starek

unread,
Oct 10, 2012, 5:58:32 AM10/10/12
to icat-de...@googlegroups.com
Am Sonntag, 30. September 2012 09:56:04 UTC+2 schrieb Steve Fisher:

This section should only be used when preparing a release using the maven release target. Which maven command did you use and what error message did you get?


Hello Steve,

sorry for the late reply, I took some days off. -- We used "mvn deploy" to try to build it, assuming that "release" was for pushing releases to icatproject.org and "deploy" for local deployments.

  Jürgen

Steve Fisher

unread,
Oct 10, 2012, 9:32:22 AM10/10/12
to icat-de...@googlegroups.com

Release does everything for a new version, deploy will deploy on icatproject.org but what you want is install which installs below .m2

Steve

Reply all
Reply to author
Forward
0 new messages