You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2018/01/07 08:38:04 UTC

svn commit: r1820438 - /jmeter/trunk/build.xml

Author: pmouawad
Date: Sun Jan  7 08:38:04 2018
New Revision: 1820438

URL: http://svn.apache.org/viewvc?rev=1820438&view=rev
Log:
Bug 56368 Create and Deploy source artifacts to Maven central
Deploy sources
Bugzilla Id: 56368

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1820438&r1=1820437&r2=1820438&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Sun Jan  7 08:38:04 2018
@@ -2059,6 +2059,7 @@ run JMeter unless all the JMeter jars ar
           <arg value="-Durl=@{url}"/>
           <arg value="-DrepositoryId=@{repositoryId}"/>
           <arg value="-DpomFile=${maven.dir}/@{stem}.pom"/>
+          <arg value="-Dsources=${maven.dir}/@{stem}-sources.jar"/>
           <arg value="-Dpackaging=@{packaging}"/>
           <arg value="-Dfile=${maven.dir}/@{stem}.${packaging}"/>
           <!--