You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/03/04 13:36:37 UTC

[maven-ear-plugin] branch CODE-IMPROVEMENTS created (now b6370ee)

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

khmarbaise pushed a change to branch CODE-IMPROVEMENTS
in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git.


      at b6370ee  Code cleanup

This branch includes the following new commits:

     new b6370ee  Code cleanup

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.

[maven-ear-plugin] 01/01: Code cleanup

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch CODE-IMPROVEMENTS
in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git

commit b6370eed2161af985616daaa3728c8a0016808c7
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Mar 4 14:36:20 2018 +0100

    Code cleanup
---
 src/test/java/org/apache/maven/plugins/ear/it/AbstractEarPluginIT.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/test/java/org/apache/maven/plugins/ear/it/AbstractEarPluginIT.java b/src/test/java/org/apache/maven/plugins/ear/it/AbstractEarPluginIT.java
index dd35c1d..d733c42 100644
--- a/src/test/java/org/apache/maven/plugins/ear/it/AbstractEarPluginIT.java
+++ b/src/test/java/org/apache/maven/plugins/ear/it/AbstractEarPluginIT.java
@@ -74,7 +74,6 @@ public abstract class AbstractEarPluginIT
      * @return the base directory of the project
      * @throws Exception if an error occurred
      */
-    @SuppressWarnings( "unchecked" )
     protected File executeMojo( final String projectName, final Properties properties, boolean expectNoError )
         throws Exception
     {

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.