expand on comment

git-svn-id: https://svn.apache.org/repos/asf/incubator/npanday/trunk@1609012 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/plugins/maven-resgen-plugin/src/main/java/npanday/plugin/resgen/ResourceCopierMojo.java b/plugins/maven-resgen-plugin/src/main/java/npanday/plugin/resgen/ResourceCopierMojo.java
index f4febf6..25b1aad 100644
--- a/plugins/maven-resgen-plugin/src/main/java/npanday/plugin/resgen/ResourceCopierMojo.java
+++ b/plugins/maven-resgen-plugin/src/main/java/npanday/plugin/resgen/ResourceCopierMojo.java
@@ -60,6 +60,8 @@
 		{
 		
 			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)