Hi Victor,

Thanks a lot.I don't see any warning when used below command.But i noticed 
one thing that when i do unzip of *.hpi files few missing files are not 
built and not part of *.hpi files.

For instance:
Output of the "unzip  jquery-detached.hpi " which is built from source.

bash-4.2# unzip jquery-detached/target/jquery-detached.hpi
Archive:  jquery-detached/target/jquery-detached.hpi
replace META-INF/MANIFEST.MF? [y]es, [n]o, [A]ll, [N]one, [r]ename: A
  inflating: META-INF/MANIFEST.MF
  inflating: WEB-INF/licenses.xml
  inflating: WEB-INF/lib/jquery-detached.jar
  inflating: 
jsmodules/jqueryui1/images/ui-bg_diagonals-thick_18_b81900_40x40.png
  inflating: 
jsmodules/jqueryui1/images/ui-bg_diagonals-thick_20_666666_40x40.png
  inflating: jsmodules/jqueryui1/images/ui-bg_flat_10_000000_40x100.png
  inflating: jsmodules/jqueryui1/images/ui-bg_glass_100_f6f6f6_1x400.png
  inflating: jsmodules/jqueryui1/images/ui-bg_glass_100_fdf5ce_1x400.png
  inflating: jsmodules/jqueryui1/images/ui-bg_glass_65_ffffff_1x400.png
  inflating: 
jsmodules/jqueryui1/images/ui-bg_gloss-wave_35_f6a828_500x100.png
  inflating: 
jsmodules/jqueryui1/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
  inflating: 
jsmodules/jqueryui1/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
  inflating: jsmodules/jqueryui1/images/ui-icons_222222_256x240.png
  inflating: jsmodules/jqueryui1/images/ui-icons_228ef1_256x240.png
  inflating: jsmodules/jqueryui1/images/ui-icons_ef8c08_256x240.png
  inflating: jsmodules/jqueryui1/images/ui-icons_ffd27a_256x240.png
  inflating: jsmodules/jqueryui1/images/ui-icons_ffffff_256x240.png
  inflating: META-INF/maven/org.jenkins-ci.ui/jquery-detached/pom.xml
  inflating: META-INF/maven/org.jenkins-ci.ui/jquery-detached/pom.properties

Output of the "unzip  jquery-detached.hpi " which is directly downloaded 
from https://updates.jenkins-ci.org/download/plugins/jquery-detached/

Archive:  jquery-detached.hpi
   creating: META-INF/
  inflating: META-INF/MANIFEST.MF
   creating: jsmodules/
   creating: jsmodules/jqueryui1/
   creating: jsmodules/jqueryui1/images/
   creating: WEB-INF/
   creating: WEB-INF/lib/
  inflating: jsmodules/jquery2.js
  inflating: 
jsmodules/jqueryui1/images/ui-bg_diagonals-thick_18_b81900_40x40.png
  inflating: 
jsmodules/jqueryui1/images/ui-bg_diagonals-thick_20_666666_40x40.png
  inflating: jsmodules/jqueryui1/images/ui-bg_flat_10_000000_40x100.png
  inflating: jsmodules/jqueryui1/images/ui-bg_glass_100_f6f6f6_1x400.png
  inflating: jsmodules/jqueryui1/images/ui-bg_glass_100_fdf5ce_1x400.png
  inflating: jsmodules/jqueryui1/images/ui-bg_glass_65_ffffff_1x400.png
  inflating: 
jsmodules/jqueryui1/images/ui-bg_gloss-wave_35_f6a828_500x100.png
  inflating: 
jsmodules/jqueryui1/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
  inflating: 
jsmodules/jqueryui1/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
  inflating: jsmodules/jqueryui1/images/ui-icons_222222_256x240.png
  inflating: jsmodules/jqueryui1/images/ui-icons_228ef1_256x240.png
  inflating: jsmodules/jqueryui1/images/ui-icons_ef8c08_256x240.png
  inflating: jsmodules/jqueryui1/images/ui-icons_ffd27a_256x240.png
  inflating: jsmodules/jqueryui1/images/ui-icons_ffffff_256x240.png
  inflating: jsmodules/jqueryui1/style.css
  inflating: jsmodules/jqueryui1.js
  inflating: WEB-INF/lib/jquery-detached.jar
  inflating: WEB-INF/licenses.xml
   creating: META-INF/maven/
   creating: META-INF/maven/org.jenkins-ci.ui/
   creating: META-INF/maven/org.jenkins-ci.ui/jquery-detached/
  inflating: META-INF/maven/org.jenkins-ci.ui/jquery-detached/pom.xml
  inflating: META-INF/maven/org.jenkins-ci.ui/jquery-detached/pom.properties

Missing files are:
* jsmodules/jqueryui1.js*
* jsmodules/jquery2.js*
* jsmodules/jqueryui1/style.css*

Any thoughts on this?

On Tuesday, November 7, 2017 at 7:43:18 PM UTC+5:30, Victor Martinez wrote:
>
> what if you copy&paste that settings.xml somewhere else and run
>
> mvn -U clean package -s <SETTINGS_FULL_PATH>
>
> where <SETTINGS_FULL_PATH> is just the full path of the settings which 
> its content is 
> https://wiki.jenkins.io/display/JENKINS/Plugin+tutorial#Plugintutorial-SettingUpEnvironment
>
> Cheers 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/7af10264-60e8-4570-a4b9-edc6ed7d130c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to