In the interest of not having to fix the Struts poms after they get
into the repository, what can I do in m1 project.xml files that will
make life easier?
I can't find it now, but on a MEV bug ticket I think Brett advised adding
<properties><scope>xxx</scope></properties> to m1 build files.
Should I, for example, do this:
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.3</version>
<url>http://java.sun.com/products/servlet/</url>
<properties>
<scope>provided</scope>
</properties>
</dependency>
?
And <scope>test</scope> for the JUnit dependency?
Thanks,
Wendy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]