Don't force generation of pom.properties
Now XMvn Subst can use manifest to locate Guice JARs, so pom.properties are not needed.
This commit is contained in:
parent
405cbbe167
commit
0795b798b5
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: google-%{short_name}
|
Name: google-%{short_name}
|
||||||
Version: 3.1.3
|
Version: 3.1.3
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: Lightweight dependency injection framework for Java 5 and above
|
Summary: Lightweight dependency injection framework for Java 5 and above
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -185,9 +185,6 @@ This package provides %{summary}.
|
|||||||
%pom_disable_module extensions
|
%pom_disable_module extensions
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Upstream doesn't generate pom.properties, but we need it.
|
|
||||||
sed -i "/<addMavenDescriptor>/d" pom.xml
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if %{with extensions}
|
%if %{with extensions}
|
||||||
@ -229,6 +226,9 @@ servlet,spring,throwingproviders}" "com.google.inject.extensions:guice-@1"
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 18 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.3-9
|
||||||
|
- Don't force generation of pom.properties
|
||||||
|
|
||||||
* Wed Sep 25 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.3-8
|
* Wed Sep 25 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.3-8
|
||||||
- Install no_aop artifact after javapackages update
|
- Install no_aop artifact after javapackages update
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user