Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37896616
en ru br
ALT Linux repos
S:3.1.3-alt7_27jpp11
5.0: 3.1-alt1_1jpp5
4.0: 2.0.1-alt1_3jpp1.7

Group :: Development/Java
RPM: xmlrpc

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: xmlrpc-pom_xml.patch
Download


--- 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>
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin