does setting the dependancy scope to provided not work when running from 
MyEclipse...

<dependencies>
    <dependency>
        <groupId>javax.servlet</groupId>
        <artifactId>servlet-api</artifactId>
        <version>2.3</version>
        <scope>provided</scope>
    </dependency>
</dependencies>

"Bill Manuel" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Ok, I have maven2 working.  I'm trying to use MyEclipse to deploy to 
> Tomcat
> and the MyEclipse deployer is copying the servlet-api jar file to my
> server.  This is a problem because that file conflicts with the server. 
> Is
> there anyway to keep that on the dependencies in my POM, but not have it 
> on
> my classpath in Eclipse after running the eclipse:eclipse task?
>
> Thanks,
>
> Bill Manuel
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to