I would like to create an archive of the *.jar files in hudson. Currently it does not list the *.jar files created by the build. Is there an addon for this, or is there setup required, if so where?
Here is what I would like it to look like.
(source: nabble.com)
Here is what i currently have.
(source: nabble.com)
edit: also do i need to play with include sets in order to get this working?
Edit the project properties. Click on the option "Archive the artifacts", and enter a pattern matching the artifacts you want to keep. For example, *.jar
.