I'm guessing that you have the plugin bound in the parent pom. Move it to the child project and you should be fine.
/Anders On Thu, Aug 26, 2010 at 13:51, <[email protected]> wrote: > > Hi All, > > I am trying to build a project hierarchy. > > The structure looks something like this, > > > RootProject (Pom packaging) > > Child Project (jar packaging) > > The child project uses a plugin which uses src/main/jibx/customization.xml > file > > I can build the child project independently. The problem is that when I try > to build it from the parent project it says file not found > (src/main/jibx/customization.xml ) > > The parent seems to be looking for the file in its own folder structure > rather than delegating packaging execution to child. > > Please could somebody help. > > Both poms are attached. > > Thanks > Nishant > > > > > ************************************************************ > HSBC Bank plc > Registered Office: 8 Canada Square, London E14 5HQ > Registered in England - Number 14259 > Authorised and regulated by the Financial Services Authority > ************************************************************ > ----------------------------------------- SAVE PAPER - THINK BEFORE YOU > PRINT! This transmission has been issued by a member of the HSBC Group > "HSBC" for the information of the addressee only and should not be > reproduced and/or distributed to any other person. Each page attached hereto > must be read in conjunction with any disclaimer which forms part of it. > Unless otherwise stated, this transmission is neither an offer nor the > solicitation of an offer to sell or purchase any investment. Its contents > are based on information obtained from sources believed to be reliable but > HSBC makes no representation and accepts no responsibility or liability as > to its completeness or accuracy. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
