From d77f36936027f50f9b9aba8d8894c6294e88cb95 Mon Sep 17 00:00:00 2001 From: kaz Date: Fri, 24 Jan 2003 21:06:54 +0000 Subject: [PATCH] Modifying plugin to use the new plugin-resources directory standard which gets included automatically by the reactor's pom. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112730 13f79535-47bb-0310-9956-ffa450edef68 --- uberjar/plugin.jelly | 2 +- uberjar/src/{ => plugin-resources}/conf/classworlds.conf | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename uberjar/src/{ => plugin-resources}/conf/classworlds.conf (100%) diff --git a/uberjar/plugin.jelly b/uberjar/plugin.jelly index 61f254c7..5c47b7c4 100644 --- a/uberjar/plugin.jelly +++ b/uberjar/plugin.jelly @@ -112,7 +112,7 @@ to be invoked. diff --git a/uberjar/src/conf/classworlds.conf b/uberjar/src/plugin-resources/conf/classworlds.conf similarity index 100% rename from uberjar/src/conf/classworlds.conf rename to uberjar/src/plugin-resources/conf/classworlds.conf