carbon-maven-plugins
carbon-maven-plugins copied to clipboard
For uninstalling the current feature version and installing the new version using the same pom.xml, we need to specify the dependencies of both the feature versions (old and new) under...
In the documentation of carbon feature plugin found at [carbon-maven-plugins/docs/CarbonFeaturePlugin.md](https://github.com/wso2/carbon-maven-plugins/blob/master/docs/CarbonFeaturePlugin.md), the documentation for `generate-repo` goal is not present even though a link is provided at top of the documentation
Currently when writing OSGi tests, the distribution is created and then the feature is tested. Therefore the distribution is created using the defined version for depended features. IMO this is...
When trying to uninstall the feature in the sample [1], in a separate pom, it is failing. https://wso2.org/jira/browse/CMVNPLG-11 Sample available : https://wso2.org/jira/projects/CMVNPLG/issues/CMVNPLG-12
Currently the carbon.product is required for the following goals: publish-product and generate-runtime. Improve the plugin so that it does not require this file.
In the goal "generate", the version mentioned should match with the version mentioned in the bundle's manifest.mf. It was assumed that the artifact dependency version and the version defined in...
Currently version (3.0.0), carbon-feature-plugin supports only standalone director runtime. In tycho, it supports osgi and standalone runtime. Carbon-maven-plugin also needs to support similarly osgi runtime.
For example in Carbon 5.1.0, there is a configuration file called launch.properties and Carbon-security maintains a copy of the file since it needs to add some properties to it. Need...