Home | History | Annotate | Download | only in 3.0.0
      1 <?xml version="1.0"?>
      2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
      3   <modelVersion>4.0.0</modelVersion>
      4   <groupId>com.google.code.findbugs</groupId>
      5   <artifactId>findbugs</artifactId>
      6   <version>3.0.0</version>
      7   <packaging>jar</packaging>
      8   <url>http://findbugs.sourceforge.net/</url>
      9   <name>FindBugs</name>
     10   <description>Findbugs: Because it's easy!</description>
     11   <licenses>
     12     <license>
     13       <name>GNU Lesser Public License</name>
     14       <url>http://www.gnu.org/licenses/lgpl.html</url>
     15       <distribution>repo</distribution>
     16     </license>
     17   </licenses>
     18   <scm>
     19     <connection>scm:git:http://code.google.com/p/findbugs/</connection>
     20     <developerConnection>scm:git:https://code.google.com/p/findbugs/</developerConnection>
     21     <url>https://code.google.com/p/findbugs/</url>
     22   </scm>
     23   <developers>
     24     <developer>
     25       <id>bp</id>
     26       <name>Bill Pugh</name>
     27       <email>pugh at cs.umd.edu</email>
     28       <url>http://www.cs.umd.edu/~pugh/</url>
     29       <roles>
     30         <role>Project Lead</role>
     31         <role>Primary Developer</role>
     32       </roles>
     33       <timezone>-5</timezone>
     34     </developer>
     35     <developer>
     36       <id>al</id>
     37       <name>Andrey Loskutov</name>
     38       <email>Loskutov (a] gmx.de</email>
     39       <url>http://andrei.gmxhome.de/privat.html</url>
     40       <roles>
     41         <role>Eclipse plugin</role>
     42       </roles>
     43       <timezone>+1</timezone>
     44     </developer>
     45     <developer>
     46       <id>bp</id>
     47       <name>Keith Lea</name>
     48       <email/>
     49       <url>http://keithlea.com/</url>
     50       <roles>
     51         <role>web cloud</role>
     52       </roles>
     53       <timezone>-5</timezone>
     54     </developer>
     55   </developers>
     56   <contributors>
     57     <contributor>
     58       <name>Garvin LeClaire</name>
     59       <email>garvin.leclaire (a] gmail.com</email>
     60       <url/>
     61       <roles>
     62         <role>Maven</role>
     63       </roles>
     64       <timezone>-5</timezone>
     65     </contributor>
     66     <contributor>
     67       <name>David H. Hovemeyer</name>
     68       <email>dhovemey (a] ycp.edu</email>
     69       <url>http://goose.ycp.edu/~dhovemey/</url>
     70       <roles>
     71         <role>project founder</role>
     72       </roles>
     73       <timezone>-5</timezone>
     74     </contributor>
     75     <contributor>
     76       <name>Nay Ayewah</name>
     77       <email/>
     78       <url/>
     79       <roles>
     80         <role/>
     81       </roles>
     82       <timezone>-5</timezone>
     83     </contributor>
     84     <contributor>
     85       <name>Ben Langmead</name>
     86       <email/>
     87       <url/>
     88       <roles>
     89         <role/>
     90       </roles>
     91       <timezone>-5</timezone>
     92     </contributor>
     93     <contributor>
     94       <name>Tomas Pollak</name>
     95       <email/>
     96       <url/>
     97       <roles>
     98         <role>Eclipse plugin tests</role>
     99       </roles>
    100       <timezone>-5</timezone>
    101     </contributor>
    102     <contributor>
    103       <name>Phil Crosby</name>
    104       <email/>
    105       <url/>
    106       <roles>
    107         <role/>
    108       </roles>
    109       <timezone>-5</timezone>
    110     </contributor>
    111     <contributor>
    112       <name>Peter Friese</name>
    113       <email/>
    114       <url/>
    115       <roles>
    116         <role>Eclipse plugin</role>
    117       </roles>
    118       <timezone>-5</timezone>
    119     </contributor>
    120     <contributor>
    121       <name>Dave Brosius</name>
    122       <email/>
    123       <url/>
    124       <roles>
    125         <role/>
    126       </roles>
    127       <timezone>-5</timezone>
    128     </contributor>
    129     <contributor>
    130       <name>Brian Goetz</name>
    131       <email/>
    132       <url/>
    133       <roles>
    134         <role/>
    135       </roles>
    136       <timezone>-5</timezone>
    137     </contributor>
    138     <contributor>
    139       <name>Rohan Lloyd</name>
    140       <email/>
    141       <url/>
    142       <roles>
    143         <role/>
    144       </roles>
    145       <timezone>-5</timezone>
    146     </contributor>
    147   </contributors>
    148   <dependencies>
    149     <dependency>
    150       <groupId>com.google.code.findbugs</groupId>
    151       <artifactId>bcel-findbugs</artifactId>
    152       <version>6.0</version>
    153     </dependency>
    154     <dependency>
    155       <groupId>com.google.code.findbugs</groupId>
    156       <artifactId>annotations</artifactId>
    157       <version>3.0.0</version>
    158     </dependency>
    159     <dependency>
    160       <groupId>com.google.code.findbugs</groupId>
    161       <artifactId>jFormatString</artifactId>
    162       <version>3.0.0</version>
    163     </dependency>
    164     <dependency>
    165       <groupId>dom4j</groupId>
    166       <artifactId>dom4j</artifactId>
    167       <version>1.6.1</version>
    168     </dependency>
    169     <dependency>
    170       <groupId>jaxen</groupId>
    171       <artifactId>jaxen</artifactId>
    172       <version>1.1.6</version>
    173       <exclusions>
    174         <exclusion>
    175           <artifactId>icu4j</artifactId>
    176           <groupId>com.ibm.icu</groupId>
    177         </exclusion>
    178       </exclusions>
    179     </dependency>
    180     <dependency>
    181       <groupId>org.ow2.asm</groupId>
    182       <artifactId>asm-debug-all</artifactId>
    183       <version>5.0.2</version>
    184     </dependency>
    185     <dependency>
    186       <groupId>commons-lang</groupId>
    187       <artifactId>commons-lang</artifactId>
    188       <version>2.6</version>
    189     </dependency>
    190   </dependencies>
    191 </project>
    192