Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
If I do configure the maven-war-plugin to create a secondary artifact, then that artifact isn't attached. I do believe, this is because the following code snippet is missing:
Index: src/main/java/org/apache/maven/plugin/war/WarMojo.java
===================================================================
— src/main/java/org/apache/maven/plugin/war/WarMojo.java (revision 433193)
+++ src/main/java/org/apache/maven/plugin/war/WarMojo.java (working copy)
@@ -192,6 +192,10 @@
+ else
+
}
}
}