Shay- maven-sling-plugin does something along these lines. Look at the configure() and addConfiguration() methods in http://svn.apache.org/repos/asf/sling/trunk/maven/maven-sling-plugin/src/main/java/org/apache/sling/maven/bundlesupport/AbstractBundleInstallMojo.java
Justin On Sat, Feb 19, 2011 at 11:50 AM, Shay Thompson <[email protected]> wrote: > > One of the steps in setting up our product is to Create a new factory > configuration by going to the Configuration tab in the Felix Web Console, > clicking the 'Create new factory configuration' button and clicking Save to > create a new configuration with the default values. I was wondering if > anyone knew of a way to automate this process using an api, maven, curl, > whatever? > > Thanks, > Shay > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

