included the monitor jar and dependencies in the rpm
[upnpmonitor] / rpm / pom.xml
index 85e0b467d49ab81b779976f7b4d803dffd6299f1..ef44081bf78a89327538a94004e12aa708736978 100644 (file)
     <artifactId>rpm</artifactId>
        <packaging>rpm</packaging>
     <name>/rpm</name>
+       
+       <dependencies>
+           <dependency>
+                   <groupId>org.wamblee.upnpmonitor</groupId>
+                       <artifactId>monitor</artifactId>
+                       <version>0.1-SNAPSHOT</version>
+               </dependency>
+       </dependencies>
 
     <build>
         <plugins>
                                 </source>
                             </sources>
                         </mapping>
+                                               
+                                               <mapping>
+                                                   <directory>/opt/upnpmonitor/lib</directory>
+                                                       <filemode>755</filemode>
+                                                       <username>root</username>
+                                                       <groupname>root</groupname>
+                                                       <dependency/>
+                                               </mapping>
                        
                         <mapping>
                             <directory>/etc/profile.d</directory>