adding selfmade dependencies to a current maven-checkstyle plugin -


i need add maven-checkstyle-plugin master pom. in order have common place checkstyle.xml users use master pom, need add checkstyle.xml separate maven project called in case build-tools-resources , add dependency maven-checkstyle-plugin dependency. not working because want maven resource project locate under libs-snapshot-local somehow maven looking @ http://artifactory.kmd.dk/artifactory/plugins-snapshot, why ??? want decide keep maven projects. can explain?

thx in advance :)

you need add libs-snapshot-local pluginrepository in settings.xml works! :)


Comments