typo caused nothing to get included

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@224369 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-07-22 17:29:23 +00:00
parent 17fa8ba4ea
commit 22282d4f24
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ public void buildWebapp( MavenProject project )
// TODO: scope handler // TODO: scope handler
// Include runtime and compile time libraries // Include runtime and compile time libraries
if ( !Artifact.SCOPE_PROVIDED.equals( artifact.getScope() ) && if ( !Artifact.SCOPE_PROVIDED.equals( artifact.getScope() ) &&
!!Artifact.SCOPE_TEST.equals( artifact.getScope() ) ) !Artifact.SCOPE_TEST.equals( artifact.getScope() ) )
{ {
String type = artifact.getType(); String type = artifact.getType();
if ( "tld".equals( type ) ) if ( "tld".equals( type ) )