You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Mark R. Diggory" <md...@latte.harvard.edu> on 2004/05/14 18:35:34 UTC

Re: Gump integration with Maven

I would suspect that the commons logging ant build.xml file has either 
been customized beyond the capabilities of maven, or was never actually 
generated from maven.

If I think about this with my Maven hat on, a discrepancy arises.

groupId: commons-logging

artifactId: commons-logging
artifactId: commons-logging-api

As such these would/should be two separate projects within the 
commons-logging group. Each having a separate project.xml with the same 
groupId and different artifactId's. The source would be in separate 
directories and "commons-logging" would be dependent on 
"commons-logging-api"

-Mark

Stefan Bodewig wrote:

>On Fri, 14 May 2004, Brett Porter <bp...@f2network.com.au> wrote:
>
>  
>
>>Sorry... I didn't realise that gump had a notion of a project that
>>produces multiple artifacts.
>>    
>>
>
>Hmm, commons-logging is built by Maven.  Its Ant build file produces
>two jars, commons-logging.jar and commons-logging-api.jar - how does
>Maven deal with this?  Are these two separate projects?  Or a group of
>two artifacts?  This is the case we need to get mapped when running
>Gump.
>
>Stefan
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
>For additional commands, e-mail: general-help@gump.apache.org
>
>  
>