On 8/13/13 1:41 PM, Oliver B. Fischer wrote:
> Hi,
>
> I download the Zip distribution of GlassFish via Maven. Currently the
> download fails because of a missing dependency to
>
> org.glassfish.main.jdbc:templates:distribution-fragment:4.0
>
> I haven't found it at the main Maven repository =>
>
> http://bit.ly/13xaeYa
>
> Might it be possible that someone forgot to upload this artifact?
How do you download it ? Via a dependency [1] in a pom, with
dependency:get, or some other way ?
Thanks,
Romain
[1]
<dependency>
<groupId>org.glassfish.main.distributions</groupId>
<artifactId>glassfish</artifactId>
<version>4.0</version>
<type>zip</type>
</dependency>
>
> Bye,
>
> Oliver
>