Skip to content

I20221206-1800

@vogella vogella tagged this 06 Dec 10:57
Eclipse platform migrated to Tycho for generating the API baseline.
Yon also also add the generation to your Tycho build.
Also platform is not using this application anymore it is now deprecated
and may be deleted in the future-

 </plugin>
			<plugin>
	            <groupId>org.eclipse.tycho</groupId>
				<artifactId>tycho-apitools-plugin</artifactId>
	            <version>${tycho.version}</version>
				<executions>
					<execution>
						<id>generate</id>
						<goals>
							<goal>generate</goal>
						</goals>
						<configuration>
                  			<skip>${skipAPIDescription}</skip>
                  			<projectName>${project.artifactId}_${qualifiedVersion}</projectName>
laeubi marked this conversation as resolved.
						</configuration>
					</execution>
				</executions>
			</plugin>
Assets 2
Loading