[
https://issues.jboss.org/browse/JBTIS-1087?page=com.atlassian.jira.plugin...
]
Andrej Podhradsky updated JBTIS-1087:
-------------------------------------
Description:
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' or
'integrationTestsSystemProperties'.
was:
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'.
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' or
'integrationTestsSystemProperties'.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)