Artifacts not listed as result of the build
hi,
I'm using the professional version of Teamcity 7.0.3 (build 21424) to build Maven project. The particular project is configured as follows: "clean install" with some additional xml processing settings. See image for further details. Anyway, when the build is done - no matter if it was successful or not - there are no jars in the tab "Artifacts". There are just some files created by Teamcity itself, for instance build.style.properties.gz.
thank you
golbie
ps:your tools are great
Attachment(s):
there_are_no_artifacts.png
step_configuration.png
Please sign in to leave a comment.
Katarina,
TeamCity does not automatically picks up maven resulting artifacts.
To see artifacts under "Artifacts" tab you will need to configure artifact publishing in "General Settings" tab of your build configuration.
Please, see this documentation page for the details: http://confluence.jetbrains.net/display/TCD7/Configuring+General+Settings#ConfiguringGeneralSettings-ArtifactPaths
It works!
Solution:
**/target/*.jar => *.jar
**/target/*.war => *.war
Thanks a lot.