From 7594a93be70fefc6ef38aacdb74073ca9f46a35f Mon Sep 17 00:00:00 2001 From: "Banse, Christian" <christian.banse@aisec.fraunhofer.de> Date: Mon, 8 Jun 2015 11:13:35 +0200 Subject: [PATCH] modified pom.xml to include LICENSE.txt, NOTICE.txt and README.md from root folder into final jar --- pom.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index bbe8b0677..a77870f01 100644 --- a/pom.xml +++ b/pom.xml @@ -85,6 +85,16 @@ </plugin> </plugins> </pluginManagement> + <resources> + <resource> + <directory>${basedir}</directory> + <includes> + <include>LICENSE.txt</include> + <include>NOTICE.txt</include> + <include>README.md</include> + </includes> + </resource> + </resources> </build> <dependencies> <dependency> @@ -106,7 +116,7 @@ <groupId>org.restlet.jse</groupId> <artifactId>org.restlet</artifactId> <version>${lib-restlet-version}</version> - </dependency> + </dependency> <dependency> <groupId>org.restlet.jse</groupId> <artifactId>org.restlet.ext.jackson</artifactId> @@ -126,7 +136,7 @@ <groupId>org.restlet.jse</groupId> <artifactId>org.restlet.ext.jsslutils</artifactId> <version>${lib-restlet-version}</version> - </dependency> + </dependency> <dependency> <groupId>args4j</groupId> <artifactId>args4j</artifactId> -- GitLab