Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 2.1-alpha-1
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Maven 2.0.9, JDK 6, WinXP SP2
-
Number of attachments :
Description
I have a multimodule project.
groupId: net.fckeditor
Parent ArtifactId: fckeditor-java
1. module ArtifactId: java-core; finalName "fckeditor-${artifactId}-${version}" though => e.g. fckeditor-java-core-2.4-SNAPSHOT
2. module ArtifactId: java-demo; finalName "fckeditor-${artifactId}-${version}" though
module one is a jar artifact, module 2 a war artifact which has a dependency on module 1.
the final WAR file contains all dependencies included the java-core but the jar name is not fckeditor-java-core-2.4-SNAPSHOT.jar but java-core-2.4-SNAPSHOT.jar
An example picture is attached and the project can be checked out at our trac and the SVN directly.
Correction:
module one is a jar artifact, module 2 a war artifact. The war depends on the jar.