-----Original Message-----
From: Laird Nelson [mailto:ljnel...@gmail.com]

>How are you generating the sources?  This output indicates that the *

Here is the configuration:

<plugin>
        <groupId>uk.co.igindex.maven</groupId>
        <artifactId>maven-idl-plugin</artifactId>
        <executions>
                <execution>
                        <id>generate-jacorb</id>
                        <goals>
                                <goal>generate</goal>
                        </goals>
                        <configuration>
                                <compiler>jacorb</compiler>
                                
<outputDirectory>${project.build.directory}/generated-sources-jacorb/idl</outputDirectory>
                                
<timestampDirectory>${project.build.directory}/jacorb-timestamp</timestampDirectory>
                        </configuration>
                </execution>
                <execution>
                        <id>generate-sunorb</id>
                        <goals>
                                <goal>generate</goal>
                        </goals>
                        <configuration>
                                <compiler>idlj</compiler>
                                
<outputDirectory>${project.build.directory}/generated-sources-sunorb/idl</outputDirectory>
                                
<timestampDirectory>${project.build.directory}/sunorb-timestamp</timestampDirectory>
                        </configuration>
                </execution>
        </executions>
</plugin>

The two executions of the IDL plugin generate the output folders with the 
generated sources for the two projects. You will notice that this is a custom 
IDL plugin.

>Is it possible that you're inheriting from another pom somewhere that has 
>added these source directories to the default-compile execution?

No, this is not the case.

Claves

The information contained in this email is strictly confidential and for the 
use of the addressee only, unless otherwise indicated. If you are not the 
intended recipient, please do not read, copy, use or disclose to others this 
message or any attachment. Please also notify the sender by replying to this 
email or by telephone (+44 (0)20 7896 0011) and then delete the email and any 
copies of it. Opinions, conclusions (etc) that do not relate to the official 
business of this company shall be understood as neither given nor endorsed by 
it. IG Group Holdings plc is a company registered in England and Wales under 
number 01190902. VAT registration number 761 2978 07. Registered Office: Cannon 
Bridge House, 25 Dowgate Hill, London EC4R 2YA. Authorised and regulated by the 
Financial Services Authority. FSA Register number 114059.

Reply via email to