You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/03/09 19:03:01 UTC

svn commit: r1298949 - in /commons/proper/commons-parent/trunk: RELEASE-NOTES.txt pom.xml src/changes/changes.xml

Author: sebb
Date: Fri Mar  9 18:03:00 2012
New Revision: 1298949

URL: http://svn.apache.org/viewvc?rev=1298949&view=rev
Log:
Add tests.jar and test-sources.jar to deployed files

Modified:
    commons/proper/commons-parent/trunk/RELEASE-NOTES.txt
    commons/proper/commons-parent/trunk/pom.xml
    commons/proper/commons-parent/trunk/src/changes/changes.xml

Modified: commons/proper/commons-parent/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/RELEASE-NOTES.txt?rev=1298949&r1=1298948&r2=1298949&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/commons-parent/trunk/RELEASE-NOTES.txt Fri Mar  9 18:03:00 2012
@@ -26,6 +26,7 @@ o           Updated various plugin versi
             rat: 0.7 => 0.8 
             Deleted "ci" profile (does not apply with Nexus)
             Add default project info reports: excluded license/plugins/plugin management
+            Add tests.jar and test-sources.jar to deployed files
 
 Historical list of changes: http://commons.apache.org/changes-report.html
 

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1298949&r1=1298948&r2=1298949&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Fri Mar  9 18:03:00 2012
@@ -52,6 +52,7 @@ Version 24:
             rat: 0.7 => 0.8
             Deleted "ci" profile (does not apply with Nexus)
             Add default project info reports: excluded license/plugins/plugin management
+            Add tests.jar and test-sources.jar to deployed files
 
 For full details see:
 http://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-24/RELEASE-NOTES.txt
@@ -609,8 +610,18 @@ http://svn.apache.org/repos/asf/commons/
                 <id>create-source-jar</id>
                 <goals>
                   <goal>jar</goal>
+                  <goal>test-jar</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
+            <artifactId>maven-jar-plugin</artifactId>
+            <executions>
+              <execution>
+                <goals>
+                  <goal>test-jar</goal>
                 </goals>
-                <phase>package</phase>
               </execution>
             </executions>
           </plugin>

Modified: commons/proper/commons-parent/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/src/changes/changes.xml?rev=1298949&r1=1298948&r2=1298949&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Fri Mar  9 18:03:00 2012
@@ -74,6 +74,7 @@ The <action> type attribute can be add,u
             rat: 0.7 => 0.8
             Deleted "ci" profile (does not apply with Nexus)
             Add default project info reports: excluded license/plugins/plugin management
+            Add tests.jar and test-sources.jar to deployed files
             </action>
         </release>
         <release version="23" date="2012-01-11" description="