Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code Formating via Maven #796

Open
rsoika opened this issue Jul 25, 2022 · 0 comments
Open

Code Formating via Maven #796

rsoika opened this issue Jul 25, 2022 · 0 comments
Labels

Comments

@rsoika
Copy link
Member

rsoika commented Jul 25, 2022

Introduce code formater maven plugin:

		<!-- code style -->
		<plugin>
			<groupId>net.revelc.code.formatter</groupId>
			<artifactId>formatter-maven-plugin</artifactId>
			<configuration>
				<configFile>${project.parent.basedir}/imixs-code-style.xml</configFile>
			</configuration>
			<executions>
				<execution>
					<phase>clean</phase>
					<goals>
						<goal>format</goal>
					</goals>
				</execution>
			</executions>
		</plugin>

Pre requirement is java version 11

@rsoika rsoika added the feature label Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant