Build with maven
This commit is contained in:
parent
ad5da3a578
commit
0b01e456da
@ -33,8 +33,6 @@
|
||||
|
||||
# If you don't want to build with maven, and use straight ant instead,
|
||||
# give rpmbuild option '--without maven'
|
||||
%define _without_maven 1
|
||||
|
||||
%define with_maven %{!?_without_maven:1}%{?_without_maven:0}
|
||||
%define without_maven %{?_without_maven:1}%{!?_without_maven:0}
|
||||
|
||||
@ -42,7 +40,7 @@
|
||||
|
||||
Name: maven-surefire
|
||||
Version: 1.5.3
|
||||
Release: 2jpp.1%{?dist}
|
||||
Release: 2jpp.2%{?dist}
|
||||
Epoch: 0
|
||||
Summary: Test framework project
|
||||
License: Apache Software License
|
||||
@ -310,6 +308,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 20 2007 Deepak Bhole <dbhole@redhat.com> 0:1.5.3-2jpp.2
|
||||
- Build with maven
|
||||
|
||||
* Mon Feb 26 2007 Tania Bento <tbento@redhat.com> 0:1.5.3-2jpp.1
|
||||
- Fixed %%Release.
|
||||
- Fixed %%BuildRoot.
|
||||
|
Loading…
Reference in New Issue
Block a user