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 er...@apache.org on 2010/12/27 13:35:32 UTC

svn commit: r1053058 - /james/server/trunk/mailets/pom.xml

Author: eric
Date: Mon Dec 27 12:35:32 2010
New Revision: 1053058

URL: http://svn.apache.org/viewvc?rev=1053058&view=rev
Log:
maven-mailetdoc-plugin in build/plugins section only - Use 0.2-SNAPSHOT (MAILETDOCS-1)

Modified:
    james/server/trunk/mailets/pom.xml

Modified: james/server/trunk/mailets/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/mailets/pom.xml?rev=1053058&r1=1053057&r2=1053058&view=diff
==============================================================================
--- james/server/trunk/mailets/pom.xml (original)
+++ james/server/trunk/mailets/pom.xml Mon Dec 27 12:35:32 2010
@@ -29,25 +29,13 @@
   <name>Apache James Server Mailets</name>
   <packaging>jar</packaging>
   <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.james</groupId>
-          <artifactId>maven-mailetdocs-plugin</artifactId>
-          <version>0.1</version>
-          <configuration>
-            <outputDirectory>target/mailtedocs</outputDirectory>
-          </configuration>
-        </plugin>
-      </plugins>
-    </pluginManagement>
     <plugins>
       <plugin>
         <groupId>org.apache.james</groupId>
         <artifactId>maven-mailetdocs-plugin</artifactId>
-        <version>0.1</version>
+        <version>0.2-SNAPSHOT</version>
         <configuration>
-            <outputDirectory>target/mailtedocs</outputDirectory>
+            <outputDirectory>target/mailetdocs</outputDirectory>
         </configuration>
       </plugin>
       <plugin>
@@ -218,16 +206,4 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-<reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.james</groupId>
-        <artifactId>maven-mailetdocs-plugin</artifactId>
-        <version>0.1</version>
-        <configuration>
-            <outputDirectory>target/mailtedocs</outputDirectory>
-        </configuration>
-      </plugin>
-</plugins>
-</reporting>
 </project>



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