dev@glassfish.java.net

Re: Build getting stuck

From: Jane Young <jane.young_at_oracle.com>
Date: Fri, 14 Jan 2011 16:38:15 -0800

Can you build from v3/common/scattered-archive-api ?
What is the version of Maven and JDK?
Also, can you build with "mvn -X..."?

On 1/14/11 4:32 PM, Rajiv Mordani wrote:
> I just did a clean checkout (been running into this problem since
> yesterday evening) and the build gets stuck at
>
> [INFO] Building in /home/rajiv/Workspaces/v3/common/scattered-archive-api
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /home/rajiv/Workspaces/v3/common/scattered-archive-api/src/main/resources
> [INFO] [hk2:hk2-compile {execution: default-hk2-compile}]
> [INFO] Compiling 3 source files to
> /home/rajiv/Workspaces/v3/common/scattered-archive-api/target/classes
>
> It just doesn't go ahead of this step.
>
> I am doing an mvn -U clean install.
>
> Anyone else facing this?
>
> - Rajiv