-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Platform: All, OS: All
Create a Hudson job to build a maven2 project; enable Post-build Actions, "Deploy artifacts to Maven
repository". The deployment does not publish the jar artifacts to the maven repository. The pom files
are deployed but not the jar
e-mail exchange with Kohsuke:
> When using Hudson to create a Maven job to build and deploy artifacts. The deploy part does not
publish the jar artifacts to the maven repository. It deploys the pom files but the jar files are not
deployed.
>
> Please take a look at this job:
> http://hudson.sfbay.sun.com/job/glassfish-v3-main-publisher/801/console
Indeed. I'll take a look.
> Note that this job is created using the "Build a maven2 project" option.
>
> Also, when using this option, the build is taking a LONG time. It took 7 hours to get this build to
complete.
> Is this a bug?
It appears to be doing a lot of repetitive "archiving xyz" things. Again, let me take a look.
- is related to
-
JENKINS-11248 Build fails on "Deploy artifacts to Maven repository" due to trying to upload parent POM twice for release artifacts
- Closed