On Fri, May 30, 2008 at 8:56 AM, Robert Burrell Donkin <[EMAIL PROTECTED]> wrote:
> in terms of communication, the pom is the place to focus. AIUI maven > users choose to use a library by adding a dependency with artifact and > group IDs. an easy and effective way to ensure that users know that > they are using an artifact from the incubator would be to ensure that > the group or artifact ID includes this information. we could also ask > that the pom (meta-data) for the project specifies 'Apache Software > Foundation (Incubator)' rather than 'Apache Software Foundation' as > the organisation. > Maven artifacts can also specify a "classifier." Perhaps the "incubating" part could be a classifier? <dependency> <groupId>org.apache.podling</groupId> <artifactId>podling</artifactId> <version>2.0</version> <classifier>incubating</classifier> </dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]