-
Notifications
You must be signed in to change notification settings - Fork 546
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
0 additions
and
60 deletions.
There are no files selected for viewing
43 changes: 0 additions & 43 deletions
43
SPECS/plexus-sec-dispatcher/plexus-sec-dispatcher-pom.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,13 +11,8 @@ Group: Development/Libraries/Java | |
URL: https://github.com/codehaus-plexus/plexus-sec-dispatcher | ||
Source0: %{url}/archive/refs/tags/plexus-sec-dispatcher-%{version}.tar.gz#/%{name}-%{version}.tar.gz | ||
Source1: https://www.apache.org/licenses/LICENSE-2.0.txt | ||
# Removed maven-compiler-plugin configuration version in the pom as annotations isn't available in version 1.4. | ||
# Patch0: %{name}-pom.patch | ||
BuildArch: noarch | ||
|
||
# BuildRequires: plexus-cipher | ||
# BuildRequires: mvn(org.sonatype.plexus:plexus-cipher) | ||
|
||
%if %{with bootstrap} | ||
BuildRequires: javapackages-bootstrap | ||
BuildRequires: javapackages-local-bootstrap | ||
|
@@ -35,13 +30,9 @@ Plexus Security Dispatcher Component | |
|
||
%{?module_package} | ||
%{?javadoc_package} | ||
|
||
echo here1 | ||
|
||
%prep | ||
%autosetup -n %{name}-%{name}-%{version} | ||
|
||
echo here2 | ||
|
||
cp %{SOURCE1} . | ||
|
||
|
@@ -50,24 +41,16 @@ cp %{SOURCE1} . | |
|
||
%mvn_file : plexus/%{name} | ||
|
||
echo here3 | ||
|
||
%mvn_alias org.codehaus.plexus: org.sonatype.plexus: | ||
|
||
# %pom_remove_dep org.codehaus.plexus:plexus-cipher | ||
# %pom_add_dep org.codehaus.plexus:plexus-cipher | ||
|
||
%build | ||
%mvn_build -- -Dmaven.compiler.source=1.8 -Dmaven.compiler.target=1.8 | ||
|
||
%install | ||
%mvn_install | ||
|
||
|
||
%files -f .mfiles | ||
%license LICENSE-2.0.txt | ||
|
||
echo here4 | ||
|
||
%changelog | ||
* Mon Apr 01 2024 CBL-Mariner Servicing Account <[email protected]> - 2-1 | ||
|