Perhaps the code formatter? It's possible to export/import a projects code formatting in eclipse to/from an xml file. But I don't know if maven can use it to configure the code formatting of a project. /Ludwig
-----Original Message----- From: Sipungora [mailto:[email protected]] Sent: den 17 mars 2010 21:03 To: [email protected] Subject: Re: auto code format eclipse .settings Hi Wayne, probably I don't correct understand your questions.:-( I read the documentation on the http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html site and there is the clause eclipse:eclipse "Generates the following eclipse configuration files: ... .setting/org.eclipse.jdt.core.prefs with project specific compiler settings..." there. But I didn't find how I can configure my pom to write e.g. formatting settings in this file in .setting directory. Wayne Fay wrote: > >> how can I change .settings files with Maven2? maven-eclipse-plugin allows >> to >> set the workspace, but I want to set auto code format settings. Is it >> possible with maven? :confused::confused::confused: > > What in the maven-eclipse-plugin documentation makes you believe this > is functionality that m-e-p will provide/support? Or is it merely an > assumption on your part? What is confusing you? > > Wayne > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://old.nabble.com/auto-code-format-eclipse-.settings-tp27933567p27937559 .html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
