From 8bd016c8f3d830c792c890384b4ea87199d988b9 Mon Sep 17 00:00:00 2001 From: mposolda Date: Tue, 15 Jan 2013 14:35:24 +0100 Subject: [PATCH] SECURITY-720 Generate JAR with test-sources in picketbox-ldap project --- pom.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/pom.xml b/pom.xml index 6dd1bcc..13d7877 100644 --- a/pom.xml +++ b/pom.xml @@ -118,6 +118,36 @@ test + + + + + test-sources + + + !skip-test-sources + + + + + + org.apache.maven.plugins + maven-source-plugin + true + + + attach-sources + + test-jar-no-fork + + + + + + + + +