It looks like the solution is to change pom.xml entries that look like this:

  <parent>
    <groupId>net.oauth.core</groupId>
    <artifactId>parent</artifactId>
    <version>20090530</version>
  </parent>

to:

  <parent>
    <groupId>net.oauth.core</groupId>
    <artifactId>oauth-core-parent</artifactId>
    <version>20090530</version>
  </parent>

seth

On Tue, Jun 9, 2009 at 9:58 AM, joaquindiez<joaquind...@gmail.com> wrote:
>
> so... how can this be solved?
>
> On Jun 8, 9:24 pm, Paul Austin <paul.d.aus...@gmail.com> wrote:
>> For build 20090530 all of the maven pom are referencing a parent
>> called parent. In the file system the module is called oauth-parent so
>> those poms cannot find it.
>>
>> Paul
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OAuth" group.
To post to this group, send email to oauth@googlegroups.com
To unsubscribe from this group, send email to oauth+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/oauth?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to