~vcs-imports/jeuclid/trunk

« back to all changes in this revision

Viewing changes to pom.xml

  • Committer: maxberger
  • Date: 2009-06-03 09:51:13 UTC
  • Revision ID: svn-v4:4240c5f0-4329-0410-b7b0-bbaa203ca8f8:trunk:1030
Updated dependencies to newer versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
      <name>Max Berger</name>
75
75
      <email>max AT berger DOT name</email>
76
76
      <url>http://max.berger.name</url>
77
 
<!--      <organization>Codehaus</organization>
78
 
      <organizationUrl>http://mojo.codehaus.org</organizationUrl>
79
 
-->
80
77
      <roles>
81
78
        <role>architect</role>
82
79
        <role>developer</role>
83
80
      </roles>
84
81
      <timezone>+1</timezone>
85
 
<!--      <properties>
86
 
        <picUrl>http://tinyurl.com/prv4t</picUrl>
87
 
      </properties>
88
 
-->
89
82
    </developer>
90
83
    <developer>
91
84
      <id>eric239</id>
230
223
    <defaultGoal>install</defaultGoal>
231
224
    <plugins>
232
225
      <plugin>
233
 
<!-- This is necessary for docbook sites on OS X -->
 
226
        <!-- This is necessary for docbook sites on OS X -->
234
227
        <groupId>org.apache.maven.plugins</groupId>
235
228
        <artifactId>maven-site-plugin</artifactId>
236
229
        <version>2.0-beta-7</version>
290
283
              <goal>changes-validate</goal>
291
284
            </goals>
292
285
            <configuration>
293
 
<!-- if set to true the build will fail if the changes file is invalid,
 
286
              <!-- if set to true the build will fail if the changes file is invalid,
294
287
                   if set to false warnings will be logged. -->
295
288
              <failOnError>true</failOnError>
296
289
            </configuration>
414
407
      <plugin>
415
408
        <groupId>org.codehaus.mojo</groupId>
416
409
        <artifactId>findbugs-maven-plugin</artifactId>
417
 
        <version>1.2</version>
 
410
        <version>2.1</version>
418
411
        <configuration>
419
412
          <threshold>Low</threshold>
420
413
          <effort>Max</effort>
421
414
          <omitVisitors>FindDeadLocalStores</omitVisitors>
422
415
          <xmlOutput>true</xmlOutput>
423
 
<!-- Required by Dashboard -->
 
416
          <!-- Required by Dashboard -->
424
417
        </configuration>
425
418
      </plugin>
426
419
      <plugin>