Is it possible to place an assembly in the pom.xml file rather than a separate xml file? My purpose is that I have a large number of similar projects that use the same assembly descriptor. It is different than all of the built-in descriptors, and I would like NOT to have to copy the assembly.xml file into each project explicitly, but to inherit the assembly through normal pom.xml inheritance.
If this is not possible, does anyone have a suggestion as to how to go about this in another way? My problem manifests itself when I build in an environment that does not have ALL of the necessary source code locally. I would like to be able to place an assembly in a versioned Maven project, and refer to it from other projects that depend upon it. Currently, the assembly.xml file cannot be found because I have to explicitly define the path to it, and this path does not exist unless the source to the project in which it resides is checked-out of CM. Thanks for the help. -mark -- View this message in context: http://www.nabble.com/Reusable%2C-in-line-assemblies-user-level-descriptorrefs-tp18114887p18114887.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
