From 92f77ff099b75e46943f8d749d350f3c96cb9ae4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Boutemy?= Date: Sat, 9 Dec 2017 19:31:11 +0100 Subject: [PATCH] moved to git --- .gitignore | 15 +++++++++++++++ Jenkinsfile | 20 ++++++++++++++++++++ pom.xml | 11 ++++++++--- 3 files changed, 43 insertions(+), 3 deletions(-) create mode 100644 .gitignore create mode 100644 Jenkinsfile diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f79c928 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +target/ +.project +.classpath +.settings/ +.svn/ +bin/ +# Intellij +*.ipr +*.iml +.idea +out/ +.DS_Store +/bootstrap +/dependencies.xml +.java-version diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..09ac70f --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,20 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +asfMavenTlpStdBuild() diff --git a/pom.xml b/pom.xml index 24e7689..dcf4703 100644 --- a/pom.xml +++ b/pom.xml @@ -44,14 +44,19 @@ under the License. - scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-clean-plugin - scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-clean-plugin - http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin + scm:git:https://gitbox.apache.org/repos/asf/maven-clean-plugin.git + scm:git:https://gitbox.apache.org/repos/asf/maven-clean-plugin.git + https://github.com/apache/maven-clean-plugin/tree/${project.scm.tag} + HEAD JIRA https://issues.apache.org/jira/browse/MCLEAN + + Jenkins + https://builds.apache.org/job/maven-box/job/maven-clean-plugin/ + apache.website