678371c
%bcond_with bootstrap
df4931a
6c604d1
%if %{with bootstrap}
9d979d1
%global mbi 1
9d979d1
%endif
86d1a30
4c6981f
Name:           xmvn
fc4b6c6
Version:        4.0.0~20210708.54026c1
fc4b6c6
Release:        9%{?dist}
4c6981f
Summary:        Local Extensions for Apache Maven
4c6981f
License:        ASL 2.0
3efff57
URL:            https://fedora-java.github.io/xmvn/
3efff57
BuildArch:      noarch
896a146
cd269ac
#Source0:        https://github.com/fedora-java/xmvn/releases/download/%{version}/xmvn-%{version}.tar.xz
fc4b6c6
Source0:        https://github.com/fedora-java/xmvn/archive/54026c1.tar.gz
140ecf4
65820d0
BuildRequires:  maven-local
df4931a
%if %{with bootstrap}
df4931a
BuildRequires:  javapackages-bootstrap
df4931a
%else
68a613e
BuildRequires:  mvn(com.beust:jcommander)
68a613e
BuildRequires:  mvn(org.apache.commons:commons-compress)
68a613e
BuildRequires:  mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
68a613e
BuildRequires:  mvn(org.apache.maven.plugins:maven-assembly-plugin)
68a613e
BuildRequires:  mvn(org.apache.maven.plugins:maven-plugin-plugin)
68a613e
BuildRequires:  mvn(org.apache.maven.resolver:maven-resolver-api)
68a613e
BuildRequires:  mvn(org.apache.maven.resolver:maven-resolver-util)
68a613e
BuildRequires:  mvn(org.apache.maven:maven-artifact)
68a613e
BuildRequires:  mvn(org.apache.maven:maven-core)
68a613e
BuildRequires:  mvn(org.apache.maven:maven-model)
68a613e
BuildRequires:  mvn(org.apache.maven:maven-model-builder)
68a613e
BuildRequires:  mvn(org.apache.maven:maven-plugin-api)
68a613e
BuildRequires:  mvn(org.codehaus.modello:modello-maven-plugin)
68a613e
BuildRequires:  mvn(org.codehaus.mojo:build-helper-maven-plugin)
68a613e
BuildRequires:  mvn(org.codehaus.plexus:plexus-classworlds)
68a613e
BuildRequires:  mvn(org.codehaus.plexus:plexus-component-annotations)
68a613e
BuildRequires:  mvn(org.codehaus.plexus:plexus-component-metadata)
68a613e
BuildRequires:  mvn(org.codehaus.plexus:plexus-container-default)
68a613e
BuildRequires:  mvn(org.codehaus.plexus:plexus-utils)
68a613e
BuildRequires:  mvn(org.easymock:easymock)
68a613e
BuildRequires:  mvn(org.junit.jupiter:junit-jupiter)
68a613e
BuildRequires:  mvn(org.ow2.asm:asm)
68a613e
BuildRequires:  mvn(org.slf4j:slf4j-api)
68a613e
BuildRequires:  mvn(org.slf4j:slf4j-simple)
fc4b6c6
BuildRequires:  mvn(org.xmlunit:xmlunit-assertj3)
fc4b6c6
# Maven home is used as template for XMvn home
fc4b6c6
BuildRequires:  maven
fc4b6c6
# Test dependency (for testing compatibility with Java 8)
fc4b6c6
BuildRequires:  java-1.8.0-openjdk-devel
86d1a30
%endif
4c6981f
5fe6dc0
Requires:       %{name}-minimal = %{version}-%{release}
e2f5ce0
Requires:       maven >= 3.6.1
4c6981f
4c6981f
%description
4c6981f
This package provides extensions for Apache Maven that can be used to
4c6981f
manage system artifact repository and use it to resolve Maven
4c6981f
artifacts in offline mode, as well as Maven plugins to help with
4c6981f
creating RPM packages containing Maven artifacts.
4c6981f
2b816eb
%package        minimal
2b816eb
Summary:        Dependency-reduced version of XMvn
5fe6dc0
Requires:       %{name}-core = %{version}-%{release}
ff3fa7f
Requires:       apache-commons-cli
ff3fa7f
Requires:       apache-commons-lang3
ff3fa7f
Requires:       atinject
ff3fa7f
Requires:       google-guice
e2f5ce0
Requires:       guava
40b08af
Requires:       maven-resolver
8838254
Requires:       maven-wagon
ff3fa7f
Requires:       plexus-cipher
b657e31
Requires:       plexus-classworlds
ff3fa7f
Requires:       plexus-containers-component-annotations
ff3fa7f
Requires:       plexus-interpolation
ff3fa7f
Requires:       plexus-sec-dispatcher
ff3fa7f
Requires:       plexus-utils
a0fc235
Requires:       sisu
ff3fa7f
Requires:       slf4j
2b816eb
e3abb21
Requires:       maven-lib >= 3.4.0
e3abb21
Requires:       maven-jdk-binding
e3abb21
Suggests:       maven-openjdk11
e3abb21
fc4b6c6
Obsoletes:      xmvn-connector-aether < 4.0.0
fc4b6c6
2b816eb
%description    minimal
2b816eb
This package provides minimal version of XMvn, incapable of using
2b816eb
remote repositories.
2b816eb
4e70a1f
%package        core
fc4b6c6
Summary:        XMvn library
fc4b6c6
Obsoletes:      xmvn-parent-pom < 4.0.0
fc4b6c6
Obsoletes:      xmvn-api < 4.0.0
4e70a1f
4e70a1f
%description    core
fc4b6c6
This package provides XMvn API and XMvn Core modules, which implement
fc4b6c6
the essential functionality of XMvn such as resolution of artifacts
fc4b6c6
from system repository.
b329200
4e70a1f
%package        mojo
4e70a1f
Summary:        XMvn MOJO
4e70a1f
4e70a1f
%description    mojo
4e70a1f
This package provides XMvn MOJO, which is a Maven plugin that consists
4e70a1f
of several MOJOs.  Some goals of these MOJOs are intended to be
4e70a1f
attached to default Maven lifecycle when building packages, others can
4e70a1f
be called directly from Maven command line.
4e70a1f
fc4b6c6
%package        tools
fc4b6c6
Summary:        XMvn tools
Severin Gehwolf 6262b5b
# Explicit javapackages-tools requires since scripts use
Severin Gehwolf 6262b5b
# /usr/share/java-utils/java-functions
Severin Gehwolf 6262b5b
Requires:       javapackages-tools
fc4b6c6
Obsoletes:      xmvn-tools-pom < 4.0.0
fc4b6c6
Obsoletes:      xmvn-bisect < 4.0.0
fc4b6c6
Obsoletes:      xmvn-install < 4.0.0
fc4b6c6
Obsoletes:      xmvn-resolve < 4.0.0
fc4b6c6
Obsoletes:      xmvn-subst < 4.0.0
fc4b6c6
fc4b6c6
%description    tools
fc4b6c6
This package provides various XMvn tools:
fc4b6c6
* XMvn Install, which is a command-line interface to XMvn installer.
fc4b6c6
  The installer reads reactor metadata and performs artifact
fc4b6c6
  installation according to specified configuration.
fc4b6c6
* XMvn Resolver, which is a very simple commald-line tool to resolve
fc4b6c6
  Maven artifacts from system repositories.  Basically it's just an
fc4b6c6
  interface to artifact resolution mechanism implemented by XMvn Core.
fc4b6c6
  The primary intended use case of XMvn Resolver is debugging local
fc4b6c6
  artifact repositories.
fc4b6c6
* XMvn Subst, which is a tool that can substitute Maven artifact files
fc4b6c6
  with symbolic links to corresponding files in artifact repository.
b5697ac
4c6981f
%package        javadoc
4c6981f
Summary:        API documentation for %{name}
4c6981f
4c6981f
%description    javadoc
4c6981f
This package provides %{summary}.
4c6981f
4c6981f
%prep
fc4b6c6
%setup -q -n xmvn-54026c171fe8f4ccb0a22786616ceb5717359b8b
94d6ed6
fc4b6c6
%mvn_package ::tar.gz: __noinstall
fc4b6c6
%mvn_package ":{xmvn,xmvn-connector}" xmvn
fc4b6c6
%mvn_package ":xmvn-{api,core,parent}" core
fc4b6c6
%mvn_package ":xmvn-mojo" mojo
fc4b6c6
%mvn_package ":xmvn-{install,resolve,subst,tools}" tools
Stanislav Ochotnicky 7685bd4
5fe6dc0
# Don't put Class-Path attributes in manifests
5fe6dc0
%pom_remove_plugin :maven-jar-plugin xmvn-tools
5fe6dc0
fc4b6c6
# Copy Maven home packaged as RPM instead of unpacking Maven binary
fc4b6c6
# tarball with maven-dependency-plugin
fc4b6c6
%pom_remove_plugin :maven-dependency-plugin
9007424
maven_home=$(realpath $(dirname $(realpath $(%{?jpb_env} which mvn)))/..)
Stanislav Ochotnicky 7685bd4
mver=$(sed -n '/<mavenVersion>/{s/.*>\(.*\)<.*/\1/;p}' \
Stanislav Ochotnicky 7685bd4
           xmvn-parent/pom.xml)
Stanislav Ochotnicky 7685bd4
mkdir -p target/dependency/
fc4b6c6
cp -a "${maven_home}" target/dependency/apache-maven-$mver
4c6981f
4c6981f
%build
fc4b6c6
%mvn_build -j -- -P\\!quality
4c6981f
d5fb384
version=4.0.0-SNAPSHOT
fc4b6c6
tar --delay-directory-restore -xvf target/xmvn-*-bin.tar.gz
d5fb384
chmod -R +rwX %{name}-${version}*
4e70a1f
# These are installed as doc
d5fb384
rm -f %{name}-${version}*/{AUTHORS-XMVN,README-XMVN.md,LICENSE,NOTICE,NOTICE-XMVN}
5fe6dc0
# Not needed - we use JPackage launcher scripts
fc4b6c6
rm -Rf %{name}-${version}*/lib/{installer,resolver,subst}/
5fe6dc0
# Irrelevant Maven launcher scripts
d5fb384
rm -f %{name}-${version}*/bin/*
Stanislav Ochotnicky 7685bd4
Stanislav Ochotnicky 7685bd4
4c6981f
%install
65820d0
%mvn_install
4c6981f
d5fb384
version=4.0.0-SNAPSHOT
9007424
maven_home=$(realpath $(dirname $(realpath $(%{?jpb_env} which mvn)))/..)
5fe6dc0
38ca401
install -d -m 755 %{buildroot}%{_datadir}/%{name}
1dad161
cp -r%{?mbi:L} %{name}-${version}*/* %{buildroot}%{_datadir}/%{name}/
a6e6740
dd155d2
for cmd in mvn mvnDebug; do
a6e6740
    cat <<EOF >%{buildroot}%{_datadir}/%{name}/bin/$cmd
a6e6740
#!/bin/sh -e
a6e6740
export _FEDORA_MAVEN_HOME="%{_datadir}/%{name}"
1dad161
exec %{_datadir}/maven/bin/$cmd "\${@}"
a6e6740
EOF
a6e6740
    chmod 755 %{buildroot}%{_datadir}/%{name}/bin/$cmd
a6e6740
done
95472af
Stanislav Ochotnicky 7685bd4
# helper scripts
2bcba29
%jpackage_script org.fedoraproject.xmvn.tools.install.cli.InstallerCli "" "" xmvn/xmvn-install:xmvn/xmvn-api:xmvn/xmvn-core:beust-jcommander:slf4j/api:slf4j/simple:objectweb-asm/asm:commons-compress xmvn-install
5fe6dc0
%jpackage_script org.fedoraproject.xmvn.tools.resolve.ResolverCli "" "" xmvn/xmvn-resolve:xmvn/xmvn-api:xmvn/xmvn-core:beust-jcommander xmvn-resolve
5fe6dc0
%jpackage_script org.fedoraproject.xmvn.tools.subst.SubstCli "" "" xmvn/xmvn-subst:xmvn/xmvn-api:xmvn/xmvn-core:beust-jcommander xmvn-subst
Stanislav Ochotnicky 7685bd4
8ceea9d
# copy over maven boot and lib directories
8ceea9d
cp -r%{?mbi:L} ${maven_home}/boot/* %{buildroot}%{_datadir}/%{name}/boot/
1dad161
cp -r%{?mbi:L} ${maven_home}/lib/* %{buildroot}%{_datadir}/%{name}/lib/
Stanislav Ochotnicky 7685bd4
38ca401
# possibly recreate symlinks that can be automated with xmvn-subst
1dad161
%if !0%{?mbi}
cca7075
%{name}-subst -s -R %{buildroot} %{buildroot}%{_datadir}/%{name}/
0f00836
%endif
d5cfedf
a6e6740
# /usr/bin/xmvn
a6e6740
ln -s %{_datadir}/%{name}/bin/mvn %{buildroot}%{_bindir}/%{name}
95472af
6c31323
# mvn-local symlink
f351216
ln -s %{name} %{buildroot}%{_bindir}/mvn-local
6c31323
Stanislav Ochotnicky 7685bd4
# make sure our conf is identical to maven so yum won't freak out
f2f8054
install -d -m 755 %{buildroot}%{_datadir}/%{name}/conf/
5fe6dc0
cp -P ${maven_home}/conf/settings.xml %{buildroot}%{_datadir}/%{name}/conf/
5fe6dc0
cp -P ${maven_home}/bin/m2.conf %{buildroot}%{_datadir}/%{name}/bin/
Stanislav Ochotnicky 7685bd4
596fd4e
# Make sure javapackages config is not bundled
b8fa616
rm -rf %{buildroot}%{_datadir}/%{name}/{configuration.xml,config.d/,conf/toolchains.xml,maven-metadata/}
596fd4e
9901c26
# Workaround for rpm bug 447156 - rpm fails to change directory to symlink
9901c26
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Directory_Replacement/
9901c26
%pretrans -p <lua> minimal
9901c26
path = "/usr/share/xmvn/conf/logging"
9901c26
st = posix.stat(path)
9901c26
if st and st.type == "directory" then
9901c26
  status = os.rename(path, path .. ".rpmmoved")
9901c26
  if not status then
9901c26
    suffix = 0
9901c26
    while not status do
9901c26
      suffix = suffix + 1
9901c26
      status = os.rename(path .. ".rpmmoved", path .. ".rpmmoved." .. suffix)
9901c26
    end
9901c26
    os.rename(path, path .. ".rpmmoved")
9901c26
  end
9901c26
end
9901c26
4e70a1f
%files
a6e6740
%{_bindir}/mvn-local
2b816eb
fc4b6c6
%files minimal -f .mfiles-xmvn
a6e6740
%{_bindir}/%{name}
5fe6dc0
%dir %{_datadir}/%{name}
4e70a1f
%dir %{_datadir}/%{name}/bin
4e70a1f
%dir %{_datadir}/%{name}/lib
4e70a1f
%{_datadir}/%{name}/lib/*.jar
3d43c92
%{_datadir}/%{name}/lib/ext
b657e31
%{_datadir}/%{name}/lib/jansi-native
4e70a1f
%{_datadir}/%{name}/bin/m2.conf
4e70a1f
%{_datadir}/%{name}/bin/mvn
4e70a1f
%{_datadir}/%{name}/bin/mvnDebug
4e70a1f
%{_datadir}/%{name}/boot
4e70a1f
%{_datadir}/%{name}/conf
9901c26
%ghost %{_datadir}/%{name}/conf/logging.rpmmoved
4e70a1f
fc4b6c6
%files core -f .mfiles-core
fc4b6c6
%license LICENSE NOTICE
5fe6dc0
%doc AUTHORS README.md
4e70a1f
fc4b6c6
%files mojo -f .mfiles-mojo
4e70a1f
fc4b6c6
%files tools -f .mfiles-tools
fc4b6c6
%{_bindir}/%{name}-install
5fe6dc0
%{_bindir}/%{name}-resolve
5fe6dc0
%{_bindir}/%{name}-subst
4e70a1f
9b48a0f
%files javadoc
fc4b6c6
%license LICENSE NOTICE
4c6981f
4c6981f
%changelog
fc4b6c6
* Thu Jul 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0.0~20210708.54026c1-9
fc4b6c6
- Update to latest upstream snapshot
fc4b6c6
9901c26
* Tue Jun 01 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0.0~20191028.da67577-8
9901c26
- Workaround for rpm bug 447156 - rpm fails to change directory to symlink
9901c26
b329200
* Wed May 26 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0.0~20191028.da67577-7
b329200
- Conditionally enable Ivy connector
b329200
4d7c69c
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0.0~20191028.da67577-6
4d7c69c
- Bootstrap build
678371c
- Non-bootstrap build
4d7c69c
4578e19
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-8
4578e19
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
4578e19
515a8a5
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-7
515a8a5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
515a8a5
e366a87
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 3.1.0-6
e366a87
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
e366a87
3210b76
* Thu Jul 09 2020 Mat Booth <mat.booth@redhat.com> - 3.1.0-5
3210b76
- Honour source parameter in javadoc mojo
3210b76
7cb1196
* Fri Jun 26 2020 Alexander Kurtakov <akurtako@redhat.com> 3.1.0-4
7cb1196
- Rebuild to pick jsr250-api switch to jakarta-annotations.
7cb1196
c9d80da
* Thu Jun 25 2020 Alexander Kurtakov <akurtako@redhat.com> 3.1.0-3
c9d80da
- Ignore test failures as they fail when built Java 11.
c9d80da
fc22718
* Mon Apr 20 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0.0~20191028.da67577-5
fc22718
- Disable Ivy connector
fc22718
e3abb21
* Wed Feb 19 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0.0~20191028.da67577-4
e3abb21
- Require maven-jdk-binding
e3abb21
1dcf21c
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-2
1dcf21c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
1dcf21c
140ecf4
* Thu Jan 23 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0.0~20191028.da67577-3
140ecf4
- Implement toolchain manager
140ecf4
cdd2c32
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0.0~20191028.da67577-2
cdd2c32
- Mass rebuild for javapackages-tools 201902
cdd2c32
758c965
* Mon Oct 28 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0.0~20191028.da67577-1
cd269ac
- Update to upstream snapshot of 4.0.0
cd269ac
3efff57
* Thu Oct 17 2019 Fabio Valentini <decathorpe@gmail.com> - 3.1.0-1
3efff57
- Update to version 3.1.0.
3efff57
e2f5ce0
* Thu Oct 17 2019 Fabio Valentini <decathorpe@gmail.com> - 3.0.0-28
e2f5ce0
- Bump requirement to maven 3.6.1 and non-compat guava.
e2f5ce0
23e9795
* Mon Sep 02 2019 Marian Koncek <mkoncek@redhat.com> - 3.0.0-27
23e9795
- Port to maven-invoker 3.0.1
23e9795
e9d12f3
* Thu Aug 22 2019 Fabio Valentini <decathorpe@gmail.com> - 3.0.0-26
e9d12f3
- Port to xmlunit2.
e9d12f3
6f9dba2
* Sun Aug 11 2019 Fabio Valentini <decathorpe@gmail.com> - 3.0.0-25
6f9dba2
- Disable gradle support by default.
6f9dba2
929c308
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-24
929c308
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
929c308
c999df5
* Fri Jun 28 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.0-2
c999df5
- Prefer namespaced metadata when duplicates are found
c999df5
92bb6d7
* Fri Jun 14 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.0-1
92bb6d7
- Update to upstream version 3.1.0
92bb6d7
5060d60
* Thu May 30 2019 Marian Koncek <mkoncek@redhat.com> - 3.0.0-25
5060d60
- Update maven-invoker to version 3.0.1
5060d60
85768a3
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-24
85768a3
- Mass rebuild for javapackages-tools 201901
85768a3
dabf665
* Fri Apr 19 2019 Marian Koncek <mkoncek@redhat.com> - 3.0.0-23
dabf665
- Port to Xmlunit 2.6.2
dabf665
a0afd4d
* Sat Apr 13 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-22
a0afd4d
- Switch to Maven 3.6.1 and non-compat Guava
a0afd4d
229a36c
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-23
229a36c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
229a36c
7be903d
* Tue Oct 30 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-22
7be903d
- Port to Gradle 4.4.1
7be903d
Severin Gehwolf 6262b5b
* Wed Aug 01 2018 Severin Gehwolf <sgehwolf@redhat.com> - 3.0.0-21
Severin Gehwolf 6262b5b
- Add requirement on javapackages-tools since scripts use
Severin Gehwolf 6262b5b
  java-functions.
Severin Gehwolf 6262b5b
455e2ae
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-20
455e2ae
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
455e2ae
2bcba29
* Tue Jun 05 2018 Michael Simacek <msimacek@redhat.com> - 3.0.0-19
2bcba29
- Remove now unnecessary objenesis from classpath
2bcba29
fcf8ed5
* Fri May 18 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-18
fcf8ed5
- Avoid creating temp files during manifest injection
fcf8ed5
- Resolves: rhbz#1579236
fcf8ed5
5889f59
* Wed May  9 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-17
5889f59
- Switch to commons-compress for manifest manipulation
5889f59
- Resolves: rhbz#1576358
5889f59
69ccb8f
* Fri Apr 27 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-16
69ccb8f
- Remove use of JAXB from xmvn-core to make it work with Java 9
69ccb8f
dd155d2
* Thu Apr 19 2018 Michael Simacek <msimacek@redhat.com> - 3.0.0-15
dd155d2
- Fix maven home lookup and layout to match current maven
dd155d2
afe1770
* Fri Mar 16 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-14
afe1770
- Fix configuration of aliased plugins
afe1770
- Resolves: rhbz#1556974
afe1770
7f59bfb
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.0.0-13
7f59bfb
- Escape macros in %%changelog
7f59bfb
8223f71
* Mon Feb 05 2018 Michael Simacek <msimacek@redhat.com> - 3.0.0-12
8223f71
- Use guava20
8223f71
6d55180
* Wed Jan 24 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-11
6d55180
- Build-require full maven again, instead of maven-lib
6d55180
8e3295c
* Tue Jan  9 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-10
8e3295c
- BR maven-lib instead of full maven
8e3295c
45422a1
* Thu Dec 07 2017 Michael Simacek <msimacek@redhat.com> - 3.0.0-9
45422a1
- Support setting "-Xdoclint:none" in m-javadoc-p >= 3.0.0
45422a1
0933175
* Fri Nov 10 2017 Michael Simacek <msimacek@redhat.com> - 3.0.0-8
0933175
- Port to Gradle 4.3.1
0933175
8ea9c72
* Mon Oct 02 2017 Michael Simacek <msimacek@redhat.com> - 3.0.0-7
8ea9c72
- Port to gradle 4.2
8ea9c72
a15f99b
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-6
a15f99b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
a15f99b
063806d
* Wed Jun 21 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-5
063806d
- Remove temporary workaround
063806d
5d81a4a
* Wed Jun 21 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-4
5d81a4a
- Fix installer crash when plugin directory is missing
5d81a4a
4b9c419
* Wed Jun 21 2017 Michael Simacek <msimacek@redhat.com> - 3.0.0-3
4b9c419
- Include lib directories for now
4b9c419
896a146
* Wed Jun 21 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-2
896a146
- Fix loading of XMvn Installer plugins
896a146
5fe6dc0
* Wed Jun 21 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-1
5fe6dc0
- Update to upstream version 3.0.0
5fe6dc0
b657e31
* Wed Apr 19 2017 Michael Simacek <msimacek@redhat.com> - 2.5.0-23
b657e31
- Update spec for maven 3.5.0
b657e31
af69445
* Wed Apr 19 2017 Michael Simacek <msimacek@redhat.com> - 2.5.0-22
af69445
- Temporary changes for maven upgrade
af69445
4bf685c
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.0-21
4bf685c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
4bf685c
31e6e17
* Thu Feb 02 2017 Michael Simacek <msimacek@redhat.com> - 2.5.0-20
31e6e17
- Remove requires added for maven 3.4.0
31e6e17
851b41f
* Thu Feb 02 2017 Michael Simacek <msimacek@redhat.com> - 2.5.0-19
851b41f
- Remove BR on maven-site-plugin
851b41f
86d1a30
* Tue Jan 31 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.0-18
86d1a30
- Allow to conditionally build without gradle
86d1a30
cca7075
* Mon Jan 16 2017 Michael Simacek <msimacek@redhat.com> - 2.5.0-17
cca7075
- Use reactor artifacts when running xmvn-subst
cca7075
fb2e01f
* Mon Jan 16 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.0-16
fb2e01f
- Allow xmvn to install files who names whitespace
fb2e01f
a6e6740
* Mon Aug 15 2016 Michael Simacek <msimacek@redhat.com> - 2.5.0-15
a6e6740
- Switch launcher scripts
a6e6740
ff3fa7f
* Thu Aug 11 2016 Michael Simacek <msimacek@redhat.com> - 2.5.0-14
ff3fa7f
- Add Requires on all symlinked jars to xmvn-minimal
ff3fa7f
db25e0e
* Mon Aug  8 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.0-13
db25e0e
- Remove temp symlinks
db25e0e
83f775d
* Mon Aug  8 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.0-12
83f775d
- Add temp symlinks needed for updating to Maven 3.4.0
83f775d
271ff42
* Mon Jul 04 2016 Michael Simacek <msimacek@redhat.com> - 2.5.0-11
271ff42
- Don't install POM files for Tycho projects
271ff42
f3dd943
* Thu Jun 30 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.0-10
f3dd943
- Full xmvn should require full maven
f3dd943
2b816eb
* Tue Jun 28 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.0-9
2b816eb
- Introduce xmvn-minimal subpackage
2b816eb
1a4f205
* Wed Jun 15 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.0-8
1a4f205
- Add missing build-requires
1a4f205
90cdaa0
* Mon May 30 2016 Michael Simacek <msimacek@redhat.com> - 2.5.0-7
90cdaa0
- Add missing BR easymock
90cdaa0
e35709c
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.0-6
e35709c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
e35709c
b666fb6
* Thu Nov 26 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.0-5
b666fb6
- Try to procect builddep MOJO against patological cases
b666fb6
ebb0695
* Mon Nov 23 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.0-4
ebb0695
- Remove temporary Maven 3.3.9 workaround
ebb0695
dac6cfa
* Mon Nov 23 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.0-3
dac6cfa
- Add temporary workaround for Maven 3.3.9 transition
dac6cfa
8f3de13
* Wed Oct 28 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.0-2
8f3de13
- Fix symlinks in lib/core
8f3de13
2d9f8a0
* Wed Oct 28 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.0-1
2d9f8a0
- Update to upstream version 2.5.0
2d9f8a0
179bf29
* Tue Jul 14 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.4.0-5
179bf29
- Require persistent artifact files in XML resolver API
179bf29
5aa82c8
* Tue Jun 30 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.4.0-4
5aa82c8
- Port to Gradle 2.5-rc-1
5aa82c8
7e97781
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.0-3
7e97781
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
7e97781
dae0afd
* Mon May 11 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.4.0-2
dae0afd
- Add patches for rhbz#1220394
dae0afd
2007ec1
* Wed May  6 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.4.0-1
2007ec1
- Update to upstream version 2.4.0
2007ec1
65b26a5
* Fri Apr 24 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3.2-8
65b26a5
- Port to Gradle 2.4-rc-1
65b26a5
7df76fa
* Thu Apr 16 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3.2-7
7df76fa
- Disable doclint in javadoc:aggregate MOJO executions
7df76fa
6c31323
* Thu Apr  9 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3.2-6
6c31323
- Install mvn-local symlink
6c31323
dd56ea2
* Wed Mar 25 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3.2-5
dd56ea2
- Remove workarunds for RPM bug #646523
dd56ea2
b2dde94
* Wed Mar 25 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3.2-4
b2dde94
- Port to Gradle 2.3
b2dde94
2995c55
* Mon Mar 16 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3.2-3
2995c55
- Build with Maven 3.3.0
2995c55
77c20a0
* Mon Mar 16 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3.2-2
77c20a0
- Add temporary explicit maven-builder-support.jar symlink
77c20a0
516d426
* Thu Mar 12 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3.2-1
516d426
- Update to upstream version 2.3.2
516d426
5b570e0
* Fri Mar 06 2015 Michal Srb <msrb@redhat.com> - 2.3.1-4
5b570e0
- Rebuild to fix symlinks in lib/core
5b570e0
d7dd710
* Thu Feb 19 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3.1-3
d7dd710
- Remove temporary explicit ASM symlinks
d7dd710
602b1da
* Wed Feb 18 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3.1-2
602b1da
- Temporarly add explicit symlinks to ASM
602b1da
5c49df1
* Fri Feb 13 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3.1-1
5c49df1
- Update to upstream version 2.3.1
5c49df1
eb0cb3b
* Wed Feb 11 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3.0-1
eb0cb3b
- Update to upstream version 2.3.0
eb0cb3b
e8216bb
* Wed Feb  4 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2.1-1
e8216bb
- Update to upstream version 2.2.1
e8216bb
49c6c82
* Fri Jan 23 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2.0-1
49c6c82
- Update to upstream version 2.2.0
49c6c82
- Add connector-gradle subpackage
49c6c82
506b5d7
* Wed Jan 21 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.1.1-2
506b5d7
- Add BR on maven-site-plugin
506b5d7
- Resolves: rhbz#1184608
506b5d7
8dd3489
* Mon Jan  5 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.1.1-1
8dd3489
- Update to upstream version 2.1.1
8dd3489
e4f3810
* Wed Dec 10 2014 Michal Srb <msrb@redhat.com> - 2.1.0-8
e4f3810
- Add fully qualified osgi version to install plan when tycho detected
e4f3810
- Resolves: rhbz#1172225
e4f3810
27e6857
* Thu Dec  4 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.1.0-7
27e6857
- Ignore any system dependencies in Tycho projects
27e6857
5d5a665
* Wed Nov 26 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.1.0-6
5d5a665
- Use topmost repository namespace during installation
5d5a665
- Resolves: rhbz#1166743
5d5a665
0f12178
* Tue Oct 28 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.1.0-5
0f12178
- Fix conversion of Ivy to XMvn artifacts
0f12178
- Resolves: rhbz#1127804
0f12178
f2f8054
* Mon Oct 13 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.1.0-4
f2f8054
- Fix FTBFS caused by new wersion of plexus-archiver
f2f8054
0ed1b60
* Wed Sep 24 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.1.0-3
0ed1b60
- Fix installation of attached Eclipse artifacts
0ed1b60
022b01e
* Wed Sep 10 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.1.0-2
022b01e
- Avoid installing the same attached artifact twice
022b01e
ff681e7
* Thu Sep  4 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.1.0-1
ff681e7
- Update to upstream version 2.1.0
df143d6
- Remove p2 subpackage
ff681e7
a8e6135
* Fri Jun  6 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0.1-1
a8e6135
- Update to upstream version 2.0.1
a8e6135
ca251c5
* Thu Jun  5 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0.0-6
ca251c5
- Bump Maven version in build-requires
ca251c5
aeef786
* Thu Jun  5 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0.0-5
aeef786
- Add missing requires on subpackages
aeef786
a0cd5a3
* Fri May 30 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0.0-4
a0cd5a3
- Don't modify system properties during artifact resolution
a0cd5a3
6adc5bc
* Fri May 30 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0.0-3
6adc5bc
- Add patch to support xmvn.resolver.disableEffectivePom property
6adc5bc
72f8dc2
* Thu May 29 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0.0-2
72f8dc2
- Add patch for injecting Javapackages manifests
72f8dc2
b222ddf
* Thu May 29 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0.0-1
b222ddf
- Update to upstream version 2.0.0
b222ddf
1eae046
* Tue Apr 22 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.5.0-0.25.gitcb3a0a6
1eae046
- Use ASM 5.0.1 directly instead of Sisu-shaded ASM
1eae046
8adb07e
* Fri Mar 28 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.5.0-0.24.gitcb3a0a6
8adb07e
- Override extensions of skipped artifacts
8adb07e
06af4ec
* Fri Mar 28 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.5.0-0.23.gitcb3a0a6
06af4ec
- Skip installation of artifacts which files are not regular files
06af4ec
- Resolves: rhbz#1078967
06af4ec
22eaa6e
* Mon Mar 17 2014 Michal Srb <msrb@redhat.com> - 1.5.0-0.22.gitcb3a0a6
22eaa6e
- Add missing BR: modello-maven-plugin
22eaa6e
Stanislav Ochotnicky 8cc07a2
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.5.0-0.21.gitcb3a0a6
Stanislav Ochotnicky 8cc07a2
- Use Requires: java-headless rebuild (#1067528)
Stanislav Ochotnicky 8cc07a2
fe54cf2
* Wed Feb 19 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.5.0-0.20.gitcb3a0a6
fe54cf2
- Fix unowned directory
fe54cf2
e207402
* Tue Jan 14 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.5.0-0.19.gitcb3a0a6
e207402
- Update to pre-release of upstream version 1.5.0
e207402
c12778a
* Mon Dec  9 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4.0-1
c12778a
- Update to upstream version 1.4.0
c12778a
bfacff2
* Thu Nov 14 2013 Michael Simacek <msimacek@redhat.com> - 1.3.0-4
bfacff2
- Update to Sisu 0.1.0
bfacff2
735aa1d
* Thu Nov 14 2013 Michal Srb <msrb@redhat.com> - 1.3.0-3
735aa1d
- Add dep org.sonatype.sisu:sisu-guice::no_aop:
735aa1d
de7babe
* Fri Nov  8 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.3.0-2
de7babe
- Add wagon-http-shared4 to plexus.core
de7babe
Stanislav Ochotnicky 7d68817
* Wed Nov 06 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.3.0-1
Stanislav Ochotnicky 7d68817
- Update to upstream release 1.3.0
Stanislav Ochotnicky 7d68817
64485fd
* Tue Nov  5 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2.0-5
64485fd
- Require Maven >= 3.1.1-5
64485fd
- Resolves: rhbz#1014355
64485fd
f65d396
* Wed Oct 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2.0-4
f65d396
- Rebuild to regenerate broken POMs
f65d396
- Related: rhbz#1021484
f65d396
06a0b37
* Wed Oct 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2.0-3
06a0b37
- Temporarly skip running tests
06a0b37
26e2478
* Wed Oct 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2.0-2
26e2478
- Don't inject manifest if it does not already exist
26e2478
- Resolves: rhbz#1021484
26e2478
a03f63d
* Fri Oct 18 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2.0-1
a03f63d
- Update to upstream version 1.2.0
a03f63d
Stanislav Ochotnicky 924c65a
* Mon Oct 07 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1.0-2
Stanislav Ochotnicky 924c65a
- Apply patch for rhbz#1015596
Stanislav Ochotnicky 924c65a
Stanislav Ochotnicky e7f5ac7
* Tue Oct 01 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1.0-1
Stanislav Ochotnicky e7f5ac7
- Update to upstream version 1.1.0
Stanislav Ochotnicky e7f5ac7
Stanislav Ochotnicky e02219a
* Fri Sep 27 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.0.2-3
Stanislav Ochotnicky e02219a
- Add __default package specifier support
Stanislav Ochotnicky e02219a
38ca401
* Mon Sep 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0.2-2
38ca401
- Don't try to relativize symlink targets
e8e0645
- Restotre support for relative symlinks
38ca401
2af3fb2
* Fri Sep 20 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0.2-1
2af3fb2
- Update to upstream version 1.0.2
2af3fb2
Stanislav Ochotnicky efa2e76
* Tue Sep 10 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.0.0-2
Stanislav Ochotnicky efa2e76
- Workaround broken symlinks for core and connector (#986909)
Stanislav Ochotnicky efa2e76
Stanislav Ochotnicky cbd4850
* Mon Sep 09 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.0.0-1
Stanislav Ochotnicky cbd4850
- Updating to upstream 1.0.0
Stanislav Ochotnicky cbd4850
Stanislav Ochotnicky cbd4850
* Tue Sep  3 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> 1.0.0-0.2.alpha1
Stanislav Ochotnicky cbd4850
- Update to upstream version 1.0.0 alpha1
Stanislav Ochotnicky cbd4850
b340f7b
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-4
b340f7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
b340f7b
8d5502a
* Tue Jul 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.5.1-3
8d5502a
- Rebuild without bootstrapping
8d5502a
d5cfedf
* Tue Jul 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.5.1-2
7f59bfb
- Install symlink to simplelogger.properties in %%{_sysconfdir}
d5cfedf
261d1af
* Tue Jul 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.5.1-1
261d1af
- Update to upstream version 0.5.1
261d1af
7989c32
* Tue Jul 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.5.0-7
7989c32
- Allow installation of Eclipse plugins in javadir
7989c32
f33e821
* Mon Jul 22 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.5.0-6
f33e821
- Remove workaround for plexus-archiver bug
f33e821
- Use sonatype-aether symlinks
f33e821
14d513e
* Wed Jun  5 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.5.0-5
14d513e
- Fix resolution of tools.jar
14d513e
Stanislav Ochotnicky 7d4c2bf
* Fri May 31 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.5.0-4
Stanislav Ochotnicky 7d4c2bf
- Fix handling of packages with dots in groupId
Stanislav Ochotnicky 7d4c2bf
- Previous versions also fixed bug #948731
Stanislav Ochotnicky 7d4c2bf
Stanislav Ochotnicky 73a5236
* Tue May 28 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.5.0-3
Stanislav Ochotnicky 73a5236
- Move pre scriptlet to pretrans and implement in lua
Stanislav Ochotnicky 73a5236
Stanislav Ochotnicky 4619d32
* Fri May 24 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.5.0-2
Stanislav Ochotnicky 4619d32
- Fix upgrade path scriptlet
Stanislav Ochotnicky 4619d32
- Add patch to fix NPE when debugging is disabled
Stanislav Ochotnicky 4619d32
Stanislav Ochotnicky 7685bd4
* Fri May 24 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.5.0-1
Stanislav Ochotnicky 7685bd4
- Update to upstream version 0.5.0
Stanislav Ochotnicky 7685bd4
47df11f
* Fri May 17 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.4.2-3
47df11f
- Add patch: install MOJO fix
47df11f
d46893e
* Wed Apr 17 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.4.2-2
d46893e
- Update plexus-containers-container-default JAR location
d46893e
7e79ab0
* Tue Apr  9 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.4.2-1
7e79ab0
- Update to upstream version 0.4.2
7e79ab0
f26073d
* Thu Mar 21 2013 Michal Srb <msrb@redhat.com> - 0.4.1-1
f26073d
- Update to upstream version 0.4.1
f26073d
6fe095f
* Fri Mar 15 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.4.0-1
6fe095f
- Update to upstream version 0.4.0
6fe095f
f356f63
* Fri Mar 15 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.4.0-0.7
f356f63
- Enable tests
f356f63
cef3fb6
* Thu Mar 14 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.4.0-0.6
cef3fb6
- Update to newer snapshot
cef3fb6
2a27730
* Wed Mar 13 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.4.0-0.5
2a27730
- Update to newer snapshot
2a27730
f287058
* Wed Mar 13 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.4.0-0.4
f287058
- Set proper permissions for scripts in _bindir
f287058
c711afe
* Tue Mar 12 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.4.0-0.3
c711afe
- Update to new upstream snapshot
c711afe
- Create custom /usr/bin/xmvn instead of using %%jpackage_script
c711afe
- Mirror maven directory structure
c711afe
- Add Plexus Classworlds config file
c711afe
630229d
* Wed Mar  6 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.4.0-0.2
630229d
- Update to newer snapshot
630229d
88a544f
* Wed Mar  6 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.4.0-0.1
88a544f
- Update to upstream snapshot of version 0.4.0
88a544f
e176466
* Mon Feb 25 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.3.1-2
e176466
- Install effective POMs into a separate directory
e176466
e21c3f2
* Thu Feb  7 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.3.1-1
e21c3f2
- Update to upstream version 0.3.1
e21c3f2
65820d0
* Tue Feb  5 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.3.0-1
65820d0
- Update to upstream version 0.3.0
65820d0
- Don't rely on JPP symlinks when resolving artifacts
65820d0
- Blacklist more artifacts
65820d0
- Fix dependencies
65820d0
55cf8e9
* Thu Jan 24 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.2.6-1
55cf8e9
- Update to upstream version 0.2.6
55cf8e9
d3fa511
* Mon Jan 21 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.2.5-1
d3fa511
- Update to upstream version 0.2.5
d3fa511
83b62b8
* Fri Jan 11 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.2.4-1
83b62b8
- Update to upstream version 0.2.4
83b62b8
0abf76c
* Wed Jan  9 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.2.3-1
0abf76c
- Update to upstream version 0.2.3
0abf76c
11b6916
* Tue Jan  8 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.2.2-1
11b6916
- Update to upstream version 0.2.2
11b6916
3db2e72
* Tue Jan  8 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.2.1-1
3db2e72
- Update to upstream version 0.2.1
3db2e72
59ff9ae
* Mon Jan  7 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.2.0-1
59ff9ae
- Update to upstream version 0.2.0
59ff9ae
- New major features: depmaps, compat symlinks, builddep MOJO
59ff9ae
- Install effective POMs for non-POM artifacts
59ff9ae
- Multiple major and minor bugfixes
59ff9ae
- Drop support for resolving artifacts from %%_javajnidir
59ff9ae
e254c5c
* Fri Dec  7 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.1.5-1
e254c5c
- Update to upstream version 0.1.5
e254c5c
10e34a2
* Fri Dec  7 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.1.4-1
10e34a2
- Update to upstream version 0.1.4
10e34a2
ab34970
* Fri Dec  7 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.1.3-1
ab34970
- Update to upstream version 0.1.3
ab34970
5cc8225
* Fri Dec  7 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.1.2-1
5cc8225
- Update to upstream version 0.1.2
5cc8225
b4e5e6c
* Fri Dec  7 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.1.1-1
b4e5e6c
- Update to upstream version 0.1.1
b4e5e6c
74c8273
* Thu Dec  6 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.1.0-1
74c8273
- Update to upstream version 0.1.0
b4e5e6c
- Implement auto requires generator
74c8273
7cf8db5
* Mon Dec  3 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.0.2-1
7cf8db5
- Update to upstream version 0.0.2
7cf8db5
595e701
* Thu Nov 29 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.0.1-1
595e701
- Update to upstream version 0.0.1
595e701
95472af
* Wed Nov 28 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0-2
95472af
- Add jpackage scripts
95472af
4c6981f
* Mon Nov  5 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0-1
4c6981f
- Initial packaging