mirror of https://github.com/apache/maven.git
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:
parent
17fa8ba4ea
commit
22282d4f24
|
@ -166,7 +166,7 @@ public class WarMojo
|
||||||
// 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 ) )
|
||||||
|
|
Loading…
Reference in New Issue