Blame SPECS/directory-maven-plugin.spec

5e05fb
Name:       directory-maven-plugin
5e05fb
Version:    0.3.1
5e05fb
Release:    1%{?dist}
5e05fb
Summary:    Establish locations for files in multi-module builds
5e05fb
5e05fb
License:    ASL 2.0
5e05fb
URL:        https://github.com/jdcasey/directory-maven-plugin
5e05fb
5e05fb
Source0:    https://github.com/jdcasey/directory-maven-plugin/archive/directory-maven-plugin-0.3.1.tar.gz
5e05fb
5e05fb
BuildArch:  noarch
5e05fb
5e05fb
BuildRequires:  maven-local
5e05fb
BuildRequires:  mvn(org.apache.maven:maven-core)
5e05fb
BuildRequires:  mvn(org.apache.maven:maven-model)
5e05fb
BuildRequires:  mvn(org.apache.maven:maven-parent:pom:)
5e05fb
BuildRequires:  mvn(org.apache.maven:maven-plugin-api)
5e05fb
BuildRequires:  mvn(org.apache.maven.plugins:maven-plugin-plugin)
5e05fb
BuildRequires:  mvn(org.sonatype.oss:oss-parent:pom:)
5e05fb
BuildRequires:  mvn(junit:junit)
5e05fb
5e05fb
%description
5e05fb
The Directory Plugin for Maven is used to discover various project-related 
5e05fb
paths, such as the execution root directory, the directory for a specific 
5e05fb
project in the current build session, or the highest project base directory 
5e05fb
(closest to the filesystem root directory) available in the projects loaded 
5e05fb
from disk (not resolved from a remote repository). The plugin will then reflect
5e05fb
this value to the console, and also inject it into each project's properties 
5e05fb
using the value of the property plugin parameter.
5e05fb
5e05fb
%package javadoc
5e05fb
Summary:  Javadoc for %{name}
5e05fb
5e05fb
%description javadoc
5e05fb
%{summary}.
5e05fb
5e05fb
%prep
5e05fb
%autosetup -n directory-maven-plugin-directory-maven-plugin-0.3.1
5e05fb
5e05fb
%build
5e05fb
%mvn_build
5e05fb
5e05fb
%install
5e05fb
%mvn_install
5e05fb
5e05fb
%files -f .mfiles
5e05fb
%doc README.md
5e05fb
%license LICENSE
5e05fb
5e05fb
%files javadoc -f .mfiles-javadoc
5e05fb
%doc README.md
5e05fb
5e05fb
%changelog
5e05fb
* Mon Oct 15 2018 Salman Siddiqui <sasiddiq@redhat.com> - 0.3.1-1
5e05fb
- Initial packaging