Hi am trying to build plugins ace-editor,handlebars,momentjs and jquery-detached plugins.from source code https://github.com/jenkinsci/js-libs But few files are not getting genreted inside *.hpi files.I noticed few thing like when executing maven command am getting warning messages.
Steps are followed: 1, git clone https://github.com/jenkinsci/js-libs 2. Execute "mvn clean install" 3. Mvn command execution is successful but it shows few warnings bec of this it's not building few files. Maven console log: Cbash-4.2# mvn clean install [INFO] Scanning for projects... [WARNING] The POM for org.jenkins-ci.tools:maven-hpi-plugin:jar:2.0 is missing, no dependency information available [WARNING] Failed to build parent project for org.jenkins-ci.ui:js-module-base:pom:1.2.1 [WARNING] [WARNING] Some problems were encountered while building the effective model for org.jenkins-ci.ui:js-module-base:pom:1.2.1 [WARNING] 'profiles.profile[copy-jsmodules].activation.file.exists' Failed to interpolate file location ${project.basedir}/src/main/webapp/jsmodules for profile copy-jsmodules: ${project.basedir} expression not supported during profile activation, use ${basedir} instead [WARNING] [WARNING] Some problems were encountered while building the effective model for org.jenkins-ci.ui:jquery-detached:hpi:1.2.1 [WARNING] 'profiles.profile[copy-jsmodules].activation.file.exists' Failed to interpolate file location ${project.basedir}/src/main/webapp/jsmodules for profile copy-jsmodules: ${project.basedir} expression not supported during profile activation, use ${basedir} instead @ org.jenkins-ci.ui:js-module-base:1.2.1, /tmp/js-libs/js-module-base/pom.xml [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] Missing files respective of plugins. 1. Jquery Detached. jsmodules/jqueryui1.js jsmodules/jquery2.js jsmodules/jqueryui1/style.css 2. ace-editor:Below are missing files jsmodules/ jsmodules/ace-editor-119.js jsmodules/ace-editor-122.js jsmodules/test.js 3. MomentSj jsmodules/momentjs2.js 4. HandleBar jsmodules/handlebars3.js Could anyone please help me out here. -- 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/ed7fd998-2206-4912-8401-ce4c92280117%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
