-
Notifications
You must be signed in to change notification settings - Fork 56
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
cleanup pom.xml #361
Comments
also in need of some style guide wrt readability and how to remove the dummy entries in develpers/contributors. |
I may try to have a look after the 14.10 release. I did quite some cleanups in the existing pom.xml files (at least some of them). As for the developers/contributors, the idea was to keep the |
wrt the contributors, i was taking about the <build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.quattor.pan</groupId>
<artifactId>panc-maven-plugin</artifactId>
<version>9.0.0-RC3</version>
</plugin>
</plugins>
</pluginManagement>
</build> which is not required at all. (i don't even know what it is supposed to do) |
Probably it can be removed as it is in |
We are in need of uniform
pom.xml
in all components.The text was updated successfully, but these errors were encountered: