Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 712 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 712 Bytes

sugarcane

'Sugarcane' is jaggery testing framework features

How to add sugarcane feature to WSO2 products

  1. Open \modules\p2-profile-gen\pom.xml

  2. Add below to <featureArtifactDef> sugarcane:sugarcane.feature:${sugarcane.feature.version} </featureArtifactDef>

  3. Add below lines for <feature> <id>sugarcane .feature.group</id> <version>${sugarcane.feature.version}</version> </feature>

  4. Do not forget to added sugarcane feature version in root pom <sugarcane.feature.version>1.0.0-SNAPSHOT</sugarcane.feature.version>

More to read...