[jbpm-commits] JBoss JBPM SVN: r4249 - jbpm4/branches/tbaeyens/modules/api.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Mar 16 10:24:08 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-03-16 10:24:08 -0400 (Mon, 16 Mar 2009)
New Revision: 4249

Modified:
   jbpm4/branches/tbaeyens/modules/api/pom.xml
Log:
work

Modified: jbpm4/branches/tbaeyens/modules/api/pom.xml
===================================================================
--- jbpm4/branches/tbaeyens/modules/api/pom.xml	2009-03-16 12:42:32 UTC (rev 4248)
+++ jbpm4/branches/tbaeyens/modules/api/pom.xml	2009-03-16 14:24:08 UTC (rev 4249)
@@ -38,24 +38,10 @@
   <!-- Profiles -->
   <profiles>
     <profile>
-      <id>distro</id>
+      <id>apidocs</id>
       <build>
         <plugins>
           <plugin>
-            <artifactId>maven-javadoc-plugin</artifactId>
-            <executions>
-              <execution>
-                <phase>package</phase>
-                <goals>
-                  <goal>javadoc</goal>
-                </goals>
-              </execution>
-            </executions>
-            <configuration>
-              <show>public</show>
-            </configuration>
-          </plugin>
-          <plugin>
             <artifactId>maven-antrun-plugin</artifactId>
             <executions>
               <execution>
@@ -66,7 +52,7 @@
                 </goals>
                 <configuration>
                   <tasks>
-                    <echo message="basedir: ${basedir}" />
+                    <echo message="creating schemadocs in ${basedir}/target/schemadocs" />
                     <mkdir dir="target/schemadocs" />
                     <taskdef name="xsddoc" classname="net.sf.xframe.xsddoc.Task" classpathref="maven.plugin.classpath" />
                     <xsddoc out="${basedir}/target/schemadocs" title="jBPM 4 Schema's" verbose="false">




More information about the jbpm-commits mailing list