You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by dd...@apache.org on 2005/11/17 17:22:40 UTC

svn commit: r345278 - /portals/pluto/trunk/pluto-portal-driver/pom.xml

Author: ddewolf
Date: Thu Nov 17 08:22:36 2005
New Revision: 345278

URL: http://svn.apache.org/viewcvs?rev=345278&view=rev
Log:
Adding resources to jar

Modified:
    portals/pluto/trunk/pluto-portal-driver/pom.xml

Modified: portals/pluto/trunk/pluto-portal-driver/pom.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-portal-driver/pom.xml?rev=345278&r1=345277&r2=345278&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-portal-driver/pom.xml (original)
+++ portals/pluto/trunk/pluto-portal-driver/pom.xml Thu Nov 17 08:22:36 2005
@@ -86,7 +86,12 @@
     </dependency>
   </dependencies>
   <build>
-    <finalName>pluto-portal</finalName>
+    <resources>
+      <resource>
+        <directory>src/resources</directory>
+		<includes name="**/*.sql"/>
+      </resource>
+    </resources>
     <plugins>
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>