What error message do you get exactly? ClientModules is not a dependency of the project or something else?
S. On Thu, Aug 26, 2010 at 4:20 PM, <[email protected]> wrote: > It seems the attachments are not allowed. I have included the ear pom > below.. > > > ****************************************************************************************************************************************************************************************************************************************************************************************** > <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi=" > http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" > http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/xsd/maven-4.0.0.xsd"> > <modelVersion>4.0.0</modelVersion> > <parent> > <artifactId>ProjectX</artifactId> > <groupId>root</groupId> > <version>1.0</version> > </parent> > <groupId>root.ProjectX</groupId> > <artifactId>EarAssembler</artifactId> > <version>1.0</version> > <name>EarAssembler</name> > <packaging>ear</packaging> > <build> > <plugins> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-ear-plugin</artifactId> > <version>2.4.2</version> > <configuration> > <modules> > <jarModule> > <groupId>root.ProjectX</groupId> > <artifactId>ClientModules</artifactId> > </jarModule> > </modules> > <archive> > <manifest> > <addClasspath>true</addClasspath> > </manifest> > </archive> > </configuration> > </plugin> > </plugins> > </build> > <dependencies> > <dependency> > <groupId>root.ProjectX</groupId> > <artifactId>ClientModules</artifactId> > <version>1.0</version> > </dependency> > </dependencies> > </project> > > ****************************************************************************************************************************************************************************************************************************************************************************************** > > > Thanks > > > > > Nishant RAJ/HBEU/h...@hsbc > Aug 26 2010 15:17 > > Mail Size: 8020 > > Please respond to > "Maven Users List" <[email protected]> > > > To > [email protected] > cc > > Subject > Ear plugin issue > > Entity > HSBC Bank plc - HBEU > > > > > Hi All, > > I am trying to get the ear plugin working. > > Followed all the guidelines but could not get it working as its not able > to "find" the module that I want to package within the ear > > It looks for the module in my nexus repository but does not find it. > I have also got the "Resolve workspace project dependencies" enables in > eclipse. > > Pom is attached. > > Please advice as I have been struggling with the same for few hrs now. > > 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] > > > ************************************************************ > 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. >
