You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2010/09/17 18:51:09 UTC

svn commit: r998198 - /mina/trunk/pom.xml

Author: elecharny
Date: Fri Sep 17 16:51:09 2010
New Revision: 998198

URL: http://svn.apache.org/viewvc?rev=998198&view=rev
Log:
changed the phase for javadoc generation; removed the list of modules in apache-release profile

Modified:
    mina/trunk/pom.xml

Modified: mina/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/pom.xml?rev=998198&r1=998197&r2=998198&view=diff
==============================================================================
--- mina/trunk/pom.xml (original)
+++ mina/trunk/pom.xml Fri Sep 17 16:51:09 2010
@@ -372,7 +372,7 @@
             <artifactId>maven-javadoc-plugin</artifactId>
             <executions>
               <execution>
-                <phase>install</phase>
+                <phase>post-install</phase>
 
                 <goals>
                   <goal>aggregate</goal>
@@ -403,16 +403,6 @@
       </build>
       
       <modules>
-        <module>mina-legal</module>
-        <module>mina-core</module>
-        <module>mina-transport-apr</module>
-        <module>mina-filter-compression</module>
-        <module>mina-statemachine</module>
-        <module>mina-integration-beans</module>
-        <module>mina-integration-xbean</module>
-        <module>mina-integration-ognl</module>
-        <module>mina-integration-jmx</module>
-        <module>mina-example</module>
         <module>distribution</module>
       </modules>
     </profile>