ArtifactType artifactType = new ArtifactType();
artifactType.setArtifactId(id);
EnvironmentType environmentType = new EnvironmentType();
environmentType.setModuleId(artifactType);
GeronimoEjbJarType geronimoEjbJarType = new GeronimoEjbJarType();
geronimoEjbJarType.setEnvironment(environmentType);
return geronimoEjbJarType;