Ok then,
in the maven eclipse plugin i found the following that could be of use?

<parameter>
         <name>additionalConfig</name>
         <type>org.apache.maven.plugin.eclipse.EclipseConfigFile</type>
         <required>false</required>
         <editable>true</editable>
         <description>Allow to configure additional generic configuration
files for eclipse that will be written out to disk when running
eclipse:eclipse. FOr each file you can specify the name and the text
content.
<additionalConfig>
<file>
<name>.checkstyle</name>
<content>
<![CDATA[<fileset-config file-format-version="1.2.0" simple-config="true">
<fileset name="all" enabled="true" check-config-name="acme corporate style"
local="false">
<file-match-pattern match-pattern="." include-pattern="true"/>
</fileset>
<filter name="NonSrcDirs" enabled="true"/>
</fileset-config>]]>
</content>
</file>
</additionalConfig>
</description>

Basically make use of the Additional config param of the eclipse-plugin

On 11/10/06, Barrie Treloar <[EMAIL PROTECTED]> wrote:

On 11/9/06, Rolf Strijdhorst <[EMAIL PROTECTED]> wrote:
> what do you need the .checkstyle file for. I mean eclipse finds it on
its
> own. as soon as you include de builder and the nature.

The .checkstyle file does not exist.
It is automatically created when you go into the preference pages and
turn on checkstyle.

I am attempting to get eclipse:eclipse to automatically turn on
checkstyle for me, I can get the natures and builders but the
.checkstyle file also needs to be created by the eclipse:eclipse
plugin or checkstyle does not work.

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


Reply via email to