[ http://jira.codehaus.org/browse/MECLIPSE-159?page=all ]
fabrizio giustina closed MECLIPSE-159.
--------------------------------------
Resolution: Fixed
Feature added for 2.3, the following snippet show how to configure an
additional file for the eclipse checkstyle plugin
<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>
> Generate additional "generic" eclipse configuration files
> ---------------------------------------------------------
>
> Key: MECLIPSE-159
> URL: http://jira.codehaus.org/browse/MECLIPSE-159
> Project: Maven 2.x Eclipse Plugin
> Issue Type: New Feature
> Affects Versions: 2.2
> Reporter: fabrizio giustina
> Assigned To: fabrizio giustina
> Priority: Minor
> Fix For: 2.3
>
>
> Eclipse plugins usually add specific configurations files named ".something"
> in the project dir and sometime the configuration is pretty "static".
> Support a way to add custom additional files by specifying a name/content
> pair.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira