users@glassfish.java.net

Re: Embedded GlassFish with maven, glassfish:run, and JSPs and JSTL

From: <glassfish_at_javadesktop.org>
Date: Fri, 30 Jan 2009 19:07:41 PST

Byron has moved the "glassfish:run" plugin to under the GFE code umbrella.

He's also changed the name of the plugin from maven-glassfish-plugin to mvn-gfe-plugin.

So you can use:

mvn gfe:run

He's made some fixes too. Can you try this latest plugin?

Change

<plugin>
  <groupId>org.glassfish</groupId>
  <artifactId>maven-glassfish-plugin</artifactId>
</plugin>

to

<plugin>
  <groupId>org.glassfish.embedded</groupId>
  <artifactId>maven-gfe-plugin</artifactId>
</plugin>
[Message sent by forum member 'jc129909' (jc129909)]

http://forums.java.net/jive/thread.jspa?messageID=329360