I've added a new module as described in http://
wiki.glassfish.java.net/Wiki.jsp?page=AddingModule
I've added it to the distributions/web/pom.xml per Jerome:
<dependency>
<groupId>org.glassfish.common</groupId>
<artifactId>amx-impl</artifactId>
<version>${pe.version}</version>
<type>zip</type>
</dependency>
But I encounter this problem when doing 'maven install':
Downloading:
http://download.java.net/maven/glassfish/org/glassfish/
common/amx-impl/10.0-SNAPSHOT/amx-impl-10.0-SNAPSHOT.zip
Downloading:
http://download.java.net/maven/1/org.glassfish.common/
zips/amx-impl-10.0-SNAPSHOT.zip
Downloading:
http://repo1.maven.org/maven2/org/glassfish/common/amx-
impl/10.0-SNAPSHOT/amx-impl-10.0-SNAPSHOT.zip
Downloading:
http://download.java.net/maven/2/org/glassfish/common/
amx-impl/10.0-SNAPSHOT/amx-impl-10.0-SNAPSHOT.zip
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.glassfish.common:amx-impl:zip:10.0-SNAPSHOT
---
Lloyd L Chambers
lloyd.chambers_at_sun.com
Sun Microsystems, Inc