Skip to content

How to use buildToolsRepository for help index? #4242

Answered by laeubi
Bananeweizen asked this question in Q&A
Discussion options

You must be logged in to vote
<plugin>
	<groupId>org.eclipse.tycho.extras</groupId>
	<artifactId>tycho-document-bundle-plugin</artifactId>
	<executions>
		<execution>
			<id>eclipse-help-index</id>
			<goals>
				<goal>build-help-index</goal>
			</goals>
		</execution>
	</executions>
	<configuration>
		<buildToolsRepository>
			<id>tycho-eclipse-buildtools</id>
			<url>https://company/artifactory/eclipse/releases/2024-06/</url>
		</buildToolsRepository>
	</configuration>
</plugin>

By the way as far as I know at laest eclipse stopped generating a help index and let it be performed at runtime.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Bananeweizen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants