EAServer executes this target one time only after you deploy
a J2EE archive. You can use this target to perform tasks that must
be done after deployment but that should not execute again whenever
the configure
and recompile
targets are
invoked. For example, to perform one-time setup of a runtime database
or to create an administrator login account.
To add your own tasks that execute as part of the deploy
target,
embed a Sybase user configuration file in the J2EE archive. Inside
that build file, run the tasks in a target named deploy-user
.