/[packages]/cauldron/maven-ejb-plugin/current/SOURCES/maven-ejb-plugin-2.3-maven-archiver-3.0.1.patch
ViewVC logotype

Contents of /cauldron/maven-ejb-plugin/current/SOURCES/maven-ejb-plugin-2.3-maven-archiver-3.0.1.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1104345 - (show annotations) (download)
Wed May 24 07:20:28 2017 UTC (6 years, 3 months ago) by neoclust
File size: 940 byte(s)
SILENT: Fix maven-archiver support
1 diff --git a/src/main/java/org/apache/maven/plugin/ejb/EjbMojo.java b/src/main/java/org/apache/maven/plugin/ejb/EjbMojo.java
2 index 0f4add7..9a2d641 100644
3 --- a/src/main/java/org/apache/maven/plugin/ejb/EjbMojo.java
4 +++ b/src/main/java/org/apache/maven/plugin/ejb/EjbMojo.java
5 @@ -324,7 +324,7 @@ public class EjbMojo
6 }
7
8 // create archive
9 - archiver.createArchive( project, archive );
10 + archiver.createArchive( null, project, archive );
11 }
12 catch ( ArchiverException e )
13 {
14 @@ -393,7 +393,7 @@ public class EjbMojo
15 clientArchiver.getArchiver().addDirectory( outputDirectory, includes, excludes );
16
17 // create archive
18 - clientArchiver.createArchive( project, archive );
19 + clientArchiver.createArchive( null, project, archive );
20
21 }
22 catch ( ArchiverException e )

  ViewVC Help
Powered by ViewVC 1.1.28