In my project's POM.xml in the 'run-on-felix' profile I need to stipulate several dependencies that must be auto-installed and started when debugging (I'm debugging through Netbeans) :
<entry key="felix.auto.start" value="http://ift.tt/1sZa9MK http://ift.tt/1sZaaAh http://ift.tt/1sZa9MQ ${urls}"/>
As is apparent from the above this is a very long entry in the POM so is there a way I can put the value= across several lines?
No comments:
Post a Comment