2008/7/2 Sahoo <[EMAIL PROTECTED]>: > I am seeing build failures, because maven is downloading files with .bundle > extension as opposed to .jar as shown below: > Downloading > http://download.java.net/maven/glassfish/org/glassfish/admin/admin-cli/10.0-SNAPSHOT/admin-cli-10.0-SNAPSHOT.bundle > > It is true the above artifact was produced by a plugin which uses custom > packaging type called "bundle." But, why should that matter? Let me know if > you want any further info. I need some help immediately. >
this is possibly related to http://jira.codehaus.org/browse/MNG-1682 I think you'll need to provide the Maven debug output somewhere (mvn -X ...) and perhaps also the <dependency> details of the artifact being downloaded ie. does the <dependency> have <type>bundle</type>, or no <type> ? the Maven version and platform are always useful when reporting any issue there have been issues with this in the past on various multi-module projects where Maven tried to install the artifact using the packaging name rather than the extension set in the component descriptor (we currently workaround this issue in the plugin) but this is the first time I've seen it wrt downloading Thanks, > Sahoo > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Cheers, Stuart
