Skip to content

Commit

Permalink
Merge pull request wildfly#7225 from mkouba/WELD-1839
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas committed Mar 6, 2015
2 parents 9449431 + 2f1954f commit bdc6925
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -98,8 +98,8 @@ public void deploy(DeploymentPhaseContext phaseContext) throws DeploymentUnitPro
return; // Skip non web deployments
}

if (!WeldDeploymentMarker.isWeldDeployment(deploymentUnit)) {
return; // skip non weld deployments
if (!WeldDeploymentMarker.isPartOfWeldDeployment(deploymentUnit)) {
return; // Skip non weld deployments
}

WarMetaData warMetaData = deploymentUnit.getAttachment(WarMetaData.ATTACHMENT_KEY);
Expand Down

0 comments on commit bdc6925

Please sign in to comment.