From 325922947c4539864bd5afdc96fe7be2cb6ffead Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 1 Aug 2024 08:56:03 +0000 Subject: automatic import of apache-commons-logging --- 0002-Port-to-maven-jar-plugin-3.0.0.patch | 160 ++++++++++++++++++++++++++++++ 1 file changed, 160 insertions(+) create mode 100644 0002-Port-to-maven-jar-plugin-3.0.0.patch (limited to '0002-Port-to-maven-jar-plugin-3.0.0.patch') diff --git a/0002-Port-to-maven-jar-plugin-3.0.0.patch b/0002-Port-to-maven-jar-plugin-3.0.0.patch new file mode 100644 index 0000000..e1dcfe7 --- /dev/null +++ b/0002-Port-to-maven-jar-plugin-3.0.0.patch @@ -0,0 +1,160 @@ +From d8356a58efde0808cabede14b4f1b2473fa73170 Mon Sep 17 00:00:00 2001 +From: Mikolaj Izdebski +Date: Tue, 31 May 2016 10:52:12 +0200 +Subject: [PATCH 2/2] Port to maven-jar-plugin 3.0.0 + +--- + pom.xml | 47 +++++----------------- + .../logging/pathable/ChildFirstTestCase.java | 8 ++-- + .../logging/pathable/ParentFirstTestCase.java | 8 ++-- + 3 files changed, 17 insertions(+), 46 deletions(-) + +diff --git a/pom.xml b/pom.xml +index 5707595..c5d8d37 100644 +--- a/pom.xml ++++ b/pom.xml +@@ -237,6 +237,10 @@ under the License. + maven-jar-plugin + + ++ default-jar ++ skip ++ ++ + +- org.codehaus.mojo +- build-helper-maven-plugin +- 1.0 +- +- +- attach-artifacts +- package +- +- attach-artifact +- +- +- +- +- ${project.build.directory}/${project.artifactId}-adapters-${project.version}.jar +- jar +- adapters +- +- +- ${project.build.directory}/${project.artifactId}-api-${project.version}.jar +- jar +- api +- +- +- +- +- +- +- +- +-