You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2007/04/30 12:05:47 UTC

svn commit: r533659 - /incubator/tuscany/java/sca/modules/core-spi/pom.xml

Author: antelder
Date: Mon Apr 30 03:05:47 2007
New Revision: 533659

URL: http://svn.apache.org/viewvc?view=rev&rev=533659
Log:
Add javadoc to the core spi module

Modified:
    incubator/tuscany/java/sca/modules/core-spi/pom.xml

Modified: incubator/tuscany/java/sca/modules/core-spi/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/core-spi/pom.xml?view=diff&rev=533659&r1=533658&r2=533659
==============================================================================
--- incubator/tuscany/java/sca/modules/core-spi/pom.xml (original)
+++ incubator/tuscany/java/sca/modules/core-spi/pom.xml Mon Apr 30 03:05:47 2007
@@ -80,4 +80,32 @@
         </dependency>
 
     </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>package</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>jar</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <attach>true</attach>
+                    <quiet>true</quiet>
+                    <bottom>Apache Tuscany is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache WS PMC.</bottom>
+                    <header>Apache Tuscany SCA Core SPI</header>
+                    <footer>Apache Tuscany SCA Core SPI</footer>
+                    <sourcepath>${basedir}/src/main/java${path.separator}${basedir}/target/generated/src/main/java</sourcepath>
+                    <subpackages>org.apache.tuscany.spi</subpackages>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org