Title: [559] trunk/qdox/pom.xml: versioned all plugins
Revision
559
Author
rfscholte
Date
2009-02-21 05:40:56 -0600 (Sat, 21 Feb 2009)

Log Message

versioned all plugins
proper url for license
configured encoding to utf-8 where available

Modified Paths

Diff

Modified: trunk/qdox/pom.xml (558 => 559)

--- trunk/qdox/pom.xml	2009-02-21 11:29:00 UTC (rev 558)
+++ trunk/qdox/pom.xml	2009-02-21 11:40:56 UTC (rev 559)
@@ -15,7 +15,7 @@
   <licenses>
     <license>
       <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
       <distribution>repo</distribution>
     </license>
   </licenses>
@@ -127,6 +127,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-antrun-plugin</artifactId>
+        <version>1.3</version>
         <configuration>
           <tasks>
             <java classpath="bootstrap/jflex.jar" classname="JFlex.Main" fork="true">
@@ -164,6 +165,7 @@
         <configuration>
           <source>1.4</source>
           <target>1.4</target>
+          <encoding>UTF-8</encoding>
         </configuration>
       </plugin>
       <plugin>
@@ -340,6 +342,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.1</version>
         <reportSets>
           <reportSet>
             <reports>
@@ -356,10 +359,12 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
+        <version>2.2</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.4</version>
         <configuration>
           <packagenames>com.thoughtworks.qdox.*</packagenames>
           <use>true</use>
@@ -367,6 +372,7 @@
           <windowtitle>${project.name} ${project.version}
             API</windowtitle>
           <tag name="noinspection" description="IntelliJ Inspection Ignore tag" enabled="false" />
+          <encoding>UTF-8</encoding>
         </configuration>
       </plugin>
 
@@ -374,6 +380,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
+        <version>2.1</version>
         <configuration>
           <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
         </configuration>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to