blob: 585562a7eb7b52699df3f912e1f09b94bd054500 [file] [log] [blame]
<project>
<parent>
<artifactId>specs</artifactId>
<groupId>org.apache.geronimo.specs</groupId>
<version>1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>geronimo-spec</groupId>
<artifactId>geronimo-spec-corba</artifactId>
<name>CORBA</name>
<version>${geronimoSpecsCorbaVersion}</version>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-spec-corba/</connection>
<developerConnection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-spec-corba/</developerConnection>
<url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/trunk/geronimo-spec-corba/</url>
</scm>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>idlj-maven-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<executions>
<execution>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
<configuration>
<debug>false</debug>
<compiler>idlj</compiler>
<sources>
<source>
<emitStubs>true</emitStubs>
<emitSkeletons>true</emitSkeletons>
<includes>
<include>**/*.idl</include>
</includes>
<packagePrefixes>
<packagePrefix>
<type>IIOP</type>
<prefix>org.omg</prefix>
</packagePrefix>
<packagePrefix>
<type>GIOP</type>
<prefix>org.omg</prefix>
</packagePrefix>
<packagePrefix>
<type>CosNaming</type>
<prefix>org.omg</prefix>
</packagePrefix>
<packagePrefix>
<type>CSI</type>
<prefix>org.omg</prefix>
</packagePrefix>
<packagePrefix>
<type>GSSUP</type>
<prefix>org.omg</prefix>
</packagePrefix>
<packagePrefix>
<type>CSIIOP</type>
<prefix>org.omg</prefix>
</packagePrefix>
<packagePrefix>
<type>TimeBase</type>
<prefix>org.omg</prefix>
</packagePrefix>
<packagePrefix>
<type>Security</type>
<prefix>org.omg</prefix>
</packagePrefix>
<packagePrefix>
<type>SSLIOP</type>
<prefix>org.omg</prefix>
</packagePrefix>
<packagePrefix>
<type>CosTransactions</type>
<prefix>org.omg</prefix>
</packagePrefix>
<packagePrefix>
<type>CosTSInteroperation</type>
<prefix>org.omg</prefix>
</packagePrefix>
<packagePrefix>
<type>CosTSPortability</type>
<prefix>org.omg</prefix>
</packagePrefix>
<packagePrefix>
<type>SecurityLevel1</type>
<prefix>org.omg</prefix>
</packagePrefix>
<packagePrefix>
<type>SecurityLevel2</type>
<prefix>org.omg</prefix>
</packagePrefix>
<packagePrefix>
<type>CONV_FRAME</type>
<prefix>org.omg</prefix>
</packagePrefix>
<packagePrefix>
<type>IOP</type>
<prefix>org.omg</prefix>
</packagePrefix>
<packagePrefix>
<type>SECIOP</type>
<prefix>org.omg</prefix>
</packagePrefix>
<packagePrefix>
<type>BiDirPolicy</type>
<prefix>org.omg</prefix>
</packagePrefix>
<packagePrefix>
<type>CosLifeCycle</type>
<prefix>org.omg</prefix>
</packagePrefix>
<packagePrefix>
<type>Dynamic</type>
<prefix>org.omg</prefix>
</packagePrefix>
<packagePrefix>
<type>DynamicAny</type>
<prefix>org.omg</prefix>
</packagePrefix>
<packagePrefix>
<type>IOP_N</type>
<prefix>org.omg</prefix>
</packagePrefix>
<packagePrefix>
<type>LifeCycleService</type>
<prefix>org.omg</prefix>
</packagePrefix>
<packagePrefix>
<type>Messaging</type>
<prefix>org.omg</prefix>
</packagePrefix>
<packagePrefix>
<type>NRService</type>
<prefix>org.omg</prefix>
</packagePrefix>
<packagePrefix>
<type>PortableInterceptor</type>
<prefix>org.omg</prefix>
</packagePrefix>
<packagePrefix>
<type>PortableServer</type>
<prefix>org.omg</prefix>
</packagePrefix>
<packagePrefix>
<type>SecurityAdmin</type>
<prefix>org.omg</prefix>
</packagePrefix>
<packagePrefix>
<type>SecurityReplaceable</type>
<prefix>org.omg</prefix>
</packagePrefix>
</packagePrefixes>
</source>
</sources>
</configuration>
<dependencies>
<dependency>
<groupId>org.jacorb</groupId>
<artifactId>jacorb-idl-compiler</artifactId>
<version>2.2.3</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>