Re: cannot resolve maven-wolifecycle-plugin

From: Lachlan Deck (lachlan.dec..mail.com)
Date: Wed Oct 22 2008 - 19:50:04 EDT

  • Next message: Miguel Arroz: "Tip: command-clicking on a component name string actually works!"

    Hi Harvey,

    see the example I gave. You're missing the profile id and that it
    should be active by default.

    On 23/10/2008, at 9:55 AM, M.Y. Tjoe wrote:

    > Hi Henrique,
    >
    > Here is my setting.xml. Thanks for helping.
    >
    > <settings>
    >
    > <pluginGroups>
    > <pluginGroup>org.objectstyle.woproject.maven2</pluginGroup>
    > </pluginGroups>
    >
    >
    > <proxies>
    > <proxy>
    > <active>true</active>
    > <protocol>http</protocol>
    > <host>proxy.uow.edu.au</host>
    > <port>8080</port>
    > <username>XXXXXXX</username>
    > <password>XXXXXXXXXXX</password>
    > <nonProxyHosts>*.uow.edu.au</nonProxyHosts>
    > </proxy>
    > </proxies>
    >
    > <profiles>
    >
    > <profile>
    > <pluginRepositories>
    > <pluginRepository>
    > <id>mdimension.releases</id>
    > <name>MDimension Releases Repository</name>
    > <url>
    > http://webobjects.mdimension.com/maven2/releases
    > </url>
    > <releases>
    > <enabled>true</enabled>
    > </releases>
    > <snapshots>
    > <enabled>false</enabled>
    > </snapshots>
    > </pluginRepository>
    > <pluginRepository>
    > <id>mdimension.snapshots</id>
    > <name>MDimension Snapshots Repository</name>
    > <url>
    > http://webobjects.mdimension.com/maven2/snapshots
    > </url>
    > <releases>
    > <enabled>false</enabled>
    > </releases>
    > <snapshots>
    > <enabled>true</enabled>
    > </snapshots>
    > </pluginRepository>
    > </pluginRepositories>
    > </profile>
    >
    > </profiles>
    >
    > </settings>
    >
    >
    > Regards,
    > Harvey
    >
    >
    > On 22/10/2008, at 10:54 PM, Henrique Prange wrote:
    >
    >> Hi Harvey,
    >>
    >> Could you please attach your settings.xml for us?
    >>
    >> Cheers,
    >>
    >> Henrique
    >>
    >> M.Y. Tjoe wrote:
    >>> Thanks Lachlan. The repository has been set in .m2/settings.xml but
    >>> doesn't seems to get picked up. I'll go through it again to see if
    >>> I did
    >>> missing anything.
    >>>
    >>> Regards,
    >>> Harvey
    >>>
    >>> On 22/10/2008, at 3:21 PM, Lachlan Deck wrote:
    >>>
    >>>> Hi Harvey,
    >>>>
    >>>> On 22/10/2008, at 3:10 PM, M.Y. Tjoe wrote:
    >>>>
    >>>>> I was trying to make a maven webobjects app but it seems that
    >>>>> artifact is relocated somewhere/missing from repository and maven
    >>>>> cannot find it. I've tried changing the version to following but
    >>>>> still no success:
    >>>>>
    >>>>> 2.0.14
    >>>>> 2.0.15
    >>>>> 2.0.16
    >>>>> leaving version blank
    >>>>>
    >>>>> Any idea? I've attached the error message. Any comments is
    >>>>> welcome.
    >>>>> Thanks.
    >>>>>
    >>>>> Regards,
    >>>>> Harvey
    >>>>>
    >>>>>
    >>>>> MBP:testMaven2 mytjoe$ mvn package
    >>>>> [INFO] Scanning for projects...
    >>>>> Downloading:
    >>>>> http://repo1.maven.org/maven2/org/objectstyle/woproject/maven2/maven-wolifecycle-plugin/2.0.14/maven-wolifecycle-plugin-2.0.14.pom
    >>>>>
    >>>>> Downloading:
    >>>>> http://repo1.maven.org/maven2/org/objectstyle/woproject/maven2/maven-wolifecycle-plugin/2.0.14/maven-wolifecycle-plugin-2.0.14.pom
    >>>>>
    >>>>
    >>>> The plugin doesn't live in maven's main repo. You'll need to follow
    >>>> the instructions here:
    >>>> http://wiki.objectstyle.org/confluence/display/WOL/Quick+Start
    >>>> http://wiki.objectstyle.org/confluence/display/WOL/Maven+Create+WO+Application+Project
    >>>>
    >>>>
    >>>> with regards,
    >>>> --
    >>>>
    >>>> Lachlan Deck
    >>>>
    >>>>
    >>>>
    >>>
    >>>
    >

    with regards,

    --
    

    Lachlan Deck



    This archive was generated by hypermail 2.0.0 : Wed Oct 22 2008 - 19:50:52 EDT