Hi,
until GF 3.1.1 it was possible to fetch the GF distribution via Maven
<dependency>
<groupId>org.glassfish.distributions</groupId>
<artifactId>glassfish</artifactId>
<version>${dep.glassfish.version}</version>
<type>zip</type>
</dependency>
This was really convinient for me, since I have been able to retrieve
all dependencies of my project via Maven.
It seems to, that the distribution of GF 3.1.2[.2] is currently not
available via Maven. Is there any plan to publish it via Maven in the
future?
Bye,
Oliver