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