mirror of https://github.com/apache/maven.git
make note
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@220323 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c4ce488e47
commit
c6b4b521d7
|
@ -128,6 +128,7 @@ public class EjbMojo
|
||||||
// create archive
|
// create archive
|
||||||
clientArchiver.createArchive( project, archive );
|
clientArchiver.createArchive( project, archive );
|
||||||
|
|
||||||
|
// TODO: shouldn't need classifer
|
||||||
Artifact artifact = artifactFactory.createArtifactWithClassifier( project.getGroupId(),
|
Artifact artifact = artifactFactory.createArtifactWithClassifier( project.getGroupId(),
|
||||||
project.getArtifactId(),
|
project.getArtifactId(),
|
||||||
project.getVersion(), null,
|
project.getVersion(), null,
|
||||||
|
|
Loading…
Reference in New Issue