Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.7
-
Fix Version/s: None
-
Component/s: deploy:deploy-file
-
Labels:None
-
Number of attachments :
Description
Consider the following set of steps:
- deploy:deploy-file to push a regular jar and a pom
- deploy:deploy-file to push a sources jar with a classifier
if you don't pass -DpomFile to the second one, it will create and push a stub pom even if -DgeneratePom=false.