[seam-commits] Seam SVN: r12927 - modules/jms/trunk/api.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Jun 1 14:36:38 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-06-01 14:36:37 -0400 (Tue, 01 Jun 2010)
New Revision: 12927

Modified:
   modules/jms/trunk/api/pom.xml
Log:
remove uncessary profile

Modified: modules/jms/trunk/api/pom.xml
===================================================================
--- modules/jms/trunk/api/pom.xml	2010-06-01 18:34:25 UTC (rev 12926)
+++ modules/jms/trunk/api/pom.xml	2010-06-01 18:36:37 UTC (rev 12927)
@@ -47,31 +47,4 @@
       </dependency>
    </dependencies>
    
-   <profiles>
-      <profile>
-         <id>javadoc</id>
-         <activation>
-            <property>
-               <name>dist</name>
-            </property>
-         </activation>
-         <build>
-            <plugins>
-               <plugin>
-                  <groupId>org.apache.maven.plugins</groupId>
-                  <artifactId>maven-javadoc-plugin</artifactId>
-                  <executions>
-                     <execution>
-                        <id>javadoc-api</id>
-                        <phase>package</phase>
-                        <goals>
-                           <goal>javadoc</goal>
-                        </goals>
-                     </execution>
-                  </executions>
-               </plugin>
-            </plugins>
-         </build>
-      </profile>
-   </profiles>   
 </project>



More information about the seam-commits mailing list