mirror of https://github.com/apache/maven.git
Add missing )
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@227200 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7a69f15c15
commit
a8229d20f5
|
@ -108,7 +108,7 @@ public abstract class AbstractEarMojo
|
|||
// provided scope
|
||||
if ( !isArtifactRegistered( artifact, earModules ) &&
|
||||
!Artifact.SCOPE_TEST.equals( artifact.getScope() ) &&
|
||||
!Artifact.SCOPE_PROVIDED.equals( artifact.getScope() )
|
||||
!Artifact.SCOPE_PROVIDED.equals( artifact.getScope() ) )
|
||||
{
|
||||
EarModule module = EarModuleFactory.newEarModule( artifact );
|
||||
earModules.add( module );
|
||||
|
|
Loading…
Reference in New Issue