You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Ex...@nokia.com on 2003/02/06 09:01:26 UTC

Multiple artifactIds for one groupId

Hi,

Is it possible to do this:

<dependency>
    <groupId>jce</groupId>
    <version>1.2.2</version>
    <artifactId>jce</artifactId>
    <artifactId>local_policy</artifactId>
    <artifactId>sunjce_provider</artifactId>
</dependency>

Thanks,
Mike.