Dear Jenkins users,
I have migrated free-style jobs recently from Hudson to Jenkins and I miss
the following feature.
With Maven3 Plugin (in Hudson) it was possible to configure the job to
archive maven artifacts, in particular the following options where
available as post-build actions:
Archive Maven 3 artifacts
Include generated POMs
I cannot find such options in settings for Jenkins job (Maven plugin is
installed). Checking the sources showed that e.g.
maven-plugin/WEB-INF/classes/hudson/maven/reporters/MavenArtifactArchiver.classis
present, but no hints how to activate it. Any ideas?
What I want to achieve is automatic archiving of Maven artifacts, attached
to lifecycle (including those by maven-assebly-plugin). I am a bit
reluctant to define **/target/*.jar,**/target/*.war,... for every project.
Thanks.