Blame SPECS/maven-plugin-tools.spec

5d2637
%{?scl:%scl_package maven-plugin-tools}
5d2637
%{!?scl:%global pkg_name %{name}}
5d2637
5d2637
Name:           %{?scl_prefix}maven-plugin-tools
5d2637
Version:        3.5
5d2637
Release:        2.2%{?dist}
5d2637
Epoch:          0
5d2637
Summary:        Maven Plugin Tools
5d2637
License:        ASL 2.0
5d2637
URL:            http://maven.apache.org/plugin-tools/
5d2637
BuildArch:      noarch
5d2637
5d2637
Source0:        http://repo2.maven.org/maven2/org/apache/maven/plugin-tools/%{pkg_name}/%{version}/%{pkg_name}-%{version}-source-release.zip
5d2637
5d2637
Patch0:         0001-Avoid-duplicate-MOJO-parameters.patch
5d2637
Patch1:         0002-Deal-with-nulls-from-getComment.patch
5d2637
Patch2:         0003-Port-to-plexus-utils-3.0.24.patch
5d2637
5d2637
BuildRequires:  %{?scl_prefix}maven-local
5d2637
BuildRequires:  %{?scl_prefix}mvn(com.sun:tools)
5d2637
BuildRequires:  %{?scl_prefix}mvn(com.thoughtworks.qdox:qdox)
5d2637
BuildRequires:  %{?scl_prefix}mvn(net.sf.jtidy:jtidy)
5d2637
BuildRequires:  %{?scl_prefix}mvn(org.apache.ant:ant)
5d2637
BuildRequires:  %{?scl_prefix}mvn(org.apache.ant:ant-launcher)
5d2637
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven.doxia:doxia-sink-api)
5d2637
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven.doxia:doxia-site-renderer)
5d2637
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven:maven-artifact)
5d2637
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven:maven-artifact:2.2.1)
5d2637
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven:maven-compat)
5d2637
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven:maven-core)
5d2637
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven:maven-model:2.2.1)
5d2637
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven:maven-parent:pom:)
5d2637
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven:maven-plugin-api)
5d2637
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven:maven-repository-metadata)
5d2637
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven.plugins:maven-enforcer-plugin)
5d2637
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven.plugins:maven-plugin-plugin)
5d2637
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven.plugins:maven-source-plugin)
5d2637
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven.reporting:maven-reporting-api)
5d2637
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven.reporting:maven-reporting-impl)
5d2637
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven.surefire:maven-surefire-common)
5d2637
BuildRequires:  %{?scl_prefix}mvn(org.apache.velocity:velocity)
5d2637
BuildRequires:  %{?scl_prefix}mvn(org.beanshell:bsh)
5d2637
BuildRequires:  %{?scl_prefix}mvn(org.codehaus.modello:modello-maven-plugin)
5d2637
BuildRequires:  %{?scl_prefix}mvn(org.codehaus.plexus:plexus-ant-factory)
5d2637
BuildRequires:  %{?scl_prefix}mvn(org.codehaus.plexus:plexus-archiver)
5d2637
BuildRequires:  %{?scl_prefix}mvn(org.codehaus.plexus:plexus-bsh-factory)
5d2637
BuildRequires:  %{?scl_prefix}mvn(org.codehaus.plexus:plexus-component-annotations)
5d2637
BuildRequires:  %{?scl_prefix}mvn(org.codehaus.plexus:plexus-component-metadata)
5d2637
BuildRequires:  %{?scl_prefix}mvn(org.codehaus.plexus:plexus-utils)
5d2637
BuildRequires:  %{?scl_prefix}mvn(org.codehaus.plexus:plexus-velocity)
5d2637
BuildRequires:  %{?scl_prefix}mvn(org.easymock:easymock)
5d2637
BuildRequires:  %{?scl_prefix}mvn(org.ow2.asm:asm)
5d2637
BuildRequires:  %{?scl_prefix}mvn(org.ow2.asm:asm-commons)
5d2637
5d2637
%description
5d2637
The Maven Plugin Tools contains the necessary tools to be able to produce Maven
5d2637
Plugins in a variety of languages.
5d2637
5d2637
%package -n %{?scl_prefix}maven-plugin-annotations
5d2637
Summary:        Maven Plugin Java 5 Annotations
5d2637
5d2637
%description -n %{?scl_prefix}maven-plugin-annotations
5d2637
This package contains Java 5 annotations to use in Mojos.
5d2637
5d2637
%package -n %{?scl_prefix}maven-plugin-plugin
5d2637
Summary:        Maven Plugin Plugin
5d2637
5d2637
%description -n %{?scl_prefix}maven-plugin-plugin
5d2637
The Plugin Plugin is used to create a Maven plugin descriptor for any Mojo's
5d2637
found in the source tree, to include in the JAR. It is also used to generate
5d2637
Xdoc files for the Mojos as well as for updating the plugin registry, the
5d2637
artifact metadata and a generic help goal.
5d2637
5d2637
%package annotations
5d2637
Summary:        Maven Plugin Tool for Annotations
5d2637
5d2637
%description annotations
5d2637
This package provides Java 5 annotation tools for use with Apache Maven.
5d2637
5d2637
%package ant
5d2637
Summary:        Maven Plugin Tool for Ant
5d2637
Provides:       %{?scl_prefix}maven-shared-plugin-tools-ant = 0:%{version}-%{release}
5d2637
5d2637
%description ant
5d2637
Descriptor extractor for plugins written in Ant.
5d2637
5d2637
%package api
5d2637
Summary:        Maven Plugin Tools APIs
5d2637
Provides:       %{?scl_prefix}maven-shared-plugin-tools-api = 0:%{version}-%{release}
5d2637
5d2637
%description api
5d2637
The Maven Plugin Tools API provides an API to extract information from
5d2637
and generate documentation for Maven Plugins.
5d2637
5d2637
%package beanshell
5d2637
Summary:        Maven Plugin Tool for Beanshell
5d2637
Provides:       %{?scl_prefix}maven-shared-plugin-tools-beanshell = 0:%{version}-%{release}
5d2637
5d2637
%description beanshell
5d2637
Descriptor extractor for plugins written in Beanshell.
5d2637
5d2637
%package generators
5d2637
Summary:        Maven Plugin Tools Generators
5d2637
5d2637
%description generators
5d2637
The Maven Plugin Tools Generators provides content generation
5d2637
(documentation, help) from plugin descriptor.
5d2637
5d2637
%package java
5d2637
Summary:        Maven Plugin Tool for Java
5d2637
Provides:       %{?scl_prefix}maven-shared-plugin-tools-java = 0:%{version}-%{release}
5d2637
5d2637
%description java
5d2637
Descriptor extractor for plugins written in Java.
5d2637
5d2637
# Note that this package contains code, not documentation.
5d2637
# See comments about "javadocs" subpackage below.
5d2637
5d2637
%package javadoc
5d2637
Summary:        Maven Plugin Tools Javadoc
5d2637
5d2637
%description javadoc
5d2637
The Maven Plugin Tools Javadoc provides several Javadoc taglets to be used when
5d2637
generating Javadoc.
5d2637
5d2637
Java API documentation for %{pkg_name} is contained in
5d2637
%{pkg_name}-javadocs package. This package does not contain it.
5d2637
5d2637
%package model
5d2637
Summary:        Maven Plugin Metadata Model
5d2637
Provides:       %{?scl_prefix}maven-shared-plugin-tools-model = 0:%{version}-%{release}
5d2637
5d2637
%description model
5d2637
The Maven Plugin Metadata Model provides an API to play with the Metadata
5d2637
model.
5d2637
5d2637
%package -n %{?scl_prefix}maven-script
5d2637
Summary:        Maven Script Mojo Support
5d2637
5d2637
%description -n %{?scl_prefix}maven-script
5d2637
Maven Script Mojo Support lets developer write Maven plugins/goals
5d2637
with scripting languages instead of compiled Java.
5d2637
5d2637
%package -n %{?scl_prefix}maven-script-ant
5d2637
Summary:        Maven Ant Mojo Support
5d2637
5d2637
%description -n %{?scl_prefix}maven-script-ant
5d2637
This package provides %{summary}, which write Maven plugins with
5d2637
Ant scripts.
5d2637
5d2637
%package -n %{?scl_prefix}maven-script-beanshell
5d2637
Summary:        Maven Beanshell Mojo Support
5d2637
5d2637
%description -n %{?scl_prefix}maven-script-beanshell
5d2637
This package provides %{summary}, which write Maven plugins with
5d2637
Beanshell scripts.
5d2637
5d2637
# This "javadocs" package violates packaging guidelines as of Sep 6 2012. The
5d2637
# subpackage name "javadocs" instead of "javadoc" is intentional. There was a
5d2637
# consensus that current naming scheme should be kept, even if it doesn't
5d2637
# conform to the guidelines.  mizdebsk, September 2012
5d2637
5d2637
%package javadocs
5d2637
Summary:        Javadoc for %{pkg_name}
5d2637
5d2637
%description javadocs
5d2637
API documentation for %{pkg_name}.
5d2637
5d2637
%prep
5d2637
%setup -n %{pkg_name}-%{version} -q
5d2637
%patch0 -p1
5d2637
%patch1 -p1
5d2637
%patch2 -p1
5d2637
5d2637
%pom_remove_plugin :maven-enforcer-plugin
5d2637
5d2637
# For com.sun:tools use scope "compile" instead of "system"
5d2637
%pom_remove_dep com.sun:tools maven-plugin-tools-javadoc
5d2637
%pom_add_dep com.sun:tools maven-plugin-tools-javadoc
5d2637
5d2637
%pom_xpath_inject "pom:project/pom:properties" "
5d2637
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5d2637
    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>"
5d2637
5d2637
# Remove test dependencies because tests are skipped anyways.
5d2637
%pom_xpath_remove "pom:dependency[pom:scope='test']"
5d2637
5d2637
# Use Maven 3.1.1 APIs
5d2637
%pom_remove_dep :maven-project maven-plugin-plugin
5d2637
%pom_remove_dep :maven-plugin-descriptor maven-plugin-plugin
5d2637
%pom_remove_dep :maven-plugin-registry maven-plugin-plugin
5d2637
%pom_remove_dep :maven-artifact-manager maven-plugin-plugin
5d2637
5d2637
%pom_change_dep :maven-project :maven-core maven-plugin-tools-annotations
5d2637
%pom_change_dep :maven-plugin-descriptor :maven-compat maven-plugin-tools-annotations
5d2637
5d2637
%pom_remove_dep :maven-plugin-descriptor maven-script/maven-plugin-tools-ant
5d2637
%pom_change_dep :maven-project :maven-core maven-script/maven-plugin-tools-ant
5d2637
5d2637
%pom_remove_dep :maven-plugin-descriptor maven-plugin-tools-api
5d2637
%pom_change_dep :maven-project :maven-core maven-plugin-tools-api
5d2637
5d2637
%pom_remove_dep :maven-plugin-descriptor maven-script/maven-plugin-tools-beanshell
5d2637
5d2637
%pom_remove_dep :maven-project maven-plugin-tools-generators
5d2637
%pom_remove_dep :maven-plugin-descriptor maven-plugin-tools-generators
5d2637
5d2637
%pom_change_dep :maven-project :maven-core maven-plugin-tools-java
5d2637
%pom_remove_dep :maven-plugin-descriptor maven-plugin-tools-java
5d2637
5d2637
%pom_change_dep :maven-plugin-descriptor :maven-plugin-api maven-script/maven-plugin-tools-model
5d2637
5d2637
%pom_remove_dep :maven-project maven-script/maven-script-ant
5d2637
%pom_remove_dep :maven-plugin-descriptor maven-script/maven-script-ant
5d2637
5d2637
%pom_remove_dep :maven-project
5d2637
%pom_remove_dep :maven-plugin-descriptor
5d2637
%pom_add_dep org.apache.maven:maven-compat
5d2637
5d2637
%build
5d2637
%mvn_build -s -f
5d2637
5d2637
%install
5d2637
%mvn_install
5d2637
5d2637
%files -f .mfiles-maven-plugin-tools
5d2637
%dir %{_javadir}/%{pkg_name}
5d2637
%doc LICENSE NOTICE
5d2637
5d2637
%files -n %{?scl_prefix}maven-plugin-annotations -f .mfiles-maven-plugin-annotations
5d2637
5d2637
%files -n %{?scl_prefix}maven-plugin-plugin -f .mfiles-maven-plugin-plugin
5d2637
5d2637
%files annotations -f .mfiles-maven-plugin-tools-annotations
5d2637
5d2637
%files ant -f .mfiles-maven-plugin-tools-ant
5d2637
5d2637
%files api -f .mfiles-maven-plugin-tools-api
5d2637
5d2637
%files beanshell -f .mfiles-maven-plugin-tools-beanshell
5d2637
5d2637
%files generators -f .mfiles-maven-plugin-tools-generators
5d2637
5d2637
%files java -f .mfiles-maven-plugin-tools-java
5d2637
5d2637
%files javadoc -f .mfiles-maven-plugin-tools-javadoc
5d2637
5d2637
%files model -f .mfiles-maven-plugin-tools-model
5d2637
5d2637
%files -n %{?scl_prefix}maven-script -f .mfiles-maven-script
5d2637
5d2637
%files -n %{?scl_prefix}maven-script-ant -f .mfiles-maven-script-ant
5d2637
5d2637
%files -n %{?scl_prefix}maven-script-beanshell -f .mfiles-maven-script-beanshell
5d2637
5d2637
%files javadocs -f .mfiles-javadoc
5d2637
%doc LICENSE NOTICE
5d2637
5d2637
%changelog
5d2637
* Thu Jun 22 2017 Michael Simacek <msimacek@redhat.com> - 0:3.5-2.2
5d2637
- Mass rebuild 2017-06-22
5d2637
5d2637
* Wed Jun 21 2017 Java Maintainers <java-maint@redhat.com> - 0:3.5-2.1
5d2637
- Automated package import and SCL-ization
5d2637
5d2637
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0:3.5-2
5d2637
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
5d2637
5d2637
* Fri Nov 18 2016 Michael Simacek <msimacek@redhat.com> - 0:3.5-1
5d2637
- Update to upstream version 3.5
5d2637
5d2637
* Thu May 12 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:3.4-5
5d2637
- Port to plexus-utils 3.0.24
5d2637
5d2637
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0:3.4-4
5d2637
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
5d2637
5d2637
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:3.4-3
5d2637
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
5d2637
5d2637
* Mon Mar 16 2015 Michael Simacek <msimacek@redhat.com> - 0:3.4-2
5d2637
- Prevent NPE when setting description element
5d2637
5d2637
* Mon Mar 16 2015 Michael Simacek <msimacek@redhat.com> - 0:3.4-1
5d2637
- Update to upstream version 3.4
5d2637
5d2637
* Tue Oct 28 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:3.3-4
5d2637
- Port to QDox 2.0
5d2637
5d2637
* Tue Oct 14 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:3.3-3
5d2637
- Remove legacy Obsoletes/Provides for maven2 plugin
5d2637
5d2637
* Mon Oct 13 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:3.3-2
5d2637
- Port to maven-reporting-impl 2.3
5d2637
5d2637
* Thu Jun 19 2014 Michal Srb <msrb@redhat.com> - 0:3.3-1
5d2637
- Update to upstream version 3.3
5d2637
5d2637
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:3.1-20
5d2637
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
5d2637
5d2637
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:3.1-19
5d2637
- Use Requires: java-headless rebuild (#1067528)
5d2637
5d2637
* Mon Jan 27 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:3.1-18
5d2637
- Use Maven 3.x APIs
5d2637
5d2637
* Fri Jan 10 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:3.1-17
5d2637
- Remove explicit requires
5d2637
- Resolves: rhbz#1051527
5d2637
5d2637
* Fri Sep 20 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:3.1-16
5d2637
- Disable test dependencies
5d2637
5d2637
* Fri Sep 20 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:3.1-15
5d2637
- Fix com.sun:tools dependency
5d2637
5d2637
* Thu Aug 29 2013 Michal Srb <msrb@redhat.com> - 0:3.1-14
5d2637
- Adapt to current guidelines (Resolves: #960526)
5d2637
5d2637
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:3.1-13
5d2637
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
5d2637
5d2637
* Tue May  7 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:3.1-12
5d2637
- Disable resolution of test artifacts
5d2637
5d2637
* Thu Apr 18 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:3.1-11
5d2637
- Remove test dependencies
5d2637
5d2637
* Mon Mar 11 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:3.1-10
5d2637
- Add patch for MPLUGIN-242
5d2637
- Resolves: rhbz#920042
5d2637
5d2637
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:3.1-9
5d2637
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
5d2637
5d2637
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 0:3.1-8
5d2637
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
5d2637
- Replace maven BuildRequires with maven-local
5d2637
5d2637
* Fri Dec 21 2012 Michal Srb <msrb@redhat.com> - 0:3.1-7
5d2637
- Migrated from maven-doxia to doxia subpackage (Resolves: #889147)
5d2637
5d2637
* Wed Nov 14 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:3.1-6
5d2637
- Skip running tests because they are failing
5d2637
5d2637
* Tue Sep 11 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:3.1-5
5d2637
- Add missing requires
5d2637
5d2637
* Tue Sep 11 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:3.1-4
5d2637
- Rebuild without bootstrap
5d2637
5d2637
* Tue Sep 11 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:3.1-3
5d2637
- Add obsoletes for maven-plugin-annotations
5d2637
5d2637
* Mon Sep 10 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:3.1-2
5d2637
- Bump release
5d2637
5d2637
* Fri Sep  7 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:3.1-1
5d2637
- Update to upstream version 3.1
5d2637
- Bootstrap using prebuilt upstream binaries
5d2637
5d2637
* Thu Sep  6 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.7-7
5d2637
- Remove rpm bug workaround
5d2637
5d2637
* Tue Aug 28 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.7-6
5d2637
- Wrap descriptions at column 80
5d2637
- Install LICENSE and NOTICE files
5d2637
5d2637
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.7-5
5d2637
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
5d2637
5d2637
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.7-4
5d2637
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
5d2637
5d2637
* Wed Nov 16 2011 Jaromir Capik <jcapik@redhat.com> -  0:2.7-3
5d2637
- Missing com.sun.javadoc / com.sun.tools.doclet forced in the POM
5d2637
5d2637
* Tue Aug 16 2011 Jaromir Capik <jcapik@redhat.com> -  0:2.7-2
5d2637
- Removal of plexus-maven-plugin (not needed)
5d2637
- Migration to maven3
5d2637
- Removal of unwanted file duplicates
5d2637
- Minor spec file changes according to the latest guidelines
5d2637
5d2637
* Sat Feb 12 2011 Alexander Kurtakov <akurtako@redhat.com> 0:2.7-1
5d2637
- Update to new upstream release.
5d2637
- Adapt to current guidelines.
5d2637
5d2637
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.6-9
5d2637
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
5d2637
5d2637
* Thu Sep 30 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:2.6-8
5d2637
- Remove jtidy depmap (not needed anymore)
5d2637
5d2637
* Wed Sep 29 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:2.6-7
5d2637
- Add patch for new jtidy
5d2637
- Add jtidy depmap
5d2637
5d2637
* Wed Sep 8 2010 Alexander Kurtakov <akurtako@redhat.com> 0:2.6-6
5d2637
- BR maven-site-plugin.
5d2637
- Use javadoc:aggregate for multimodule projects.
5d2637
5d2637
* Thu May 27 2010 Alexander Kurtakov <akurtako@redhat.com> 0:2.6-5
5d2637
- Add missing requires.
5d2637
- Drop modello patches not needed anymore.
5d2637
5d2637
* Wed May 19 2010 Alexander Kurtakov <akurtako@redhat.com> 0:2.6-4
5d2637
- Fix plugin-tools-java obsoletes.
5d2637
5d2637
* Tue May 18 2010 Alexander Kurtakov <akurtako@redhat.com> 0:2.6-3
5d2637
- More BRs.
5d2637
5d2637
* Tue May 18 2010 Alexander Kurtakov <akurtako@redhat.com> 0:2.6-2
5d2637
- Fix BRs.
5d2637
5d2637
* Tue May 18 2010 Alexander Kurtakov <akurtako@redhat.com> 2.6-0
5d2637
- Update to 2.6.
5d2637
- Separate modules as subpackages.
5d2637
5d2637
* Mon Nov 23 2009 Alexander Kurtakov <akurtako@redhat.com> 0:2.1-6
5d2637
- BR maven-plugin-tools.
5d2637
5d2637
* Mon Aug 31 2009 Alexander Kurtakov <akurtako@redhat.com> 0:2.1-5
5d2637
- Set minimum version for plexus-utils BR.
5d2637
- BR java-devel.
5d2637
- Fix javadoc subpackage description.
5d2637
5d2637
* Mon Aug 31 2009 Alexander Kurtakov <akurtako@redhat.com> 0:2.1-4
5d2637
- Adapt for Fedora.
5d2637
5d2637
* Wed May 20 2009 Fernando Nasser <fnasser@redhat.com> - 0:2.1-3
5d2637
- Fix license
5d2637
- Fix URL
5d2637
5d2637
* Mon Apr 27 2009 Yong Yang <yyang@redhat.com> - 0:2.1-2
5d2637
- Add BRs for maven-doxia*
5d2637
- Rebuild with maven2-2.0.8 built in non-bootstrap mode
5d2637
5d2637
* Mon Mar 09 2009 Yong Yang <yyang@redhat.com> - 0:2.1-1
5d2637
- Import from dbhole's maven2 2.0.8 packages
5d2637
5d2637
* Mon Apr 07 2008 Deepak Bhole <dbhole@redhat.com> - 0:2.1-0jpp.1
5d2637
- Initial build