Sun, 28 Apr 2024 20:30:48 UTC | login

Information for build nar-maven-plugin-3.0.0-18.fc29

ID62101
Package Namenar-maven-plugin
Version3.0.0
Release18.fc29
Epoch
SummaryNative ARchive plugin for Maven
DescriptionThe NAR plugin for Maven allows you to compile native code (C++, C and Fortran) on a number of different architectures (Linux, Windows, MacOSX, Solaris, ...) and with a number of different compilers/linkers (g++, Microsoft Visual C++, CC, ...) The output produced is wrapped up in Native ARchive files (.nar) some of which are machine independent (-noarch), while others are machine specific and thus depend on a combination of machine architecture(A), operating-system(O) and linker(L) identified as AOL. These nar files can be installed in the local Maven repository and deployed to a standard Maven (web) server, using the standard maven-install-plugin and maven-deploy-plugin.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 19 Jul 2018 23:46:11 UTC
CompletedThu, 19 Jul 2018 23:46:11 UTC
Tags
f29
f30
f31
RPMs
src
nar-maven-plugin-3.0.0-18.fc29.src.rpm (info) (download)
noarch
nar-maven-plugin-3.0.0-18.fc29.noarch.rpm (info) (download)
nar-maven-plugin-javadoc-3.0.0-18.fc29.noarch.rpm (info) (download)
Changelog * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Oct 06 2016 gil cattaneo <puntogil@libero.it> 3.0.0-14 - rebuilt with new maven apis * Thu Oct 06 2016 gil cattaneo <puntogil@libero.it> 3.0.0-13 - add missing build requires: gcc gcc-c++ * Tue Sep 06 2016 gil cattaneo <puntogil@libero.it> 3.0.0-12 - add missing build requires: maven-enforcer-plugin