We are trying to figure out how to add a jar imbedded in a binary distribution to the build classpath.
For example. We have a project base framework that is based on Turbine. This base framework contains settings unique to our organization. Layouts, additional and/or custom services, property file settings, etc... We have applications based on this base framework. These applications can overlay some of the base framework artifacts. For instance the default layout. We typically distribute the base framework as a binary distribution. We have enhanced our Maven.xml file with the use of pre and post Goals to first populate the webapp with base framework artifacts and then we overlay the webapp with any changes from the project using it. The one thing we are missing is how to add the Jar in the binary distribution to the build-Classpath. How are others addressing this? Is anyone using reactor to achieve this? Appreciate any ideas, Dave -- To unsubscribe, e-mail: <mailto:turbine-maven-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:turbine-maven-user-help@;jakarta.apache.org>
