f837e3e
# Copyright (c) 2000-2005, JPackage Project
f837e3e
# All rights reserved.
f837e3e
#
f837e3e
# Redistribution and use in source and binary forms, with or without
f837e3e
# modification, are permitted provided that the following conditions
f837e3e
# are met:
f837e3e
#
f837e3e
# 1. Redistributions of source code must retain the above copyright
f837e3e
#    notice, this list of conditions and the following disclaimer.
f837e3e
# 2. Redistributions in binary form must reproduce the above copyright
f837e3e
#    notice, this list of conditions and the following disclaimer in the
f837e3e
#    documentation and/or other materials provided with the
f837e3e
#    distribution.
f837e3e
# 3. Neither the name of the JPackage Project nor the names of its
f837e3e
#    contributors may be used to endorse or promote products derived
f837e3e
#    from this software without specific prior written permission.
f837e3e
#
f837e3e
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
f837e3e
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
f837e3e
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
f837e3e
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
f837e3e
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
f837e3e
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
f837e3e
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
f837e3e
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
f837e3e
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
f837e3e
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
f837e3e
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
f837e3e
#
f837e3e
f837e3e
Name:           maven-scm
9fd07cb
Version:        1.10.0
9fca306
Release:        7%{?dist}
f837e3e
Summary:        Common API for doing SCM operations
2191e0e
License:        ASL 2.0
f837e3e
URL:            http://maven.apache.org/scm
25b1484
BuildArch:      noarch
f837e3e
518901f
Source0:        http://archive.apache.org/dist/maven/scm/%{name}-%{version}-source-release.zip
f837e3e
Mat Booth 43b82ce
# Patch to migrate to new plexus default container
b853fef
# This has been sent upstream: https://issues.apache.org/jira/browse/SCM-731
9fd07cb
Patch1:         0001-Port-maven-scm-to-latest-version-of-plexus-default.patch
b853fef
# Workaround upstream's workaround for a modello bug, see: https://issues.apache.org/jira/browse/SCM-518
518901f
Patch2:         0002-Fix-vss-modello-config.patch
a903354
Patch3:         0003-Port-to-current-plexus-utils.patch
Andrew Overholt e1f36ff
Stanislav Ochotnicky 68bd366
BuildRequires:  maven-local
25b1484
BuildRequires:  mvn(commons-io:commons-io)
25b1484
BuildRequires:  mvn(commons-lang:commons-lang)
25b1484
BuildRequires:  mvn(junit:junit)
25b1484
BuildRequires:  mvn(org.apache.maven:maven-compat)
25b1484
BuildRequires:  mvn(org.apache.maven:maven-parent:pom:)
25b1484
BuildRequires:  mvn(org.apache.maven:maven-plugin-api)
9fd07cb
BuildRequires:  mvn(org.apache.maven:maven-settings:2.2.1)
25b1484
BuildRequires:  mvn(org.apache.maven.plugins:maven-assembly-plugin)
25b1484
BuildRequires:  mvn(org.apache.maven.plugins:maven-invoker-plugin)
25b1484
BuildRequires:  mvn(org.apache.maven.plugins:maven-plugin-plugin)
25b1484
BuildRequires:  mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
25b1484
BuildRequires:  mvn(org.apache.maven.shared:file-management)
25b1484
BuildRequires:  mvn(org.codehaus.modello:modello-maven-plugin)
25b1484
BuildRequires:  mvn(org.codehaus.mojo:build-helper-maven-plugin)
25b1484
BuildRequires:  mvn(org.codehaus.plexus:plexus-component-metadata)
25b1484
BuildRequires:  mvn(org.codehaus.plexus:plexus-container-default)
25b1484
BuildRequires:  mvn(org.codehaus.plexus:plexus-utils)
25b1484
BuildRequires:  mvn(org.eclipse.jgit:org.eclipse.jgit)
25b1484
BuildRequires:  mvn(org.sonatype.plexus:plexus-sec-dispatcher)
f837e3e
f837e3e
%description
f0134dd
Maven SCM supports Maven plugins (e.g. maven-release-plugin) and other
066120b
tools (e.g. Continuum) in providing them a common API for doing SCM operations.
f837e3e
f837e3e
%package test
f837e3e
Summary:        Tests for %{name}
a2be211
Requires:       maven-scm = %{version}-%{release}
f837e3e
f837e3e
%description test
f837e3e
Tests for %{name}.
f837e3e
f837e3e
%package javadoc
f837e3e
Summary:        Javadoc for %{name}
f837e3e
f837e3e
%description javadoc
f837e3e
Javadoc for %{name}.
f837e3e
f837e3e
%prep
Stanislav Ochotnicky a4a0859
%setup -q
518901f
518901f
%patch1 -p1
518901f
%patch2 -p1
a903354
%patch3 -p1
f837e3e
Mat Booth 9601da3
# Remove unnecessary animal sniffer
Stanislav Ochotnicky 6a5427c
%pom_remove_plugin org.codehaus.mojo:animal-sniffer-maven-plugin
f837e3e
f81750f
%pom_remove_plugin :maven-enforcer-plugin
f81750f
9fd07cb
%pom_change_dep -r :maven-project :maven-compat
9fd07cb
Mat Booth 9601da3
# Remove providers-integrity from build (we don't have mks-api)
Stanislav Ochotnicky 6a5427c
%pom_remove_dep org.apache.maven.scm:maven-scm-provider-integrity maven-scm-providers/maven-scm-providers-standard
Stanislav Ochotnicky 6a5427c
%pom_disable_module maven-scm-provider-integrity maven-scm-providers
Stanislav Ochotnicky 6a5427c
Stanislav Ochotnicky 6a5427c
# Partially remove cvs support for removal of netbeans-cvsclient
Stanislav Ochotnicky 6a5427c
# It still works with cvsexe provider
Stanislav Ochotnicky 6a5427c
%pom_remove_dep org.apache.maven.scm:maven-scm-provider-cvsjava maven-scm-client
Stanislav Ochotnicky 6a5427c
%pom_remove_dep org.apache.maven.scm:maven-scm-provider-cvsjava maven-scm-providers/maven-scm-providers-standard
Stanislav Ochotnicky 6a5427c
%pom_disable_module maven-scm-provider-cvsjava maven-scm-providers/maven-scm-providers-cvs
Mat Booth 9601da3
sed -i s/cvsjava.CvsJava/cvsexe.CvsExe/ maven-scm-client/src/main/resources/META-INF/plexus/components.xml
Stanislav Ochotnicky aa5f38c
9d2c35d
# Tests are skipped anyways, so remove dependency on mockito.
9d2c35d
%pom_remove_dep org.mockito: maven-scm-providers/maven-scm-provider-jazz
9d2c35d
%pom_remove_dep org.mockito: maven-scm-providers/maven-scm-provider-accurev
9d2c35d
ea95feb
# Don't use deprecated "descriptorId" configuration parameter of Maven
ea95feb
# Assembly Plugin, which was removed in version 3.0.0.
ea95feb
%pom_xpath_replace "pom:plugin[pom:artifactId='maven-assembly-plugin']/pom:configuration/pom:descriptorId" "
ea95feb
    <descriptorRefs>
ea95feb
      <descriptorRef>jar-with-dependencies</descriptorRef>
ea95feb
    </descriptorRefs>" maven-scm-client
ea95feb
Mat Booth 9601da3
# Put TCK tests into a separate sub-package
Mat Booth e8ad28e
%mvn_package :%{name}-provider-cvstest test
Mat Booth e8ad28e
%mvn_package :%{name}-provider-gittest test
Mat Booth e8ad28e
%mvn_package :%{name}-provider-svntest test
Mat Booth e8ad28e
%mvn_package :%{name}-test test
Jaromir Capik b693f80
Stanislav Ochotnicky 6a5427c
%build
Mat Booth 9601da3
# Don't build and unit run tests because
Mat Booth 9601da3
# * accurev tests need porting to a newer hamcrest
Mat Booth 9601da3
# * vss tests fail with the version of junit in fedora
Mat Booth 9601da3
%mvn_build -f
f837e3e
f837e3e
%install
Mat Booth e8ad28e
%mvn_install
Mat Booth e8ad28e
Mat Booth e8ad28e
%files -f .mfiles
Mat Booth e8ad28e
%doc LICENSE NOTICE
Mat Booth e8ad28e
Mat Booth e8ad28e
%files test -f .mfiles-test
Mat Booth e8ad28e
%doc LICENSE NOTICE
Mat Booth e8ad28e
Mat Booth e8ad28e
%files javadoc -f .mfiles-javadoc
Mat Booth e8ad28e
%doc LICENSE NOTICE
f837e3e
f837e3e
%changelog
9fca306
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 1.10.0-7
9fca306
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
9fca306
64e6224
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-6
64e6224
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
64e6224
a070d8e
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-5
a070d8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
a070d8e
57ef201
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-4
57ef201
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
57ef201
6bd9142
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-3
6bd9142
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
6bd9142
a903354
* Mon Jul 02 2018 Michael Simacek <msimacek@redhat.com> - 1.10.0-2
a903354
- Port to current plexus-utils
a903354
9fd07cb
* Wed Jun 27 2018 Michael Simacek <msimacek@redhat.com> - 1.10.0-1
9fd07cb
- Update to upstream version 1.10.0
9fd07cb
f81750f
* Thu Mar 15 2018 Michael Simacek <msimacek@redhat.com> - 1.9.5-6
f81750f
- Fix FTBFS - remove enforcer
f81750f
9323b00
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.5-5
9323b00
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
9323b00
723a86c
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.5-4
723a86c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
723a86c
12f03a1
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.5-3
12f03a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
12f03a1
ea95feb
* Thu Nov 17 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.9.5-2
ea95feb
- Don't use deprecated config parameter of maven-assembly-plugin
ea95feb
518901f
* Fri Aug 12 2016 Michael Simacek <msimacek@redhat.com> - 1.9.5-1
518901f
- Update to upstream version 1.9.5
518901f
25b1484
* Wed Jun 15 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.9.4-5
25b1484
- Regenerate build-requires
25b1484
56e55cc
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.4-4
56e55cc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
56e55cc
5b76cb0
* Mon Jul 13 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.9.4-3
5b76cb0
- Add patch for compatibility with JGit 4.0.0
5b76cb0
db630c4
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.4-2
db630c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
db630c4
31abd4c
* Thu Apr  2 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.9.4-1
31abd4c
- Update to upstream version 1.9.4
31abd4c
ff8135f
* Fri Nov 21 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.9.2-2
ff8135f
- Add missing dependency on JUnit (SCM-786)
ff8135f
628977d
* Wed Sep 17 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.9.2-1
628977d
- Update to upstream version 1.9.2
628977d
2018420
* Mon Jul 28 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.9.1-1
2018420
- Update to upstream version 1.9.1
2018420
a69f86a
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9-4
a69f86a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
a69f86a
edda88e
* Thu Mar 13 2014 Michael Simacek <msimacek@redhat.com> - 1.9-3
edda88e
- Drop manual requires
edda88e
Stanislav Ochotnicky 3fe576b
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.9-2
Stanislav Ochotnicky 3fe576b
- Use Requires: java-headless rebuild (#1067528)
Stanislav Ochotnicky 3fe576b
2ddae55
* Wed Jan  8 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.9-1
2ddae55
- Update to upstream version 1.9
2ddae55
9d2c35d
* Tue Aug 27 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.8.1-2
9d2c35d
- Remove BR: mockito
9d2c35d
Mat Booth 9601da3
* Sun Aug 25 2013 Mat Booth <fedora@matbooth.co.uk> - 1.8.1-1
Mat Booth 9601da3
- Fix removal of cvs java provider, rhbz #962273
Mat Booth 9601da3
- Update to latest upstream
Mat Booth 9601da3
- Drop upstreamed patches
Mat Booth 9601da3
Mat Booth e8ad28e
* Sat Aug 24 2013 Mat Booth <fedora@matbooth.co.uk> - 1.7-10
Mat Booth e8ad28e
- Remove use of deprecated macros, rhbz #992204
Mat Booth e8ad28e
- Don't ship test jars in main package
Mat Booth e8ad28e
- Install NOTICE file
Mat Booth e8ad28e
Mat Booth 43b82ce
* Sat Aug 24 2013 Mat Booth <fedora@matbooth.co.uk> - 1.7-9
Mat Booth 43b82ce
- Add patch to build against newer plexus default container, rhbz #996199
Mat Booth 43b82ce
- Drop unneeded BRs
Mat Booth 43b82ce
a6c98ab
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-8
a6c98ab
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
a6c98ab
e9d772e
* Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.7-7
1c202c7
- Remove BR: maven2-common-poms
1c202c7
1c202c7
* Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.7-7
e9d772e
- Rebuild to regenerate API documentation
e9d772e
- Resolves: CVE-2013-1571
e9d772e
972cccb
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-6
972cccb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
972cccb
Stanislav Ochotnicky 68bd366
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.7-5
Stanislav Ochotnicky 68bd366
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
Stanislav Ochotnicky 68bd366
- Replace maven BuildRequires with maven-local
Stanislav Ochotnicky 68bd366
c51c7a9
* Thu Nov 15 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.7-4
c51c7a9
- Install LICENSE file
c51c7a9
Stanislav Ochotnicky 6a5427c
* Tue Aug 21 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.7-3
Stanislav Ochotnicky 6a5427c
- Remove unneeded mockito build dependency
Stanislav Ochotnicky 6a5427c
- Use new pom_ macros instead of patches
Stanislav Ochotnicky 6a5427c
d550933
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-2
d550933
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d550933
3881946
* Tue Jun 26 2012 Tomas Radej <tradej@redhat.com> - 1.7-1
3881946
- Updated to latest upstream version
3881946
- plexus-maven-plugin -> plexus-component-metadata
3881946
3b6d6b8
* Mon Apr 23 2012 Guido Grazioli <guido.grazioli@gmail.com> - 1.6-3
3b6d6b8
- Fix typo
3b6d6b8
61130b2
* Mon Apr 23 2012 Guido Grazioli <guido.grazioli@gmail.com> - 1.6-2
61130b2
- Remove -client-with-dependencies jar to get rid of duplicate libraries
61130b2
- Switch off maven execution debug output
61130b2
066120b
* Mon Apr 09 2012 Guido Grazioli <guido.grazioli@gmail.com> - 1.6-1
066120b
- Update to 1.6 release
066120b
- Fix typo in description
066120b
- Remove unused patches 001 (mockito now available), 004 and 006
066120b
- Update patch 007 (plexus-containers-component-metadata)
066120b
- Move source encoding setting to separate patch
066120b
Stanislav Ochotnicky aa5f38c
* Fri Feb  3 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.5-5
Stanislav Ochotnicky aa5f38c
- Remove cvsjava provider to get rid of netbeans-cvsclient dep
Stanislav Ochotnicky aa5f38c
0b063a0
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-4
0b063a0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
0b063a0
a2be211
* Fri Nov 18 2011 Bruno Wolff III <bruno@wolff.to> 1.5-3
a2be211
- Fix issue with bad requires by maven-scm-test
a2be211
Jaromir Capik b693f80
* Tue Nov 15 2011 Jaromir Capik <jcapik@redhat.com> 1.5-2
Jaromir Capik b693f80
- Migration from plexus-maven-plugin to plexus-containers-component-metadata
Jaromir Capik b693f80
f0134dd
* Tue Apr 5 2011 Alexander Kurtakov <akurtako@redhat.com> 0:1.5-1
f0134dd
- Update to upstream 1.5 release.
f0134dd
- Build with maven 3.
f0134dd
7e9eb69
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.4-6
7e9eb69
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
7e9eb69
Stanislav Ochotnicky a4a0859
* Tue Jan 11 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.4-5
Stanislav Ochotnicky a4a0859
- Drop buildroot definition
Stanislav Ochotnicky a4a0859
- Use mavenpomdir macro
Stanislav Ochotnicky a4a0859
- Make jars versionless (for real)
Stanislav Ochotnicky a4a0859
b56a6ff
* Mon Jan 3 2011 Alexander Kurtakov <akurtako@redhat.com> 0:1.4-4
b56a6ff
- Drop tomcat BRs.
b56a6ff
- No more versioned jar and javadoc.
b56a6ff
2d5adcb
* Wed Sep 08 2010 Guido Grazioli <guido.grazioli@gmail.com> 0:1.4-2
2d5adcb
- Fix BR
2d5adcb
- Remove unused patch
2d5adcb
ec5712d
* Tue Sep 07 2010 Guido Grazioli <guido.grazioli@gmail.com> 0:1.4-1
2d5adcb
- Update to upstream 1.4 (#626455)
ec5712d
- Require netbeans-cvsclient instead of netbeans-ide (#572165)
ec5712d
8617ec0
* Mon May 10 2010 Guido Grazioli <guido.grazioli@gmail.com> 0:1.2-6
8617ec0
- Link netbeans-lib-cvsclient jar in the right place.
8617ec0
- Switch to xz compression.
8617ec0
- Sanitize files owned.
8617ec0
- Use %%global.
8617ec0
20d89cb
* Mon Feb 8 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.2-5
20d89cb
- Fix BR/Rs for netbeans-ide[version] to netbeans-ide rename.
20d89cb
6cc4d58
* Thu Sep 17 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.2-4
6cc4d58
- Fix maven-scm-plugin depmap.
6cc4d58
000a6ba
* Sat Sep 12 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.2-3
000a6ba
- BR maven-surefire-provider-junit.
2a43966
- BR plexus-maven-plugin.
85b2614
- BR maven2-plugin-assembly.
000a6ba
f3e3674
* Sat Sep 12 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.2-2
f3e3674
- Add doxia-sitetools BR.
f3e3674
a30fd7a
* Sat Sep 12 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.2-1
a30fd7a
- Update to upstream 1.2.
a30fd7a
Andrew Overholt 77de9b2
* Tue Sep 01 2009 Andrew Overholt <overholt@redhat.com> 1.0-0.5.rc1.2
Andrew Overholt 77de9b2
- Bump release
Andrew Overholt 77de9b2
Andrew Overholt 22c9331
* Tue Sep 01 2009 Andrew Overholt <overholt@redhat.com> 1.0-0.5.rc1.1
Andrew Overholt 78ab0f7
- Add tomcat5, tomcat5-servlet-2.4-api,
Andrew Overholt 78ab0f7
  maven-shared-plugin-testing-harness, and tomcat5-jsp-2.0-api BRs
Andrew Overholt 22c9331
Andrew Overholt e1f36ff
* Mon Aug 31 2009 Andrew Overholt <overholt@redhat.com> 1.0-0.5.rc1
Andrew Overholt e1f36ff
- 1.0 RC1 (courtesy Deepak Bhole)
Andrew Overholt e1f36ff
- Remove gcj support
Andrew Overholt e1f36ff
- Add netbeans-ide11 requirement
Andrew Overholt e1f36ff
- Change name on surefire plugin BR
Andrew Overholt e1f36ff
5fb1f85
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0-0.4.b3.1.7
5fb1f85
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
5fb1f85
798da44
* Mon Mar 23 2009 Deepak Bhole <dbhole@redhat.com> - 0:1.0-0.3.b3.1.7
798da44
- Remove ppc64 arch exclusion
798da44
8c85d0c
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0-0.3.b3.1.6
8c85d0c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
8c85d0c
3f631cc
* Wed Jul  9 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0-0.2.b3.1.6
3f631cc
- drop repotag
3f631cc
5c6c4f6
* Thu Jun 26 2008 Deepak Bhole <dbhole@redhat.com> 1.0-0.2.b3.1jpp.5
5c6c4f6
- Fix mapping for the scm plugin
5c6c4f6
2191e0e
* Thu May 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.0-0.2.b3.1jpp.4
2191e0e
- fix license tag
2191e0e
4f23a82
* Thu Feb 28 2008 Deepak Bhole <dbhole@redhat.com> 1.0-0.2.b3.1jpp.3
4f23a82
- Rebuild
7493525
49354bd
* Fri Sep 21 2007 Deepak Bhole <dbhole@redhat.com> 0:1.0-0.1.b3.2jpp.2
49354bd
- Rebuild with excludearch for ppc64
49354bd
f837e3e
* Tue Feb 27 2007 Tania Bento <tbento@redhat.com> 0:1.0-0.1.b3.2jpp.1
f837e3e
- Fixed %%Release.
f837e3e
- Fixed %%BuildRoot.
f837e3e
- Removed %%Vendor.
f837e3e
- Removed %%Distribution.
f837e3e
- Removed %%post and %%postun sections for javadoc.
f837e3e
- Fixed instructions on how to generate source drop.
f837e3e
- Marked documentation files as %%doc in %%files section.
f837e3e
- Fixed %%Summary.
f837e3e
- Fixed %%description.
f837e3e
f837e3e
* Tue Oct 17 2006 Deepak Bhole <dbhole@redhat.com> - 0:1.0-0.b3.2jpp
f837e3e
- Update for maven 9jpp.
f837e3e
f837e3e
* Tue Sep 18 2006 Deepak Bhole <dbhole@redhat.com> - 0:1.0-0.b3.1jpp
f837e3e
- Initial build