Skip to content

Commit 9e50663

Browse files
committed
Generate Eclipse-SourceReference
1 parent f658915 commit 9e50663

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1616
<tycho.version>5.0.0</tycho.version>
17+
<tycho.scmUrl>scm:git:https://github.com/eclipse-shellwax/shellwax</tycho.scmUrl>
1718
<tycho.test.platformArgs />
1819
<tycho.test.jvmArgs>-Xmx512m</tycho.test.jvmArgs>
1920

@@ -97,7 +98,17 @@
9798
<version>${tycho.version}</version>
9899
<configuration>
99100
<format>yyyyMMdd-HHmm</format>
101+
<sourceReferences>
102+
<generate>true</generate>
103+
</sourceReferences>
100104
</configuration>
105+
<dependencies>
106+
<dependency>
107+
<groupId>org.eclipse.tycho.extras</groupId>
108+
<artifactId>tycho-sourceref-jgit</artifactId>
109+
<version>${tycho.version}</version>
110+
</dependency>
111+
</dependencies>
101112
</plugin>
102113
<plugin>
103114
<groupId>org.eclipse.tycho</groupId>

0 commit comments

Comments
 (0)