Carsten Ziegeler wrote:
Stephen McConnell wrote:
Could you please elaborate a little bit on this?Or is this better?Breaking out the src directories does not work - the project level information is different for api and impl.
+ "component-xyz" + src - api src - impl src - xdocs
Plugins in maven make the assumption that the project descriptor represents a single unique artifact. For example, the dependecies that a project has can be used to automate the creation of a manifest for a jar file. If you consider this example you will quickly discover that the assumptions made by a plugin do not hold when you have multiple artifacts per project. Yes - you can get around this by creating your own manifest entries and creating a jar file outside of the Maven plugin.
I.e. Maven is intended to be used on the basis of one main artifact per project. As soon as you start ignoring this you start breaking plugins left right and center.
Stephen.
Carsten
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--
Stephen J. McConnell mailto:[EMAIL PROTECTED] http://www.osm.net
Sent via James running under Merlin as an NT service. http://avalon.apache.org/sandbox/merlin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
