forked from pool/templating-maven-plugin
Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
1251f49b95 | |||
008ff61da4 | |||
fc4ff2f3ea |
3
3.0.0.tar.gz
Normal file
3
3.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3db6026097e2253faee802151927aac29d6e74b87c9b4bcfbc5b3e762eebb4c1
|
||||
size 21489
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c706d35fb99336f9735cf9b2a39da74fc9485541e19362aa9724dda65f40975
|
||||
size 21716
|
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 22 07:34:55 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Upgrade to upstream version 3.0.0
|
||||
* Changes
|
||||
+ #19 Fix mistype in INFO output
|
||||
+ Setup GitHub Actions and remove setup for Travis
|
||||
+ Require Java 8
|
||||
+ Remove use of plexus-build-api
|
||||
+ Require Maven 3.2.5+
|
||||
+ Update .gitignore
|
||||
+ Update mockito-core dependency to fix test errors
|
||||
+ Use forward-slash instead of File.separator for resource URLs
|
||||
+ Remove plexus-utils dependency
|
||||
+ Update maven-filtering dependency; replace deprecated
|
||||
FileUtils methods
|
||||
+ Convert line endings with dos2unix
|
||||
+ Require Maven 3.6.3+
|
||||
+ Move to JUnit5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 8 06:01:57 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package templating-maven-plugin
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,26 +17,22 @@
|
||||
|
||||
|
||||
Name: templating-maven-plugin
|
||||
Version: 1.0.0
|
||||
Version: 3.0.0
|
||||
Release: 0
|
||||
Summary: Templating Maven Plugin
|
||||
License: Apache-2.0
|
||||
Group: Development/Libraries/Java
|
||||
URL: https://github.com/mojohaus/%{name}
|
||||
Source: %{url}/archive/refs/tags/%{name}-%{version}.tar.gz
|
||||
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-invoker-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.shared:maven-filtering)
|
||||
BuildRequires: mvn(org.apache.maven:maven-artifact)
|
||||
BuildRequires: mvn(org.apache.maven:maven-core)
|
||||
BuildRequires: mvn(org.apache.maven:maven-model)
|
||||
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
||||
BuildRequires: mvn(org.codehaus.mojo:mojo-parent:pom:)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-interpolation)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
||||
BuildRequires: mvn(org.sonatype.plexus:plexus-build-api)
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@@ -53,15 +49,10 @@ Group: Documentation/HTML
|
||||
API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{name}-%{version}
|
||||
|
||||
# migrate to maven 3
|
||||
%pom_xpath_set //pom:mavenVersion 3.8.6
|
||||
%pom_remove_dep :maven-project
|
||||
%pom_change_dep org.apache.maven: :::provided
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%{mvn_build} -f -- -Dmojo.java.target=8
|
||||
%{mvn_build} -f
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
Reference in New Issue
Block a user