I have a common project and several other projects that all require the common project.
I have the common project defined as a required project under eclipse, and eclipse requires that the common project is open when I am building any of the other projects etc. If I make a change to the common code though, and do not do a common build via the maven plugin, and then build one of the other projects, the other projects do not know about the new common change. How can I make the poms for the other projects call the common project's pom, so that it always gets rebuilt when needed? all my projects are at the same level: c:\projects\common c:\projects\project1 c:\projects\project2 etc cheers, ding ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ WARNING: This email and any attachments may be confidential and/or privileged. They are intended for the addressee only and are not to be read, used, copied or disseminated by anyone receiving them in error. If you are not the intended recipient, please notify the sender by return email and delete this message and any attachments. The views expressed in this email are those of the sender and do not necessarily reflect the official views of Landcare Research. SirTrack http://www.sirtrack.com ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
