Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Windows XP
Maven 2.0.7
JDK 1.5.0_10
-
Number of attachments :
Description
I'm trying to use the maven-war-plugin to install a war into my local repository. "mvn clean install" runs fine and completes succesfully. If I look under the target" directory in the project folder, there is, amoung other things, a .jar and .war file. Both have been built properly. However, if I look in my local repository, there is a .war file but when I open it, it is actually the .jar file renamed to .war.
The attached zip file contains the pom for the project, the parent pom and the output from the command "mvn clean install -X > output.log"
Not an issue. The definition of the jar plugin in the parent pom conflicts with war