mirror of https://github.com/apache/maven.git
remove useless log
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330043 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
64716936f0
commit
1329000ae6
|
@ -205,8 +205,6 @@ public class EclipseWtpmodulesWriter
|
||||||
&& ( "jar".equals( type ) || "ejb".equals( type ) || "ejb-client".equals( type ) ) )
|
&& ( "jar".equals( type ) || "ejb".equals( type ) || "ejb-client".equals( type ) ) )
|
||||||
{
|
{
|
||||||
addDependency( writer, artifact, referencedReactorArtifacts, localRepository );
|
addDependency( writer, artifact, referencedReactorArtifacts, localRepository );
|
||||||
|
|
||||||
log.info( "Adding artifact " + artifact.getId() + " optional=" + artifact.isOptional() );
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue