You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2010/09/27 04:34:18 UTC

svn commit: r1001572 - in /incubator/oodt/trunk: product/pom.xml profile/pom.xml xmlps/pom.xml

Author: mattmann
Date: Mon Sep 27 02:34:17 2010
New Revision: 1001572

URL: http://svn.apache.org/viewvc?rev=1001572&view=rev
Log:
- fix for OODT-25 Remove product and profile's dependency on jacorb

Modified:
    incubator/oodt/trunk/product/pom.xml
    incubator/oodt/trunk/profile/pom.xml
    incubator/oodt/trunk/xmlps/pom.xml

Modified: incubator/oodt/trunk/product/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/product/pom.xml?rev=1001572&r1=1001571&r2=1001572&view=diff
==============================================================================
--- incubator/oodt/trunk/product/pom.xml (original)
+++ incubator/oodt/trunk/product/pom.xml Mon Sep 27 02:34:17 2010
@@ -47,39 +47,6 @@
         </resources>
         <plugins>
             <plugin>
-                <artifactId>maven-surefire-plugin</artifactId>
-            </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>idlj-maven-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>generate</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <configuration>
-                    <compiler>jacorb</compiler>
-                    <sources>
-                        <source>
-                            <includes>
-                                <include>ProductService.idl</include>
-                            </includes>
-                            <emitStubs>true</emitStubs>
-                            <emitSkeletons>true</emitSkeletons>
-                        </source>
-                    </sources>
-                </configuration>
-                <dependencies>
-                    <dependency>
-                        <groupId>org.jacorb</groupId>
-                        <artifactId>jacorb-idl-compiler</artifactId>
-                        <version>2.2.3</version>
-                    </dependency>
-                </dependencies>
-            </plugin>
-            <plugin>
                 <artifactId>maven-assembly-plugin</artifactId>
                 <configuration>
                     <descriptorRefs>

Modified: incubator/oodt/trunk/profile/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/profile/pom.xml?rev=1001572&r1=1001571&r2=1001572&view=diff
==============================================================================
--- incubator/oodt/trunk/profile/pom.xml (original)
+++ incubator/oodt/trunk/profile/pom.xml Mon Sep 27 02:34:17 2010
@@ -65,36 +65,6 @@
           </excludes>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>idlj-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>generate</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <compiler>jacorb</compiler>
-          <sources>
-            <source>
-              <includes>
-                <include>ProfileService.idl</include>
-              </includes>
-              <emitStubs>true</emitStubs>
-              <emitSkeletons>true</emitSkeletons>
-            </source>
-          </sources>
-        </configuration>
-        <dependencies>
-          <dependency>
-          <groupId>org.jacorb</groupId>
-          <artifactId>jacorb-idl-compiler</artifactId>
-          <version>2.2.3</version>
-          </dependency>
-       </dependencies>
-      </plugin>
     </plugins>
   </build>
   <profiles>

Modified: incubator/oodt/trunk/xmlps/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/xmlps/pom.xml?rev=1001572&r1=1001571&r2=1001572&view=diff
==============================================================================
--- incubator/oodt/trunk/xmlps/pom.xml (original)
+++ incubator/oodt/trunk/xmlps/pom.xml Mon Sep 27 02:34:17 2010
@@ -54,36 +54,6 @@
 		
 		<plugins>
 			<plugin>
-				<artifactId>maven-surefire-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>idlj-maven-plugin</artifactId>
-				<executions>
-					<execution>
-						<goals>
-							<goal>generate</goal>
-						</goals>
-					</execution>
-				</executions>
-				<configuration>
-					<compiler>jacorb</compiler>
-					<sources>
-						<source>
-							<emitStubs>true</emitStubs>
-							<emitSkeletons>true</emitSkeletons>
-						</source>
-					</sources>
-				</configuration>
-				<dependencies>
-					<dependency>
-						<groupId>org.jacorb</groupId>
-						<artifactId>jacorb-idl-compiler</artifactId>
-						<version>2.2.3</version>
-					</dependency>
-				</dependencies>
-			</plugin>
-			<plugin>
 				<artifactId>maven-assembly-plugin</artifactId>
 				<configuration>
 					<descriptorRefs>