Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Configure the output folder of assemble-repository

Yeah it must be something like this, unfortunately it doesn't help to move around the config block :-\

As I'm building a product maybe I'm even configuring the wrong plugin/mojo, seems I have to fire up a debugger for this...

Am 14.06.21 um 08:26 schrieb Keppler Michael (ETAS/ESW-CI) via tycho-user:
I would try moving the configuration block as a sibling of the executions block. Configuration inside the execution is sometimes okay, and sometimes not (I haven't really understood when it's okay). I've also lost several hours of my life to the same issue with other plugins.

Mit freundlichen Grüßen / Best regards

Michael Keppler
Engineering Application Software - Chapter CI/CD and Common Infrastructure Components

T +49 711 3423-2429
F +49 711 89661-0
Michael.Keppler@xxxxxxxx

ETAS GmbH, ETAS/ESW-CI
Borsigstraße 24, 70469 Stuttgart, Germany
www.etas.com

ETAS - Driving Embedded Excellence

Managing Directors: Christoph Hartung, Günter Gromeier, Götz Nigge
Chairman of the Supervisory Board: Dr. Walter Schirm
Registered Office: Stuttgart, Registration Court: Amtsgericht Stuttgart, HRB 19033
-----Ursprüngliche Nachricht-----
Von: tycho-user <tycho-user-bounces@xxxxxxxxxxx> Im Auftrag von Christoph Läubrich
Gesendet: Sonntag, 13. Juni 2021 19:27
An: Tycho user list <tycho-user@xxxxxxxxxxx>
Betreff: [tycho-user] Configure the output folder of assemble-repository

I try to configure the output directory for my product build to go into a different folder according to [1]:

<plugin>
	<groupId>org.eclipse.tycho</groupId>
	<artifactId>tycho-p2-repository-plugin</artifactId>
	<version>${tycho.version}</version>
	<executions>
		<execution>
			<id>assemble-repository</id>
			<goals>
				<goal>assemble-repository</goal>
			</goals>
			<phase>package</phase>
			<configuration>
<repositoryLocation>${project.build.directory}/update-site-${project.artifactId}</repositoryLocation>
			</configuration>
		</execution>
	</executions>
</plugin>

but the configuration does not seem to have any effect and m2e complains there is no such configuration property, so it seems I'm overseen something but can't get whats missing here...

[1]
https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.eclipse.org%2Ftycho%2Fsitedocs%2Ftycho-p2%2Ftycho-p2-repository-plugin%2Fassemble-repository-mojo.html%23repositoryLocation&amp;data=04%7C01%7Cmichael.keppler%40etas.com%7Cb11f8aab95ad4105cf6308d92e908994%7C0ae51e1907c84e4bbb6d648ee58410f4%7C0%7C0%7C637592020575913258%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=Jis5ZdkwS4njcnSrH4ttuCWKPwUMrvf70BSiyJtpaDI%3D&amp;reserved=0
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.eclipse.org%2Fmailman%2Flistinfo%2Ftycho-user&amp;data=04%7C01%7Cmichael.keppler%40etas.com%7Cb11f8aab95ad4105cf6308d92e908994%7C0ae51e1907c84e4bbb6d648ee58410f4%7C0%7C0%7C637592020575913258%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=rWT3M2SB5ZD8%2FKvfLZMgmaAkYiu4kRGvAHnYxQL3MbY%3D&amp;reserved=0
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tycho-user



Back to the top