Hi

my plugin is configured to execute twice with different configuration:

            <plugin>
                <groupId>org.freehep</groupId>
                <artifactId>freehep-aid-plugin</artifactId>
                <version>0.4</version>
                <executions>
                    <execution>
                        <id>java</id>
                        <goals>
                            <goal>generate</goal>
                        </goals>
                    </execution>
                    <execution>
                        <id>cpp</id>
                        <goals>
                            <goal>generate</goal>
                        </goals>
                        <configuration>
                            <generator>CPPHeaderGenerator</generator>
                            
<targetDirectory>${project.build.directory}/generated-sources/aid/org/freehep/aid/include</targetDirectory>
                        </configuration>
                    </execution>
                </executions>
            </plugin>

however, it seems to load only once in memory and start up. 
Am I correct here? and if so, is there a way to reload it for each execution?


Regards
Mark Donszelmann
Stanford Linear Accelerator Center

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

Reply via email to