You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by rm...@apache.org on 2014/11/03 20:25:04 UTC

svn commit: r1636423 - /commons/proper/jcs/trunk/pom.xml

Author: rmannibucau
Date: Mon Nov  3 19:25:03 2014
New Revision: 1636423

URL: http://svn.apache.org/r1636423
Log:
build dist only when releasing

Modified:
    commons/proper/jcs/trunk/pom.xml

Modified: commons/proper/jcs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1636423&r1=1636422&r2=1636423&view=diff
==============================================================================
--- commons/proper/jcs/trunk/pom.xml (original)
+++ commons/proper/jcs/trunk/pom.xml Mon Nov  3 19:25:03 2014
@@ -141,7 +141,6 @@
     <module>commons-jcs-tck-tests</module>
     <module>commons-jcs-jcache-extras</module>
     <module>commons-jcs-jcache-openjpa</module>
-    <module>commons-jcs-dist</module>
   </modules>
 
   <developers>
@@ -411,6 +410,9 @@
     </profile>
     <profile>
       <id>release</id>
+      <modules>
+        <module>commons-jcs-dist</module>
+      </modules>
       <build>
         <plugins>
           <plugin>