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 2020/11/03 23:58:35 UTC

[commons-jexl] branch master updated: Default to commons parent settings

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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


The following commit(s) were added to refs/heads/master by this push:
     new 9f5806b  Default to commons parent settings
9f5806b is described below

commit 9f5806b2b925e93d609577a4be939faa97521e4f
Author: Sebb <se...@apache.org>
AuthorDate: Tue Nov 3 23:58:24 2020 +0000

    Default to commons parent settings
---
 pom.xml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3dbf9c9..4934df9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -184,20 +184,6 @@
                             <exclude>**/org/apache/commons/jexl3/**/*Test.class</exclude>
                     </excludes>
                 </configuration>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>prepare-agent</goal>
-                        </goals>
-                    </execution>
-                    <execution>
-                        <id>report</id>
-                        <phase>prepare-package</phase>
-                        <goals>
-                            <goal>report</goal>
-                        </goals>
-                    </execution>
-                </executions>
             </plugin>
 
             <plugin>