[JBoss JIRA] (JBTIS-1087) Move all system properties to the variable 'systemProperties'
by Andrej Podhradsky (JIRA)
Andrej Podhradsky created JBTIS-1087:
----------------------------------------
Summary: Move all system properties to the variable 'systemProperties'
Key: JBTIS-1087
URL: https://issues.jboss.org/browse/JBTIS-1087
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
The following system proeprties properties
{code}
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
....
<systemProperties>
<logDebug>${enable.debug.log}</logDebug>
<maven.settings>${project.build.directory}/requirements/emptysettings.xml</maven.settings>
<maven.repository>${maven.repo}</maven.repository>
<staging.repositories>${staging.repos}</staging.repositories>
<rd.skipUnfixedIssues>${rd.skipUnfixedIssues}</rd.skipUnfixedIssues>
</systemProperties>
....
{code}
should be moved to the variable 'systemProperties'.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 12 months
[JBoss JIRA] (JBTIS-1086) Remove all properties related to a runtime from pom.xml
by Andrej Podhradsky (JIRA)
Andrej Podhradsky created JBTIS-1086:
----------------------------------------
Summary: 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
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.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 12 months