From bf4cb5bb6100184f3e62973d80e0e2eb2830a6a8 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Thu, 19 Dec 2024 17:57:48 -0500 Subject: [PATCH 1/2] Remove unused file --- .../META-INF/plexus/components.xml | 103 ------------------ 1 file changed, 103 deletions(-) delete mode 100644 src/main/filtered-resources/META-INF/plexus/components.xml diff --git a/src/main/filtered-resources/META-INF/plexus/components.xml b/src/main/filtered-resources/META-INF/plexus/components.xml deleted file mode 100644 index a987e00..0000000 --- a/src/main/filtered-resources/META-INF/plexus/components.xml +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - org.apache.maven.artifact.handler.ArtifactHandler - ejb - org.apache.maven.artifact.handler.DefaultArtifactHandler - - ejb - jar - java - true - - - - org.apache.maven.artifact.handler.ArtifactHandler - ejb-client - org.apache.maven.artifact.handler.DefaultArtifactHandler - - ejb-client - jar - ejb - client - java - true - - - - - - - org.apache.maven.lifecycle.mapping.LifecycleMapping - ejb - org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping - - - - default - - - - org.apache.maven.plugins:maven-resources-plugin:3.0.2:resources - - - org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile - - - org.apache.maven.plugins:maven-resources-plugin:3.0.2:testResources - - - org.apache.maven.plugins:maven-compiler-plugin:3.5.1:testCompile - - - org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test - - - org.apache.maven.plugins:maven-ejb-plugin:${project.version}:ejb - - - org.apache.maven.plugins:maven-install-plugin:2.5.2:install - - - org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy - - - - - - - - - - - From 4a7a52fe5a7b22da9efa7474e08e8165432abc6b Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Thu, 19 Dec 2024 18:08:13 -0500 Subject: [PATCH 2/2] pom --- pom.xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pom.xml b/pom.xml index 682a0cb..cc20333 100644 --- a/pom.xml +++ b/pom.xml @@ -153,15 +153,6 @@ under the License. - - - - true - src/main/filtered-resources - - - - run-its