Re: Maven Skepticism

From: Henrique Prange (hprang..mail.com)
Date: Wed Jul 02 2008 - 16:04:39 EDT

  • Next message: Pierce T. Wetter III: "Re: Maven Skepticism"

    Hi Pierce,

    On Wed, Jul 2, 2008 at 2:20 PM, Pierce T. Wetter III
    <pierc..winforces.com> Hi wrote:
    >
    > Meanwhile:
    >
    > sierramadre:~ pierce$ mvn wobootstrap:install
    > [INFO] Scanning for projects...
    > [INFO] Searching repository for plugin with prefix: 'wobootstrap'.
    > [INFO]
    > ------------------------------------------------------------------------
    > [ERROR] BUILD ERROR
    > [INFO]
    > ------------------------------------------------------------------------
    > [INFO] The plugin 'org.apache.maven.plugins:maven-wobootstrap-plugin' does
    > not exist or no valid version could be found
    >

    Did you add the settings.xml to your ~/.m2 folder (as described on
    Step 2 of Quick Start tutorial)? Which version of Maven are you using?

    Maven is complaining about the existence of maven-wobootstrap-plugin
    with org.apache.maven.plugins groupId. It normally happens if you
    forget to add the the snippet below into your settings.xml :

    <pluginGroups>
            <pluginGroup>org.objectstyle.woproject.maven2</pluginGroup>
    </pluginGroups>

    This piece of code tells Maven to search for plug-ins with
    'org.objectstyle.woproject.maven2' groupId.

    Cheers,

    Henrique

    > Per the wiki:
    >
    > sierramadre:~ pierce$ mvn wobootstrap:install
    > -DwebObjectsLibFolder=/Library/WebServer/Documents/WebObjects/Java
    > -DwebObjectsVersion=5.3
    > [INFO] Scanning for projects...
    > [INFO] Searching repository for plugin with prefix: 'wobootstrap'.
    > [INFO]
    > ------------------------------------------------------------------------
    > [ERROR] BUILD ERROR
    > [INFO]
    > ------------------------------------------------------------------------
    > [INFO] The plugin 'org.apache.maven.plugins:maven-wobootstrap-plugin' does
    > not exist or no valid version could be found
    >
    >



    This archive was generated by hypermail 2.0.0 : Wed Jul 02 2008 - 16:05:40 EDT