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/07 23:05:56 UTC

[maven-ear-plugin] branch master updated (82d645e -> cab3dfa)

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

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


    from 82d645e   o Fixed JavaDoc issues  o Removed all SVN version entries.  o Fixed site issues.
     add cab3dfa   o Removed unused parts.  o Removed ModuleIdentifierValidator including the test cause it's not needed    anymore.

No new revisions were added by this update.

Summary of changes:
 .../maven/plugins/ear/AbstractEarModule.java       |   1 -
 .../apache/maven/plugins/ear/AbstractEarMojo.java  |  13 +-
 .../java/org/apache/maven/plugins/ear/EarMojo.java |  13 +-
 .../ear/util/ModuleIdentifierValidator.java        | 139 --------------
 .../ear/util/ModuleIdentifierValidatorTest.java    | 211 ---------------------
 5 files changed, 4 insertions(+), 373 deletions(-)
 delete mode 100644 src/main/java/org/apache/maven/plugins/ear/util/ModuleIdentifierValidator.java
 delete mode 100644 src/test/java/org/apache/maven/plugins/ear/util/ModuleIdentifierValidatorTest.java

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