Blame takari-lifecycle.spec

0f19be7
Name:           takari-lifecycle
0f19be7
Version:        1.10.2
0f19be7
Release:        1%{?dist}
0f19be7
Summary:        Takari Maven Lifecycle
0f19be7
License:        EPL
0f19be7
URL:            https://github.com/takari/%{name}
0f19be7
BuildArch:      noarch
0f19be7
0f19be7
Source0:        https://github.com/takari/%{name}/archive/%{name}-%{version}.tar.gz
0f19be7
0f19be7
BuildRequires:  maven-local
0f19be7
0f19be7
%description
0f19be7
Takari Maven Lifecycle includes an optimized replacement for the Maven
0f19be7
default lifecycle.  The Takari Lifecycle Plugin is a Maven plugin with
0f19be7
a small set of dependencies that provides equivalent functionality to
0f19be7
five plugins with a large set of transitive dependencies.  This
0f19be7
reduces the download times to retrieve the needed components as well
0f19be7
as the storage space requirements in your repositories.
0f19be7
0f19be7
%prep
0f19be7
%setup -q -n %{name}-%{name}-%{version}
0f19be7
0f19be7
# XXX skip ITs for now
0f19be7
%pom_disable_module takari-lifecycle-plugin-its
0f19be7
0f19be7
%build
0f19be7
%mvn_build
0f19be7
0f19be7
%install
0f19be7
%mvn_install
0f19be7
0f19be7
%files -f .mfiles
0f19be7
%license LICENSE.txt
0f19be7
%doc README.md
0f19be7
0f19be7
%changelog
0f19be7
* Fri Feb 20 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.10.2-1
0f19be7
- Initial packaging
0f19be7