Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
69839cd7a3 |
BIN
maven-script-interpreter-1.3-source-release.zip
(Stored with Git LFS)
Normal file
BIN
maven-script-interpreter-1.3-source-release.zip
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
maven-script-interpreter-1.6-source-release.zip
(Stored with Git LFS)
BIN
maven-script-interpreter-1.6-source-release.zip
(Stored with Git LFS)
Binary file not shown.
@@ -10,12 +10,11 @@
|
|||||||
|
|
||||||
<property name="project.groupId" value="org.apache.maven.shared"/>
|
<property name="project.groupId" value="org.apache.maven.shared"/>
|
||||||
<property name="project.artifactId" value="maven-script-interpreter"/>
|
<property name="project.artifactId" value="maven-script-interpreter"/>
|
||||||
<property name="project.version" value="1.6"/>
|
<property name="project.version" value="1.3"/>
|
||||||
<property name="project.name" value="Apache Maven Script Interpreter"/>
|
<property name="project.name" value="Apache Maven Script Interpreter"/>
|
||||||
<property name="project.organization.name" value="The Apache Software Foundation"/>
|
<property name="project.organization.name" value="The Apache Software Foundation"/>
|
||||||
|
|
||||||
<property name="compiler.release" value="8"/>
|
<property name="compiler.source" value="1.8"/>
|
||||||
<property name="compiler.source" value="1.${compiler.release}"/>
|
|
||||||
<property name="compiler.target" value="${compiler.source}"/>
|
<property name="compiler.target" value="${compiler.source}"/>
|
||||||
|
|
||||||
<property name="build.finalName" value="${project.artifactId}-${project.version}"/>
|
<property name="build.finalName" value="${project.artifactId}-${project.version}"/>
|
||||||
@@ -56,7 +55,6 @@
|
|||||||
encoding="UTF-8"
|
encoding="UTF-8"
|
||||||
optimize="false"
|
optimize="false"
|
||||||
deprecation="true"
|
deprecation="true"
|
||||||
release="${compiler.release}"
|
|
||||||
target="${compiler.target}"
|
target="${compiler.target}"
|
||||||
verbose="false"
|
verbose="false"
|
||||||
fork="false"
|
fork="false"
|
||||||
|
@@ -1,21 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Fri Sep 27 09:04:07 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
|
||||||
|
|
||||||
- Upgrade to version 1.6
|
|
||||||
* Changes
|
|
||||||
+ [MSHARED-1001] Shared GitHub Actions
|
|
||||||
+ [MSHARED-1002] Require Java 8
|
|
||||||
+ [MSHARED-1068] Upgrade Groovy to 4.0.2
|
|
||||||
+ simplify exception management
|
|
||||||
+ [MSHARED-1368] - Synchronize interpreter execution
|
|
||||||
+ [MSHARED-1359] - Use child first classloader in
|
|
||||||
BeanShellScriptInterpreter
|
|
||||||
+ [MSHARED-1359] - Optimize classloader in
|
|
||||||
BeanShellScriptInterpreter
|
|
||||||
+ [MSHARED-1359] - Allow reuse the same classloader for multiple
|
|
||||||
script executions
|
|
||||||
+ [MSHARED-1386] - Manage context ClassLoader for current thread
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 28 11:43:55 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
Thu Apr 28 11:43:55 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package maven-script-interpreter
|
# spec file for package maven-script-interpreter
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: maven-script-interpreter
|
Name: maven-script-interpreter
|
||||||
Version: 1.6
|
Version: 1.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Maven Script Interpreter
|
Summary: Maven Script Interpreter
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -29,9 +29,12 @@ BuildRequires: ant
|
|||||||
BuildRequires: apache-commons-io
|
BuildRequires: apache-commons-io
|
||||||
BuildRequires: bsh2
|
BuildRequires: bsh2
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: javapackages-local >= 6
|
BuildRequires: javapackages-local
|
||||||
BuildRequires: slf4j
|
BuildRequires: slf4j
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
|
Requires: mvn(commons-io:commons-io)
|
||||||
|
Requires: mvn(org.apache-extras.beanshell:bsh)
|
||||||
|
Requires: mvn(org.slf4j:slf4j-api)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -78,7 +81,7 @@ install -pm 0644 target/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}/%
|
|||||||
|
|
||||||
# pom
|
# pom
|
||||||
install -dm 0755 %{buildroot}%{_mavenpomdir}/%{name}
|
install -dm 0755 %{buildroot}%{_mavenpomdir}/%{name}
|
||||||
%{mvn_install_pom} pom.xml %{buildroot}%{_mavenpomdir}/%{name}/%{name}.pom
|
install -pm 0644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}/%{name}.pom
|
||||||
%add_maven_depmap %{name}/%{name}.pom %{name}/%{name}.jar
|
%add_maven_depmap %{name}/%{name}.pom %{name}/%{name}.jar
|
||||||
|
|
||||||
# javadoc
|
# javadoc
|
||||||
|
Reference in New Issue
Block a user