5

http://maven.glassfish.org/content/groups/glassfish/ looks like it should be GlassFish's official Maven repository, but it currently hosts only up to version 3.1.1-b05 of glassfish-embedded-all (see http://maven.glassfish.org/content/groups/glassfish/org/glassfish/extras/glassfish-embedded-all/).

http://download.java.net/maven/glassfish/org/glassfish/extras/ is linked to from Embedded GlassFish's site (Embedded Jars). It doesn't look like an official Maven repository but hosts up to 3.1.1-b11 (at http://download.java.net/maven/glassfish/org/glassfish/extras/glassfish-embedded-all/).

So the question is which would be the reliable repository to get the Maven dependencies for Embedded GlassFish from.

Fernando Correia
  • 21,803
  • 13
  • 83
  • 116

2 Answers2

3

The latest (3.1.2) I could find was at https://maven.java.net/content/repositories/releases/org/glassfish/main/extras/glassfish-embedded-all/

Unfortunately, for 3.1.2.2 as of August 21, 2012 seems to be nowhere!

I've just opened an issue: http://java.net/jira/browse/GLASSFISH-19028 The very strange thing is that while opening the issue I saw the 3.1.2.2 still classified as "Unreleased Version"...

UPDATE! Today glassfish staff answered : 3.1.2.2 maven artifacts are not yet available on maven central / maven.java.net release repo. You can find them here: https://maven.java.net/content/repositories/releases/org/glassfish/main/extras/glassfish-embedded-all/3.1.2.2/

mavroprovato
  • 8,023
  • 5
  • 37
  • 52
Vincenzo Cerbone
  • 404
  • 5
  • 12
  • Any idea where the source code is available? The glassfish-embedded-all-3.1.2.2-sources.jar available at these sites is about 2k and is basically empty. – Uncle Long Hair Feb 09 '15 at 17:02
2

As of August 3, 2011 at 12:43 PM EDT http://download.java.net/maven/glassfish/org/glassfish/extras/glassfish-embedded-all/3.1.1 should get you what you want. This is the correct repository.

Laird Nelson
  • 15,321
  • 19
  • 73
  • 127
  • 1
    Latest release candidates and milestone don't seem to be hosted here anymore. They're not in https://maven.java.net either - java.net's official maven repository. – Mercer Traieste Dec 16 '11 at 09:38
  • 2
    For reasons that I've never been clear on, the embedded Glassfish stuff tends to trail the main distribution by several revisions. You can see all revisions here: http://download.java.net/maven/glassfish/org/glassfish/extras/glassfish-embedded-all/ – Laird Nelson Dec 16 '11 at 16:34