mirror of https://github.com/apache/maven.git
remove debug info
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162615 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c9fbf52230
commit
a75e6d61dd
|
@ -92,10 +92,6 @@ public class ResourcesPlugin
|
||||||
public void execute()
|
public void execute()
|
||||||
throws Exception
|
throws Exception
|
||||||
{
|
{
|
||||||
System.out.println( "outputDirectory = " + outputDirectory );
|
|
||||||
|
|
||||||
System.out.println( "resources = " + resources );
|
|
||||||
|
|
||||||
for ( Iterator i = getJarResources( resources ).iterator(); i.hasNext(); )
|
for ( Iterator i = getJarResources( resources ).iterator(); i.hasNext(); )
|
||||||
{
|
{
|
||||||
ResourceEntry resourceEntry = (ResourceEntry) i.next();
|
ResourceEntry resourceEntry = (ResourceEntry) i.next();
|
||||||
|
|
Loading…
Reference in New Issue