You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by David Jencks <da...@yahoo.com> on 2010/06/30 00:45:43 UTC

Re: Tests are ignored

On May 26, 2010, at 6:12 AM, Donald Woods wrote:

> That is a default maven behavior, in how it looks for parent POMs in
> ../pom.xml by default.  Nothing to worry about - just ignore it.
> 

You can disable this annoying output by telling maven the parent is not in the file system parent by specifying
   <parent>
       ....
       <relativePath/>
   </parent>

david jencks
<snip>