I have some integration UNIT test cases.

Which require me to include those JAVA files in my integration unit test
module, And this module is designed to include all UNIT test case for that
parent project.

I hope you got it. But do you have any solution of my question ?



On Tue, May 1, 2012 at 11:59 AM, Ron Wheeler <rwhee...@artifact-software.com
> wrote:

> What are you trying to do?
> It is unusual for a WAR to be a dependency.
>  Even more unusual for a WebService to be a dependency.
>
> What are you testing?
>
> Ron
>
>
> On 01/05/2012 2:44 PM, Daivish Shah wrote:
>
>> Hi,
>>
>> I have following dependency declared in my UNIT Testing module project.
>>
>> <dependency>
>>     <groupId>sample-project-ws</**groupId>
>>     <artifactId>sample-project-ws<**/artifactId>
>>
>>      <version>${project.version}</**version>
>>
>>     <type>war</type>
>>     <scope>test</scope>
>> </dependency>
>>
>>
>> And i also have following entry in my unit testing module project
>> which is different then my web service project.
>>
>> <plugins>
>>     <plugin>
>>         <groupId>org.apache.maven.**plugins</groupId>
>>         <artifactId>maven-war-plugin</**artifactId>
>>         <configuration>
>>             <overlays>
>>                 <overlay/>
>>                 <overlay>
>>                     <groupId>sample-project-ws</**groupId>
>>                     <artifactId>your-project-**artifactId</artifactId>
>>                 </overlay>
>>             </overlays>
>>         </configuration>
>>     </plugin>
>>
>> And i am using Webservice depedency classes, in my JUNIT module which
>> is build under that WAR project.
>>
>> But i am not able to add it, Please help me out on this.
>>
>>
>> Thanks.
>>
>>
>
> --
> Ron Wheeler
> President
> Artifact Software Inc
> email: rwhee...@artifact-software.com
> skype: ronaldmwheeler
> phone: 866-970-2435, ext 102
>
>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail: 
> users-unsubscribe@maven.**apache.org<users-unsubscr...@maven.apache.org>
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

Reply via email to