dev@glassfish.java.net

Unable to build 3.2

From: Kumar.Jayanti <Vbkumar.Jayanti_at_Sun.COM>
Date: Wed, 02 Feb 2011 23:38:23 +0530

I am unable to build V3 Trunk (3.2), can someone tell what is wrong

--------------
Downloading:
http://maven.glassfish.org/content/groups/glassfish/org/glassfish/build/maven-glassfishbuild-extension/3.2-SNAPSHOT/maven-glassfishbuild-extension-3.2-SNAPSHOT.pom
[INFO] Unable to find resource
'org.glassfish.build:maven-glassfishbuild-extension:pom:3.2-SNAPSHOT' in
repository glassfish-repo-archive
(http://maven.glassfish.org/content/groups/glassfish)
Downloading:
http://maven.glassfish.org/content/groups/glassfish/org/glassfish/build/maven-glassfishbuild-extension/3.2-SNAPSHOT/maven-glassfishbuild-extension-3.2-SNAPSHOT.jar
[INFO] Unable to find resource
'org.glassfish.build:maven-glassfishbuild-extension:jar:3.2-SNAPSHOT' in
repository glassfish-repo-archive
(http://maven.glassfish.org/content/groups/glassfish)

[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.glassfish.build:maven-glassfishbuild-extension:jar:3.2-SNAPSHOT

   Try downloading the file manually from the project website.

   Then, install it using the command:
       mvn install:install-file -DgroupId=org.glassfish.build
-DartifactId=maven-glassfishbuild-extension -Dversion=3.2-SNAPSHOT
-Dpackaging=jar -Dfile=/path/to/file

   Alternatively, if you host your own repository you can deploy the
file there:
       mvn deploy:deploy-file -DgroupId=org.glassfish.build
-DartifactId=maven-glassfishbuild-extension -Dversion=3.2-SNAPSHOT
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

   Path to dependency:
       1) org.glassfish.common:mejb-frag:distribution-fragment:3.2-SNAPSHOT
       2)
org.glassfish.build:maven-glassfishbuild-extension:jar:3.2-SNAPSHOT

----------
1 required artifact is missing.

for artifact:
   org.glassfish.common:mejb-frag:distribution-fragment:3.2-SNAPSHOT

from the specified remote repositories:
   glassfish-repo-archive
(http://maven.glassfish.org/content/groups/glassfish),
   central (http://repo1.maven.org/maven2)
--------------------

regards,
kumar