52 lines
1.8 KiB
RPMSpec
52 lines
1.8 KiB
RPMSpec
Name: maven-idea-plugin
|
|
Version: 2.2.1
|
|
Release: 2
|
|
Summary: Maven IDEA Plugin
|
|
License: Apache-2.0
|
|
URL: http://maven.apache.org/plugins/%{name}
|
|
|
|
Source0: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-idea-plugin/2.2.1/%{name}-%{version}-source-release.zip
|
|
BuildArch: noarch
|
|
BuildRequires: maven-local mvn(dom4j:dom4j) mvn(junit:junit)
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:)
|
|
BuildRequires: mvn(org.apache.maven.shared:maven-plugin-testing-harness)
|
|
BuildRequires: mvn(org.apache.maven.wagon:wagon-provider-api)
|
|
BuildRequires: mvn(org.apache.maven:maven-artifact)
|
|
BuildRequires: mvn(org.apache.maven:maven-artifact-manager) mvn(org.apache.maven:maven-compat)
|
|
BuildRequires: mvn(org.apache.maven:maven-model) mvn(org.apache.maven:maven-plugin-api)
|
|
BuildRequires: mvn(org.apache.maven:maven-project)
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-container-default)
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
|
%description
|
|
The IDEA Plugin is used to generate files (ipr, iml, and iws) for a
|
|
project so you can work on it using the IDE, IntelliJ IDEA.
|
|
|
|
%package javadoc
|
|
Summary: API documentation for %{name}
|
|
%description javadoc
|
|
%{summary}.
|
|
|
|
%prep
|
|
%setup -q
|
|
%pom_add_dep org.apache.maven:maven-compat
|
|
|
|
%build
|
|
%mvn_build -f
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles
|
|
%dir %{_javadir}/%{name}
|
|
%doc LICENSE NOTICE
|
|
|
|
%files javadoc -f .mfiles-javadoc
|
|
%doc LICENSE NOTICE
|
|
|
|
%changelog
|
|
* Fri Nov 11 2022 Ge Wang <wangge20@h-partners.com> - 2.2.1-2
|
|
- Bring source file into correspondence with described in spec file
|
|
|
|
* Tue Aug 25 2020 Jeffery.Gao <gaojianxing@huawei.com> - 2.2.1-1
|
|
- Package init
|