How can I complete Pax-Runner tasks using Maven Plugin , which I can specify in a file pom.xml?
i.e. I can do the following on the command line using Pax-Runner (to convert a war file to an OSGi package)
pax-run war:file:C:/somefile.war warref:C:/somefile.properties
What to do to make this happen in the pom.xml file?
Thanks in advance!
source
share