]
Andrej Podhradsky closed JBTIS-1086.
------------------------------------
pushed to master
Remove all properties related to a runtime from pom.xml
-------------------------------------------------------
Key: JBTIS-1086
URL:
https://issues.jboss.org/browse/JBTIS-1086
Project: JBoss Tools Integration Stack
Issue Type: Task
Components: Fuse IDE, QE
Affects Versions: 4.4.3.CR1
Reporter: Andrej Podhradsky
Assignee: Tomáš Sedmík
Fix For: 4.4.3.CR1
Original Estimate: 30 minutes
Time Spent: 30 minutes
Remaining Estimate: 0 minutes
Remove all properties related to a runtime from pom.xml. The properties such as
{code}
<karaf.path>${project.build.directory}/requirements/apache-karaf-3.0.3</karaf.path>
<karaf.name>Apache Karaf 3.0</karaf.name>
<karaf.hostname>localhost</karaf.hostname>
<karaf.port>8101</karaf.port>
<karaf.username>karaf</karaf.username>
<karaf.password>karaf</karaf.password>
{code}
The above properties should be defined in the config file.