Hi, I have some problems with idea plugin, when i do idea:idea, the project, generated out of
..
        <build>
                <resources>
                        <resource>
                                <directory>src/main/resources</directory>
                                <filtering>true</filtering>
                        </resource>
                        <resource>
                                <directory>src/main/config</directory>
                                <filtering>true</filtering>
                        </resource>
...
doesn't have resources and config folders marked as Sources! (their contents is not copied to jar)
While running task mvn says:

[INFO] Not adding resource directory as it has an incompatible target path or filtering: e:\work\search\search
-kernel\src\main\resources
[INFO] Not adding resource directory as it has an incompatible target path or filtering: e:\work\search\search
-kernel\src\main\config
Is it a bug in plugin (v2.0)?

Another question is how to see a list of plugin goals and their meaning, like what other idea:XXX exist? And where's the plugin config info available (for example what params idea plugin accept, how to set jdk, etc)?

Thanks!


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

Reply via email to