From 9d5d343287b5270d1e3c15f0f5abbe0571f5f426 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 28 Jul 2020 07:31:37 -0400 Subject: [PATCH] import directory-maven-plugin-0.3.1-1.module+el8.1.1+4667+9be46ba3 --- .directory-maven-plugin.metadata | 1 + .gitignore | 1 + SPECS/directory-maven-plugin.spec | 55 +++++++++++++++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 .directory-maven-plugin.metadata create mode 100644 .gitignore create mode 100644 SPECS/directory-maven-plugin.spec diff --git a/.directory-maven-plugin.metadata b/.directory-maven-plugin.metadata new file mode 100644 index 0000000..29a12b7 --- /dev/null +++ b/.directory-maven-plugin.metadata @@ -0,0 +1 @@ +13cab922dba9730b27fe89460ad7afbd4a4e699b SOURCES/directory-maven-plugin-0.3.1.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1b401be --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/directory-maven-plugin-0.3.1.tar.gz diff --git a/SPECS/directory-maven-plugin.spec b/SPECS/directory-maven-plugin.spec new file mode 100644 index 0000000..03a7342 --- /dev/null +++ b/SPECS/directory-maven-plugin.spec @@ -0,0 +1,55 @@ +Name: directory-maven-plugin +Version: 0.3.1 +Release: 1%{?dist} +Summary: Establish locations for files in multi-module builds + +License: ASL 2.0 +URL: https://github.com/jdcasey/directory-maven-plugin + +Source0: https://github.com/jdcasey/directory-maven-plugin/archive/directory-maven-plugin-0.3.1.tar.gz + +BuildArch: noarch + +BuildRequires: maven-local +BuildRequires: mvn(org.apache.maven:maven-core) +BuildRequires: mvn(org.apache.maven:maven-model) +BuildRequires: mvn(org.apache.maven:maven-parent:pom:) +BuildRequires: mvn(org.apache.maven:maven-plugin-api) +BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin) +BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:) +BuildRequires: mvn(junit:junit) + +%description +The Directory Plugin for Maven is used to discover various project-related +paths, such as the execution root directory, the directory for a specific +project in the current build session, or the highest project base directory +(closest to the filesystem root directory) available in the projects loaded +from disk (not resolved from a remote repository). The plugin will then reflect +this value to the console, and also inject it into each project's properties +using the value of the property plugin parameter. + +%package javadoc +Summary: Javadoc for %{name} + +%description javadoc +%{summary}. + +%prep +%autosetup -n directory-maven-plugin-directory-maven-plugin-0.3.1 + +%build +%mvn_build + +%install +%mvn_install + +%files -f .mfiles +%doc README.md +%license LICENSE + +%files javadoc -f .mfiles-javadoc +%doc README.md + +%changelog +* Mon Oct 15 2018 Salman Siddiqui - 0.3.1-1 +- Initial packaging