Author: jsdelfino
Date: Wed Oct 10 12:32:07 2007
New Revision: 583587

URL: http://svn.apache.org/viewvc?rev=583587&view=rev
Log:
Removing javadoc generation for now as it doesn't seem that we're using it and 
it's causing some of the build issues we've seen with Maven 2.0.7 skipping 
modules.

Modified:
    incubator/tuscany/java/sca/modules/core-spi/pom.xml
    incubator/tuscany/java/sca/modules/sca-api/pom.xml
    incubator/tuscany/java/sca/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?rev=583587&r1=583586&r2=583587&view=diff
==============================================================================
--- incubator/tuscany/java/sca/modules/core-spi/pom.xml (original)
+++ incubator/tuscany/java/sca/modules/core-spi/pom.xml Wed Oct 10 12:32:07 2007
@@ -82,30 +82,4 @@
 
     </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</sourcepath>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
 </project>

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?rev=583587&r1=583586&r2=583587&view=diff
==============================================================================
--- incubator/tuscany/java/sca/modules/sca-api/pom.xml (original)
+++ incubator/tuscany/java/sca/modules/sca-api/pom.xml Wed Oct 10 12:32:07 2007
@@ -29,31 +29,4 @@
     <artifactId>tuscany-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</sourcepath>
-                    <subpackages>org.osoa.sca</subpackages>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
 </project>

Modified: incubator/tuscany/java/sca/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/pom.xml?rev=583587&r1=583586&r2=583587&view=diff
==============================================================================
--- incubator/tuscany/java/sca/pom.xml (original)
+++ incubator/tuscany/java/sca/pom.xml Wed Oct 10 12:32:07 2007
@@ -23,6 +23,7 @@
         <groupId>org.apache.tuscany</groupId>
         <artifactId>parent</artifactId>
         <version>2-incubating</version>
+        <relativePath>../pom/parent/pom.xml</relativePath>
     </parent>
     <groupId>org.apache.tuscany.sca</groupId>
     <artifactId>tuscany-sca</artifactId>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to