dev@glassfish.java.net

pom.xml change for maven-embedded-glassfish-plugin

From: Bhavanishankar <bhavanishankara.sapaliga_at_oracle.com>
Date: Wed, 10 Apr 2013 12:24:32 +0530

I need to make the following change to the pom.xml so that the plugin points to
the correct simple-glassfish-api artifact:

Index: pom.xml
===================================================================
--- pom.xml (revision 61284)
+++ pom.xml (working copy)
@@ -141,9 +141,9 @@
      </dependency>

       <dependency>
- <groupId>org.glassfish</groupId>
+ <groupId>org.glassfish.main.common</groupId>
        <artifactId>simple-glassfish-api</artifactId>
- <version>4.0-SNAPSHOT</version>
+ <version>4.0-b83</version>
        <scope>compile</scope>
      </dependency>
    </dependencies>

Ideally I should point it to 4.0-SNAPSHOT of simple-glassfish-api. But since the
repository does not contain 4.0-SNAPSHOT of simple-glassfish-api, I need to make
it point to b83
<https://maven.java.net/content/groups/promoted/org/glassfish/main/common/simple-glassfish-api/4.0-b83>.

Please review.

- Bhavani