You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2011/05/09 14:08:23 UTC

svn commit: r1100973 - /james/mailet/ai/trunk/pom.xml

Author: rdonkin
Date: Mon May  9 12:08:23 2011
New Revision: 1100973

URL: http://svn.apache.org/viewvc?rev=1100973&view=rev
Log:
Parameterised mailetdoc version allowing easier experimentation

Modified:
    james/mailet/ai/trunk/pom.xml

Modified: james/mailet/ai/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/ai/trunk/pom.xml?rev=1100973&r1=1100972&r2=1100973&view=diff
==============================================================================
--- james/mailet/ai/trunk/pom.xml (original)
+++ james/mailet/ai/trunk/pom.xml Mon May  9 12:08:23 2011
@@ -157,7 +157,7 @@
         <plugin>
           <groupId>org.apache.james</groupId>
           <artifactId>maven-mailetdocs-plugin</artifactId>
-          <version>0.1</version>
+          <version>${plugin.mailetdoc.version}</version>
         </plugin>
       </plugins>
     </pluginManagement>
@@ -560,7 +560,6 @@ Site 
               <plugin>
                 <groupId>org.apache.james</groupId>
                 <artifactId>maven-mailetdocs-plugin</artifactId>
-                <version>0.1</version>
               </plugin>
               
             <!--
@@ -635,6 +634,7 @@ Site 
   <properties>
     <target.jdk>1.5</target.jdk>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <plugin.mailetdoc.version>0.1</plugin.mailetdoc.version>
   </properties>
 
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org