dev@glassfish.java.net

Re: adding a new module--snapshot doesn't show up

From: Jerome Dochez <Jerome.Dochez_at_Sun.COM>
Date: Thu, 24 Jan 2008 14:09:49 -0800

why does it have zip type ? should be "jar" type or don't put the
type which defaults to jar.

> <dependency>
> <groupId>org.glassfish.common</groupId>
> <artifactId>amx-impl</artifactId>
> <version>${pe.version}</version>
> </dependency>

jerome

On Jan 24, 2008, at 2:07 PM, Lloyd L Chambers wrote:

> 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
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>