Update to version 1.3
This commit is contained in:
parent
37e8528d74
commit
b6c50bb29a
@ -1,23 +0,0 @@
|
||||
--- a/pom.xml.orig 2013-03-29 14:56:54.171650079 +0000
|
||||
+++ b/pom.xml 2013-03-29 14:58:21.818455592 +0000
|
||||
@@ -156,6 +156,20 @@
|
||||
</plugins>
|
||||
</reporting>
|
||||
|
||||
+ <build>
|
||||
+ <plugins>
|
||||
+ <plugin>
|
||||
+ <groupId>org.apache.maven.plugins</groupId>
|
||||
+ <artifactId>maven-compiler-plugin</artifactId>
|
||||
+ <version>2.5.0</version>
|
||||
+ <configuration>
|
||||
+ <source>1.6</source>
|
||||
+ <target>1.6</target>
|
||||
+ </configuration>
|
||||
+ </plugin>
|
||||
+ </plugins>
|
||||
+ </build>
|
||||
+
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>run-its</id>
|
||||
Binary file not shown.
BIN
rmic-maven-plugin-1.3.tar.gz
Normal file
BIN
rmic-maven-plugin-1.3.tar.gz
Normal file
Binary file not shown.
@ -1,12 +1,11 @@
|
||||
Name: rmic-maven-plugin
|
||||
Version: 1.2.1
|
||||
Version: 1.3
|
||||
Release: 1
|
||||
Summary: Uses the java rmic compiler to generate classes used in remote method invocation
|
||||
License: MIT
|
||||
URL: http://www.mojohaus.org/rmic-maven-plugin
|
||||
BuildArch: noarch
|
||||
Source0: http://github.com/mojohaus/%{name}/archive/%{name}-%{version}.zip
|
||||
Patch0: pom-compiler-source-target.patch
|
||||
Source0: https://github.com/mojohaus/%{name}/archive/refs/tags/%{name}-%{version}.tar.gz
|
||||
BuildRequires: maven-local mvn(junit:junit) mvn(org.apache.maven:maven-model:2.0.6)
|
||||
BuildRequires: mvn(org.apache.maven:maven-plugin-api) mvn(org.apache.maven:maven-project)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-invoker-plugin)
|
||||
@ -26,11 +25,11 @@ This package contains the API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{name}-%{version} -p1
|
||||
sed -i -e "s|groupId>plexus|groupId>org.codehaus.plexus|g" pom.xml
|
||||
%pom_remove_dep "com.meterware.simplestub:simplestub"
|
||||
%pom_add_dep "junit:junit::test"
|
||||
|
||||
%build
|
||||
%mvn_build -- -Dmaven.test.failure.ignore=true
|
||||
%mvn_build -f -- -Dmaven.test.failure.ignore=true
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
@ -42,5 +41,8 @@ sed -i -e "s|groupId>plexus|groupId>org.codehaus.plexus|g" pom.xml
|
||||
%doc License.txt
|
||||
|
||||
%changelog
|
||||
* Mon Dec 11 2023 Ge Wang <wang__ge@126.com> - 1.3-1
|
||||
- upgrade to version 1.3
|
||||
|
||||
* Thu Jul 30 2020 wangyue <wangyue92@huawei.com> - 1.2.1-1
|
||||
- package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user