This is an automated email from the ASF dual-hosted git repository. ppkarwasz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/logging-flume-legacy.git
commit 279e1d13c8aa6b8f3494bc6ac87a65a7a840942f Author: Hari Shreedharan <[email protected]> AuthorDate: Wed May 29 17:05:11 2013 -0700 FLUME-2008. Create a fat jar for flume-ng-log4jappender. (Roman Shaposhnik via Hari Shreedharan) --- flume-ng-log4jappender/pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/flume-ng-log4jappender/pom.xml b/flume-ng-log4jappender/pom.xml index b5f7e39..195ba97 100644 --- a/flume-ng-log4jappender/pom.xml +++ b/flume-ng-log4jappender/pom.xml @@ -35,6 +35,24 @@ limitations under the License. <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> </plugin> + + <plugin> + <artifactId>maven-assembly-plugin</artifactId> + <configuration> + <descriptorRefs> + <descriptorRef>jar-with-dependencies</descriptorRef> + </descriptorRefs> + </configuration> + <executions> + <execution> + <id>make-assembly</id> + <phase>package</phase> + <goals> + <goal>single</goal> + </goals> + </execution> + </executions> + </plugin> </plugins> </build>
