dev@glassfish.java.net

[v3.1 build] Important message about 3.1 trunk build.

From: Jane Young <Jane.Young_at_Sun.COM>
Date: Mon, 22 Mar 2010 06:52:43 -0700

Hi,

If you update v3 (3.1 trunk) workspace and build, you may see the
following build error:

[INFO]
------------------------------------------------------------------------
[INFO] Building GlassFish Parent Project
[INFO] task-segment: [install]
[INFO]
------------------------------------------------------------------------
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] 'echo' was specified in an execution, but not found in the plugin
[INFO]
------------------------------------------------------------------------


This is because a new maven-glassfishbuild-plugin goal "echo" is added
in v3/pom.xml.
The workaround is first build with the "-Prelease-phase1":
"mvn -Prelease-phase1 install" and then continue with "mvn install".
You only need to do this once.

Thanks,
Jane