This is an automated email from the ASF dual-hosted git repository.

henrib pushed a commit to tag 2.1
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git

commit 00ddc62deaa2e7c00b63c99aa4293ea6267be165
Author: Sebastian Bazley <s...@apache.org>
AuthorDate: Thu Dec 8 01:07:55 2011 +0000

    Create test jar
    
    git-svn-id: 
https://svn-us.apache.org/repos/asf/commons/proper/jexl/branches/2.0@1211727 
13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/pom.xml b/pom.xml
index ebcb243..91d5c87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -201,6 +201,17 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-jar-plugin</artifactId>
+              <executions>
+                <execution>
+                  <goals>
+                    <goal>test-jar</goal>
+                  </goals>
+                </execution>
+              </executions>
+            </plugin>
         </plugins>
     </build>
 

Reply via email to