Skip to content

Commit f4e0db8

Browse files
author
Ranjan Dasgupta
authored
Merge pull request #950 from eclipse/develop
Update pom.xml to fix build warning
2 parents aa69bcc + a228751 commit f4e0db8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@
158158
<groupId>org.eclipse.tycho</groupId>
159159
<artifactId>tycho-maven-plugin</artifactId>
160160
<version>${tycho.version}</version>
161+
<configuration>
162+
<useProjectSettings>false</useProjectSettings>
163+
</configuration>
161164
<extensions>true</extensions>
162165
</plugin>
163166
<plugin>

0 commit comments

Comments
 (0)