-
Bug
-
Resolution: Unresolved
-
Major
-
None
Jenkins ver. 1.444
Jenkins Artifactory Plugin 2.0.5
Maven 3.0.3
We have a very simple Maven project setup. We are running "clean package verify emma:emma" and then using the Artifactory plugin to publish to a snapshot repository in Artifactory.
We simlpy want the basic pom.xml and jar deployed, but only the JAR is being deployed. If I use the standard 'mvn deploy' or the "Deploy artifacts to Maven repository", it works as expected.
Do we need to configure something special in the "Include Patterns"?
Thanks.