You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2020/12/25 11:14:13 UTC

[commons-ognl] branch master updated: Drops useless plugin

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c7e7b18  Drops useless plugin
c7e7b18 is described below

commit c7e7b18d759473c26f3ec6867b73cf486a1deeca
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Fri Dec 25 12:14:00 2020 +0100

    Drops useless plugin
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index c7200d0..8b6efbd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -336,12 +336,6 @@ limitations under the License.
       <plugins>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-idea-plugin</artifactId>
-          <version>2.2.1</version>
-        </plugin>
-
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
           <version>2.22.2</version>
         </plugin>