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

Support for validating other XML related files (i.e. assembly descriptors). #23

Open
madelaney opened this issue Jun 15, 2018 · 0 comments

Comments

@madelaney
Copy link

madelaney commented Jun 15, 2018

I'd like to use this plugin but to use this we'd like to be able to also check our assembly descriptors. I'd be happy to do the work if you're open to this behavior.

I was thinking of something akin the following for the configuration:

<plugin>
	<groupId>org.codehaus.mojo</groupId>
	<artifactId>tidy-maven-plugin</artifactId>
	<version>1.1.0</version>
	<configuration>
		<includes>
			<include>pom.xml</include>
			<include>src/assembly/*.xml</include>
		</includes>
	</configuration
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant