My guess is that it isn't a Maven error, but instead is an Isis one.

The @DomainObject(objectType=..) annotation defines an alias for the Class
that is used in the Restful Objects REST API (as well as elsewhere); Isis
requires that it is unique across all entities. So just change the value of
this in your copy and try again.

Cheers, Dan
On 25 May 2015 06:51, "Stephen Cameron" <[email protected]> wrote:

> Hello,
>
> I am trying to modify the SimpleApp archetype in Eclipse, but I am not very
> familiar with Maven. When I modifiy the myapp-dom project, by copying the
> SimpleObject and renaming it I need to make the changes flow through to the
> webapp project. At the moment I am getting an Isis error message, in the
> jetty:run target, telling me I have two 'SIMPLE' objects.
>
> Sorry this is a basic question, but can someone please point  me to a guide
> that explains how to work with Maven in this project group in
> Eclipse situation.
>
> Thanks
> Steve Cameron
>

Reply via email to