Stuart McCulloch wrote:
and perhaps also the <dependency> details of the artifact being downloaded
ie. does the <dependency> have <type>bundle</type>, or no <type> ?


Unfortunately, the dependencies are not published in any public repo
yet, otherwise I would have been able to provide the URL. How do I check
this detail? I looked at admin-cli-10.0-SNAPSHOT.pom in my local
repository and I do see it has     <packaging>bundle</packaging>.


I was thinking more about the pom that is pulling down this
dependency -
No, the dependant POM does not use <type>. It specifies the dependency like this:
      <dependency>
          <groupId>org.glassfish.admin</groupId>
          <artifactId>admin-cli</artifactId>
          <version>${glassfish.version}</version>
      </dependency>


Thanks,
Sahoo

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to