Hi

I have specified Eclipse to build a module using maven, but
eclipse:eclipse goal delete the ExternalToolBuilder instance in the .project
file.

I saw we can specified <buildcommands> in the pom for the Eclipse plugin,
but how to notify the arguments?

The goal is to generate the following .project info:
...
        <buildSpec>
                <buildCommand>
                        
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
                        <arguments>
                                <dictionary>
                                        <key>LaunchConfigHandle</key>
                                
<value>&lt;project&gt;/.externalToolBuilders/MavenTestResource2Java.launch</value>
                                </dictionary>
                        </arguments>
                </buildCommand>
        </buildSpec>
...

Cheers,
Sebastien
-- 
View this message in context: 
http://www.nabble.com/eclipse%3Aeclipse-ExternalToolBuilder-tf1856690.html#a5070336
Sent from the Maven - Users forum at Nabble.com.


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

Reply via email to