Author: brett
Date: Wed Jul  9 04:25:58 2014
New Revision: 1609012

URL: http://svn.apache.org/r1609012
Log:
expand on comment

Modified:
    
incubator/npanday/trunk/plugins/maven-resgen-plugin/src/main/java/npanday/plugin/resgen/ResourceCopierMojo.java

Modified: 
incubator/npanday/trunk/plugins/maven-resgen-plugin/src/main/java/npanday/plugin/resgen/ResourceCopierMojo.java
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/maven-resgen-plugin/src/main/java/npanday/plugin/resgen/ResourceCopierMojo.java?rev=1609012&r1=1609011&r2=1609012&view=diff
==============================================================================
--- 
incubator/npanday/trunk/plugins/maven-resgen-plugin/src/main/java/npanday/plugin/resgen/ResourceCopierMojo.java
 (original)
+++ 
incubator/npanday/trunk/plugins/maven-resgen-plugin/src/main/java/npanday/plugin/resgen/ResourceCopierMojo.java
 Wed Jul  9 04:25:58 2014
@@ -60,6 +60,8 @@ public class ResourceCopierMojo
                {
                
                        copyAllResources(project.getResources());
+
+            // TODO: this might need to be handled differently, otherwise they 
could be copied into the artifact
                        copyAllResources(project.getTestResources());
                }
                catch (Exception ex) 


Reply via email to