java - Maven: zip resources and save into specific folder -



java - Maven: zip resources and save into specific folder -

for project need zip number of resource files , set archive within project source (src/main/resources). thought archive ends in ear , goes deployment server, picked script farther processing. convoluted, know, constraints working with.

i've created assembly plugin configuration file creates zip, zip placed default in target/ folder.

the assembly plugin has outputdirectory option, changes filestructure of contents of zip, not location zip saved.

is there way specify assembly plugin saves created zip? or there improve way altogether zip resources?

there 2 outputdirectory configuration, one represents file path within assembled package, another one represents directory assembled bundle output

you looking sec one

java maven zip maven-assembly-plugin

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -