I'm working on writing working poms for xmlbeans (for the benefit of projects that use xmlbeans, not to try to write an m2 build for xmlbeans). They publish a "full" jar xbean.jar and an "interface" jar xmlpublic.jar that contains a subset of xbean.jar I believe the idea is that you can compile your program using xmlpublic.jar to make sure you aren't poking your nose in where you shouldn't, and then run it with xbean.jar.

What is the best way to express this using m2? Do the xmlbeans poms need to include any information regarding this?

many thanks
david jencks


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

Reply via email to