You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2012/03/08 15:33:39 UTC

svn commit: r1298411 - /incubator/syncope/trunk/archetype/pom.xml

Author: ilgrosso
Date: Thu Mar  8 14:33:39 2012
New Revision: 1298411

URL: http://svn.apache.org/viewvc?rev=1298411&view=rev
Log:
[SYNCOPE-30] Including local META-INF resources alongside with externals (LICENSE, NOTICE)

Modified:
    incubator/syncope/trunk/archetype/pom.xml

Modified: incubator/syncope/trunk/archetype/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/archetype/pom.xml?rev=1298411&r1=1298410&r2=1298411&view=diff
==============================================================================
--- incubator/syncope/trunk/archetype/pom.xml (original)
+++ incubator/syncope/trunk/archetype/pom.xml Thu Mar  8 14:33:39 2012
@@ -156,6 +156,9 @@ under the License.
 
     <resources>
       <resource>
+        <directory>src/main/resources</directory>
+      </resource>
+      <resource>
         <directory>..</directory>
         <targetPath>META-INF</targetPath>
         <includes>