xmvn-mojo-4.2.0-150200.3.21.1<>,=fYFgp9|;d5`$*k\rv:A,j{3VnTOcyuϙK WQt2mU\7d3&]W@J-Gq[gl X |eC/s(mÏTgiqwoZk?3E¾$eM'yj?{"aK?*k+N,qtg/Q_nӂޙ5sUQ4rͯo6fB?141O P/vWz>>- ?,d   *$(48Qr}    "  8  d  /  < h   (   (8 9 : F'G' H' I( X(Y((\(H ](t ^( b)c*kd*e*f*l*u+ v+<w,$ x,P y,|z,,,,,Cxmvn-mojo4.2.0150200.3.21.1XMvn MOJOThis package provides XMvn MOJO, which is a Maven plugin that consists of several MOJOs. Some goals of these MOJOs are intended to be attached to default Maven lifecycle when building packages, others can be called directly from Maven command line.fYFgh01-ch3bSUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/Development/Tools/Buildinghttps://fedora-java.github.io/xmvn/linuxnoarch'",^{ l A큤A큤A큤A큤fYFgdRdRfYFffYFffYFgdRdRfYFffYFffYFf753427a0f4a95f433093ce837917c167062ffeade904cb96be22fbfad3e9b1e90b26d9ed64a46f2eb5c0a43738e3d2be2cf19c98e0ff22497a01433b9294923b0c215a77439fe6fd2eb3d5368c64de796f2160d7a2f1d19ed76983da5a734ad8cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30429a676cf162598b77106fb78ecfa2e38d74e57e34b284ddaf6b7c5072094c9c97357c1f0f22fc4510fa6f234163d34979087cc3acd05ddd0389f4730ef3e86c2df30fdb4a408a03b5eadc0dc942fc8213d82285c8ff5d37cbfb0ee56c738138rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootxmvn-mojo-4.2.0-150200.3.21.1.src.rpmmvn(org.fedoraproject.xmvn:xmvn-mojo)mvn(org.fedoraproject.xmvn:xmvn-mojo:pom:)xmvn-mojo@@@@@@    java-headlessjavapackages-filesystemmvn(org.apache.maven.resolver:maven-resolver-util)mvn(org.fedoraproject.xmvn:xmvn-api)mvn(org.fedoraproject.xmvn:xmvn-core)mvn(org.ow2.asm:asm)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1fDee@dE@dgdRLb@b= 3.11.0: define default goalPrefix- Modified patch: * UUID.patch + sync with the version in our official upstream pull request- Added patch: * 0001-Do-not-leave-a-stray-options-file-in-the-generated-j.patch + Remove generated temporary file from the tree after use, make thus the generated javadoc more reproducible- Modified patch: * UUID.patch + try to assure unique UUID for each of the split packages.- Added patch: * UUID.patch + avoid generating random UUIDs, which makes reproducible build impossible (bsc#1162112)- Upgrade to version 4.2.0 * Changes: + Make XMvn Resolver log to XMvn Logger + Make XMvn Subst log to XMvn Logger + Depend on junit-jupiter-api instead of junit-jupiter + Suppress deprecation warnings in MavenExtensionTest + Remove XMvn Connector dependency on Plexus Utils + Remove XMvn MOJO dependency on Plexus Utils + Port XMvn MOJO from Xpp3Dom to StAX + Update Maven to version 3.9.1 + Don't pass duplicate --patch-module to javadoc + Make Javadoc MOJO respect ignoreJPMS configuration flag + Propagate javadoc output througt Logger + Remove dependency on Plexus Classworlds + Remove unneeded managed dependency on maven-invoker + Use ServiceLocator to find Logger + Use parametrized logging feature + Use XMvn Logger instead of Plexus Logger + Get rid of Slf4jLoggerAdapter + Drop support for Gossip logger + Move XMvn Logger to API module + Ignore JPMS when all modules are automatic + Refactor Javadoc MOJO + Make Javadoc not fail when no sources are found + Add an integration test for javadoc generation with module-info.java but no sources + Add an integration test for javadoc generation with Automatic-Module-Name + Make Javadoc MOJO work in case one of JPMS modules has no sources + Prioritize certain XMvn components over Maven components + Port XMvn MOJO to JSR-330 + Refactor XMvnMojoExecutionConfigurator + Make builddep MOJO compatible with Maven 4 + Port to JSR-330 + Get rid of ModelProcessor + Refactor XMvnModelValidator + Refactor XMvnToolchainManager + Convert lambda to method reference + Improve Javadoc MOJO JPMS support + Add a test case for JPMS javadoc generation with remote dependencies + Add a test case for JPMS multimodule javadoc generation + Exclude src/test/resources-filtered/** from RAT + Fix scope of xmvn-mojo dependency on plexus-utils + --module-path not allowed with release=8 + Mimic maven-javadoc-plugin for -source and --release + testJavadocJPMS needs a modular java + Let modello generate source 8 + Add a jdk9+ profile to assure that we are jdk8 compatible + Revert "Use new Collection methods added in Java 9" + Revert "Update compiler source/target to JDK 11" + Restore possibility to build with Java 8 + Simple implementation of toolchains https://github.com/fedora-java/xmvn/issues/142 + Port to Modello 2.0.0 - Removed patches * 0001-Mimic-maven-javadoc-plugin-for-source-and-release.patch * 0001-Port-to-Maven-3.8.5.patch * 0001-Restore-possibility-to-build-with-Java-8.patch * 0001-Simple-implementation-of-toolchains-https-github.com.patch * 0002-Revert-Update-compiler-source-target-to-JDK-11.patch * 0002-module-path-not-allowed-with-release-8.patch * 0003-Revert-Use-new-Collection-methods-added-in-Java-9.patch * 0004-Add-a-jdk9-profile-to-assure-that-we-are-jdk8-compat.patch + Integrated upstream in this version- The build does not depend on easymock- Added patch: * 0001-Port-to-Maven-3.8.5.patch + Allow buiding against unpatched maven 3.8.5- Upgrade to version 4.0.0 * Changes: + Bump codecov/codecov-action from 2.0.1 to 2.0.2 + Bump codecov/codecov-action from 1 to 2.0.1 + Bump commons-compress from 1.20 to 1.21 in /xmvn-parent + Change logic for JPMS detection by Javadoc MOJO + Fix Javadoc generation for non-JPMS project with JDK 11 + Remove superflous JARs from assembly + Create a backup file when injecting Manifest + Attach site artifacts only in site lifecycle + Rename xmvn-connector-aether to xmvn-connector + Use try-with-resources to avoid resource leaks + Remove unused AtomicFileCounter class + Update Eclipse project settings + Add separate build profile for code quality tools + Remove prerequisites on Maven version + Drop bisect tool + Move release plugins to pluginManagement + Move prerequisites on Maven version to xmvn-mojo + Fix javadoc warning + Bump junit from 4.12 to 4.13.1 in /xmvn-it/src/test/resources/testBisect + Bump slf4jVersion from 1.8.0-beta4 to 2.0.0-alpha2 in /xmvn-parent + Compile everything whith --release 11 + Fix assembly building with Maven Checkstyle Plugin 3.1.0+ + Update to latest Checkstyle + Format code to conform to Checkstyle 8.44 + Untabify Maven build files + Update Maven plugin versions + Drop Ivy + Drop Gradle + Add support for compiler release setting + Fix Javadoc generation for modular projects + Add JPMS check to Javadoc MOJO + Add missing license headers + Disable I/O write test if the build is running as root + Switch to SHA-256 in CacheManager + Update dependency xmlunit.assertj to xmlunit.assertj3 + Fixes #56 - Honour source parameter in javadoc mojo + Implement XMvn toolchain manager + Fix requires generation for self-depending packages + Remove redundant parentheses + Remove redudnant use of this + Relay on implicit access modifiers of interfaces + Rely on implicit boxing + Make use of diamond operator + [test] Use use lambda expressions for creation of DeploymentResult + Remove use of deprecated StringUtils methods + [test] Port tests to JUnit 5 + Update to latest dependencies + [test] Add missing assertions about XML output + Use new Collection methods added in Java 9 + Remove uses of deprecated Class.newInstance() method + Drop artifact resolution from JAVA_HOME + Update to latest Maven plugin versions + Update compiler source/target to JDK 11 + Update Eclipse project settings + Make xmvn-subst honor settings for ignoring duplicate metadata + Allow removing plugins during model validation + Prefer namespaced metadata when duplicates are found - Removed patches: * xmvn-gradle_4_4_1.patch * 0001-Fix-resolution-of-aliases-registered-by-add_maven_de.patch + Patches the inexisting xmvn-connector-gradle module * 0001-Prefer-namespaced-metadata-when-duplicates-are-found.patch * 0002-Make-xmvn-subst-honor-settings-for-ignoring-duplicat.patch * 0003-Fix-requires-generation-for-self-depending-packages.patch + Integrated upstream - Added patches: * 0001-Mimic-maven-javadoc-plugin-for-source-and-release.patch * 0002-module-path-not-allowed-with-release-8.patch + make Xmvn Javadoc Mojo respect release and source arguments * 0001-Simple-implementation-of-toolchains-https-github.com.patch + consider toolchains if specifies in Xmvn Javadoc Mojo * 0001-Restore-possibility-to-build-with-Java-8.patch * 0002-Revert-Update-compiler-source-target-to-JDK-11.patch * 0003-Revert-Use-new-Collection-methods-added-in-Java-9.patch * 0004-Add-a-jdk9-profile-to-assure-that-we-are-jdk8-compat.patch + different fixes to be able to build with JDK8- Upgrade to upstream version 3.1.0 - Removed patches: * 0001-Fix-installer-plugin-loading.patch * 0001-Port-to-Gradle-4.2.patch * 0001-Port-to-Gradle-4.3.1.patch * 0001-Support-setting-Xdoclint-none-in-m-javadoc-p-3.0.0.patch * 0001-Fix-configuration-of-aliased-plugins.patch * 0001-Don-t-use-JAXB-for-converting-bytes-to-hex-string.patch * 0001-Use-apache-commons-compress-for-manifest-injection-a.patch * 0001-port-to-gradle-4.4.1.patch * 0001-Replace-JAXB-parser.patch + Integrated in this version- Initial packaging of xmvn-mojo 3.0.0h01-ch3b 1717126759 4.2.04.2.04.2.0-150200.3.21.1xmvn-mojoAUTHORSREADME.mdxmvnxmvn-mojo.jarxmvn-mojoLICENSENOTICExmvn-mojo.xmlxmvnxmvn-mojo.pom/usr/share/doc/packages//usr/share/doc/packages/xmvn-mojo//usr/share/java//usr/share/java/xmvn//usr/share/licenses//usr/share/licenses/xmvn-mojo//usr/share/maven-metadata//usr/share/maven-poms//usr/share/maven-poms/xmvn/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:34078/SUSE_SLE-15-SP2_Update/b49d8e68b57e2e059d51ba88e3119e34-xmvn.SUSE_SLE-15-SP2_Update:xmvn-mojodrpmxz5noarch-suse-linuxdirectoryASCII textASCII text, with very long linesASCII text, with CRLF line terminators (Zip archive data, at least v2.0 to extract Zip archive data, at least v2.0 to extract)XML 1.0 document, ASCII textXML 1.0 document textPPRRRRRR F<$]=CLutf-85bab4a7f629c65bf2b259191a9d9d022fc682c0722c5753c0bdba763882a1d79? 7zXZ !t/ ]"k%th9Q GZUDf-+,!?])Rxߝ $_\#j(Y%uѱe{^)*o-/5㴞N,?<+V0\wS;Ή^5׈|#^o~.y&J0Pϧ @Jq^gx[YgA9 qʰDŞU+ֹ1B[0FnOM m "/i&#&}xm1s-=T YWiDxFudZhk2iuIf I}  PAY/wᕛ?BIEVVO08U(O;|+ 6uIEK 2Qq Û yU5%Fjy@lr6H*@u⫱LSݍs ժ|;9V TlrʞAJ̭Tx~Ly7P)) ~iD_ѷjui]߈ ǨL7%+<(tLF2@tuqfʒHp;T}Z <.-FP5exEb0Γ'/YFtsŇ @ qo3A0~Ȁ. cD3C ;WOr=Klx )/}9Hy|cs7g j8'4~ޏ=uZ=\+; {ے侞< ;ӒeQm7f _i|?ހO9AoVQ2d%gk\H6f]a9-F+:7VtEǾu/ z,p5,n/~F<. OMuJfw;F愞fZɋY"@S#9%*18UWe<Ȳsz9 cOnRf΅e! zw`*X=>]9$҅ v'$dm^!| !s<:br3RY\%]ZT2n7JB|bezB?OƍhSEju4.mET;ɗ|S_˙e_P;8CL]ݼ΁o}Lb7sGk2"cW59E3IRskN ۗ;Z&e `C uoOɴ)% A {jEoO1/Au6bɻr~ˀV2w+fa"D g?F_M8Þ ס-VylsVmK` ;ZE#)'g֜7vkC\bt':bϪ!>27WM]% :.g`ЊֿMKRMhOp;G JY÷cڸfP%.ɀd0竈ؕ\>2"$!37?O%I%8 կ j TWT"(wgKƌ>j_~xƦg:%ü5,[ekؿ~TFX&>I7~oNEf? ‐Ш&9l{Ʃ6*Hd%!S^NQF敷=ɝ-B2ڹYt$XqIESn-h7ѧg0ft;Z6$k{rP&n]Om=̵sI`i4^j%lH8q1۱Wـ i>CGWl;V+ۊz!!N*Fyv IK-jn ,%%-S>SJPǷGxzCl԰{*k*y3+]r7k'AD2 Kn@pNmPo݌^5eQvM:؀9y{v>50OzS2m,f/SglOIchug1nY[^U` n -^$bסJohUea!hTf\e6@{}AG@}ۨ+阈2O$JݭeC{d0)7aeH{:M[d3UU>}tSMj9`Ahve{9ѐɪP&: 4*]@OjpTAQ4럹<^畳Pf/f?m1")oɑus=w6)F%eK FCk