[jbosstools-issues] [JBoss JIRA] (JBTIS-1087) Move all system properties to the variable 'systemProperties'

Andrej Podhradsky (JIRA) issues at jboss.org
Tue Aug 1 04:34:00 EDT 2017


     [ https://issues.jboss.org/browse/JBTIS-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrej Podhradsky closed JBTIS-1087.
------------------------------------


Pushed to master

> 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.Final
>            Reporter: Andrej Podhradsky
>            Assignee: Tomáš Sedmík
>             Fix For: 4.5.0.Final
>
>
> 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)



More information about the jbosstools-issues mailing list