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/29 10:03:05 UTC

svn commit: r533484 - /incubator/tuscany/java/sca/modules/sca-api/pom.xml

Author: antelder
Date: Sun Apr 29 01:03:04 2007
New Revision: 533484

URL: http://svn.apache.org/viewvc?view=rev&rev=533484
Log:
Add javadoc to the sca-api module

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

Modified: incubator/tuscany/java/sca/modules/sca-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/sca-api/pom.xml?view=diff&rev=533484&r1=533483&r2=533484
==============================================================================
--- incubator/tuscany/java/sca/modules/sca-api/pom.xml (original)
+++ incubator/tuscany/java/sca/modules/sca-api/pom.xml Sun Apr 29 01:03:04 2007
@@ -29,4 +29,31 @@
     <artifactId>sca-api</artifactId>
     <name>Apache Tuscany SCA API</name>
 
+    <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 OSOA SCA API</header>
+                    <footer>Apache Tuscany OSOA SCA API</footer>
+                    <sourcepath>${basedir}/src/main/java${path.separator}${basedir}/target/generated/src/main/java</sourcepath>
+                    <subpackages>org.osoa.sca</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