private static final DeploymentFactory deploymentFactory = VFSDeploymentFactory.getInstance();
public void processDeployment(ProfileDeployment deployment, Deployment target)
{
// Get the assembly context
VirtualDeploymentAssemblyContext ctx = deployment.getTransientAttachments().getAttachment(
VirtualDeploymentAssemblyContext.class.getName(), VirtualDeploymentAssemblyContext.class);
// Create the structure meta data
if(ctx != null)
{