This is an automated email from the ASF dual-hosted git repository. mmoser pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git
commit 85871a0235c60ddfa3d32ea82bb9dac07c5a593c Author: Manfred Moser <manf...@simpligility.com> AuthorDate: Sun Nov 26 13:09:12 2017 -0800 Updated SCM tag info to new gitbox/github setup Signed-off-by: Manfred Moser <manf...@simpligility.com> Signed-off-by: Manfred Moser <mmo...@apache.org> --- .checkstyle | 14 ++++++++++++++ pom.xml | 10 +++++----- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/.checkstyle b/.checkstyle new file mode 100644 index 0000000..c082db5 --- /dev/null +++ b/.checkstyle @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false"> + <local-check-config name="maven-checkstyle-plugin checkstyle-check" location="jar:file:/home/manfred/.m2/repository/org/apache/maven/shared/maven-shared-resources/2/maven-shared-resources-2.jar!/config/maven_checks.xml" type="remote" description="maven-checkstyle-plugin configuration checkstyle-check"> + <property name="checkstyle.cache.file" value="${project_loc}/target/checkstyle-cachefile"/> + <property name="checkstyle.header.file" value="/media/sf_tools/oxygen-workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/maven-resolver-ant-tasks/com.basistech.m2e.code.quality.checkstyleConfigurator/checkstyle-header-checkstyle-check.txt"/> + </local-check-config> + <fileset name="java-sources-checkstyle-check" enabled="true" check-config-name="maven-checkstyle-plugin checkstyle-check" local="true"> + <file-match-pattern match-pattern="^src/main/java/.*\.java" include-pattern="true"/> + <file-match-pattern match-pattern="^src/main/java.*\.java" include-pattern="true"/> + <file-match-pattern match-pattern="^src/main/resources/.*\.properties" include-pattern="true"/> + <file-match-pattern match-pattern="^src/test/resources/.*\.properties" include-pattern="true"/> + </fileset> +</fileset-config> diff --git a/pom.xml b/pom.xml index 85edc0d..c2ab50c 100644 --- a/pom.xml +++ b/pom.xml @@ -41,11 +41,11 @@ <url>https://maven.apache.org/resolver-ant-tasks/</url> <inceptionYear>2010</inceptionYear> - <scm> - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven-resolver.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven-resolver.git</developerConnection> - <url>https://github.com/apache/maven-resolver/tree/${project.scm.tag}</url> - <tag>ant-tasks</tag> + <scm> + <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git</developerConnection> + <url>https://github.com/apache/maven-resolver-ant-tasks/</url> + <tag>HEAD</tag> </scm> <issueManagement> <system>jira</system> -- To stop receiving notification emails like this one, please contact "commits@maven.apache.org" <commits@maven.apache.org>.