Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 8915cd4030ab41fdc4031cf169f39cb1 > files > 8

xmlrpc3-3.1-3mdv2009.1.src.rpm

--- pom.xml.sav	2006-08-30 22:20:49.000000000 +0200
+++ pom.xml	2007-08-06 13:11:56.000000000 +0200
@@ -219,11 +219,25 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-site-plugin</artifactId>
+                <configuration>
+                    <siteDirectory>${basedir}/src/site</siteDirectory>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
     <dependencyManagement>
         <dependencies>
             <dependency>
+                <groupId>commons-codec</groupId>
+                <artifactId>commons-codec</artifactId>
+                <version>1.3</version>
+                <type>jar</type>
+                <scope>provided</scope>
+            </dependency>
+            <dependency>
                 <groupId>commons-httpclient</groupId>
                 <artifactId>commons-httpclient</artifactId>
                 <version>3.0.1</version>
@@ -270,6 +284,7 @@
 					<aggregate>true</aggregate>
 				</configuration>
             </plugin>
+<!--
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-changes-plugin</artifactId>
@@ -281,6 +296,7 @@
                     </reportSet>
                 </reportSets>
             </plugin>
+-->
         </plugins>
     </reporting>
     <distributionManagement>