Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37746301
en ru br
ALT Linux repos
S:5.0.4-alt1_10jpp11

Group :: Development/Java
RPM: jopt-simple

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: jopt-simple-buildfixes.patch
Download


diff -up pholser-jopt-simple-9d4f1b6/pom.xml.buildfixes pholser-jopt-simple-9d4f1b6/pom.xml
--- pholser-jopt-simple-9d4f1b6/pom.xml.buildfixes	2011-05-22 01:42:28.000000000 +0200
+++ pholser-jopt-simple-9d4f1b6/pom.xml	2011-07-29 20:37:39.160086000 +0200
@@ -32,32 +32,6 @@
             <url>http://www.pholser.com</url>
         </developer>
     </developers>
-    <dependencies>
-        <dependency>
-            <groupId>joda-time</groupId>
-            <artifactId>joda-time</artifactId>
-            <version>1.6</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ant</groupId>
-            <artifactId>ant</artifactId>
-            <version>1.7.0</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>4.7</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.infinitest</groupId>
-            <artifactId>continuous-testing-toolkit</artifactId>
-            <version>1.0</version>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
     <build>
         <extensions>
             <extension>
@@ -70,11 +44,6 @@
                 <artifactId>maven-scm-manager-plexus</artifactId>
                 <version>1.3</version>
             </extension>
-            <extension>
-                <groupId>org.kathrynhuxtable.maven.wagon</groupId>
-                <artifactId>wagon-gitsite</artifactId>
-                <version>0.3.1</version>
-            </extension>
         </extensions>
         <plugins>
             <plugin>
@@ -97,44 +66,6 @@
                 </configuration>
             </plugin>
             <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>cobertura-maven-plugin</artifactId>
-                <version>2.4</version>
-                <configuration>
-                    <check>
-                        <haltOnFailure>true</haltOnFailure>
-                        <branchRate>83</branchRate>
-                        <totalBranchRate>96</totalBranchRate>
-                        <totalLineRate>99</totalLineRate>
-                    </check>
-                </configuration>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>clean</goal>
-                            <goal>check</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-pmd-plugin</artifactId>
-                <version>2.5</version>
-                <configuration>
-                    <minimumTokens>40</minimumTokens>
-                    <targetJdk>1.5</targetJdk>
-                </configuration>
-                <executions>
-                    <execution>
-                        <phase>compile</phase>
-                        <goals>
-                            <goal>cpd-check</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-antrun-plugin</artifactId>
                 <version>1.3</version>
@@ -197,38 +128,12 @@
             </plugin>
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
-                <artifactId>cobertura-maven-plugin</artifactId>
-                <configuration>
-                    <formats>
-                        <format>xml</format>
-                        <format>html</format>
-                    </formats>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-checkstyle-plugin</artifactId>
-                <configuration>
-                    <configLocation>${basedir}/conf/src-checkstyle.xml</configLocation>
-                    <headerLocation>${basedir}/LICENSE.txt</headerLocation>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
                 <artifactId>findbugs-maven-plugin</artifactId>
                 <version>2.3.2</version>
                 <configuration>
                     <threshold>Low</threshold>
                 </configuration>
             </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-pmd-plugin</artifactId>
-                <configuration>
-                    <minimumTokens>40</minimumTokens>
-                    <targetJdk>1.5</targetJdk>
-                </configuration>
-            </plugin>
         </plugins>
     </reporting>
     <distributionManagement>
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin