Hi,

at the moment I am working on a plugin that compiles JavaFX sources.
If I add those executions:

                                <executions>
                                        <execution>
                                                <id>compile</id>
                                                <phase>compile</phase>
                                                <goals>
                                                        <goal>compile</goal>
                                                </goals>
                                        </execution>
                                        <execution>
                                                <id>test-compile</id>
                                                <phase>test-compile</phase>
                                                <goals>
                                                        <goal>testCompile</goal>
                                                </goals>
                                        </execution>
                                </executions>


The plugin is then executed correctly. But of course I don't want to
runt that plugin for pom projects (with <packaging>pom</packaging>).
The maven-compile-plugin does *not* run for pom projects. At least I
cannot see any output.

I searched for the reason within the plugin sources but could not find
them. Any ideas/hints what I could do??


Thanks,

Johannes

-- 
Johannes Schneider - blog.cedarsoft.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to