| Summary: | Include source feature & plugins in BPEL update site | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Nick Boldt <nboldt> |
| Component: | BPEL | Assignee: | Robert Brodt <bbrodt> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Nick Boldt
Changed committed. I'll leave it to you to verify this gets published into the next nightly or weekly build. [INFO] Reactor Summary: [INFO] [INFO] org.eclipse.bpel.common.model ..................... SUCCESS [10.241s] [INFO] org.eclipse.bpel.model ............................ SUCCESS [8.820s] [INFO] org.eclipse.bpel.apache.ode.deploy.model .......... SUCCESS [1.345s] [INFO] org.eclipse.bpel.common.ui ........................ SUCCESS [2.845s] [INFO] org.eclipse.bpel.wsil.model ....................... SUCCESS [1.509s] [INFO] org.eclipse.bpel.xpath10 .......................... SUCCESS [1.271s] [INFO] org.eclipse.bpel.validator ........................ SUCCESS [3.355s] [INFO] org.eclipse.bpel.ui ............................... SUCCESS [10.970s] [INFO] org.eclipse.bpel.apache.ode.deploy.ui ............. SUCCESS [1.257s] [INFO] org.eclipse.bpel.runtimes ......................... SUCCESS [1.193s] [INFO] org.eclipse.bpel.apache.ode.runtime ............... SUCCESS [2.305s] [INFO] bpel.plugins ...................................... SUCCESS [0.098s] [INFO] org.eclipse.bpel.feature .......................... SUCCESS [0.901s] [INFO] org.eclipse.bpel.source.feature ................... SUCCESS [0.414s] [INFO] bpel.features ..................................... SUCCESS [0.007s] [INFO] bpel.site ......................................... SUCCESS [6.711s] [INFO] bpel.all .......................................... SUCCESS [0.143s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS $ cd ~/org.eclipse.bpel/site/target/site; find . -name "*.source*" ./features/org.eclipse.bpel.source.feature_0.5.0.v20110502-1954-CI.jar ./plugins/org.eclipse.bpel.model.source_0.5.0.v20110502-1954-CI.jar ./plugins/org.eclipse.bpel.apache.ode.deploy.model.source_0.5.0.v20110502-1954-CI.jar ./plugins/org.eclipse.bpel.validator.source_0.5.0.v20110502-1954-CI.jar ./plugins/org.eclipse.bpel.xpath10.source_0.5.0.v20110502-1954-CI.jar ./plugins/org.eclipse.bpel.apache.ode.deploy.ui.source_0.5.0.v20110502-1954-CI.jar ./plugins/org.eclipse.bpel.apache.ode.runtime.source_0.5.0.v20110502-1954-CI.jar ./plugins/org.eclipse.bpel.common.model.source_0.5.0.v20110502-1954-CI.jar ./plugins/org.eclipse.bpel.ui.source_0.5.0.v20110502-1954-CI.jar ./plugins/org.eclipse.bpel.common.ui.source_0.5.0.v20110502-1954-CI.jar ./plugins/org.eclipse.bpel.wsil.model.source_0.5.0.v20110502-1954-CI.jar ./plugins/org.eclipse.bpel.runtimes.source_0.5.0.v20110502-1954-CI.jar Also committed a couple tweaks to your parent pom to remove cruft you don't need, and added this to your job config to skip going outside eclipse.org for dependencies. eclipse.p2.mirrors=false Verified. Thanks Nick! |