Hi Juan Antonio, 
  
Lars had a typo in the filename (setting.xml instead of settingS.xml). Can you describe your problem in more detail. 
  
Thanks 
Martin 
  
  
  
Von: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx]
Im Auftrag von Juan Antonio Gonzalez Cano 
Gesendet: Dienstag, 29. September 2015 14:14 
An: Tycho user list 
Betreff: Re: [tycho-user] Pomless Typo builds 
  
Hi, 
I also have problems for generate my RCP with pomless, what was your solution? 
 
 
 
Juan Antonio González Cano 
 
 
 
 
 
 
 
 
 
 
 
 
  
2015-09-29 12:08 GMT+01:00 Lars Vogel <lars.vogel@xxxxxxxxx>: 
Hi Jan, 
thanks. Indeed my file was named incorrectly. Shame on me, thanks for the help. 
 
 
  
2015-09-29 9:31 GMT+02:00 Sievers, Jan <jan.sievers@xxxxxxx>: 
>My ~/.m2/setting.xml looks like the following: 
 
looks like the tycho snapshots repo is not known to the build 
 
any chance there is a typo 
 
~/.m2/settings.xml 
 
 
 
(note the s) or the maven profile is not active? 
 
Jan 
 
 
 
On 28/09/15 20:48, "tycho-user-bounces@xxxxxxxxxxx on behalf of Lars 
Vogel" <tycho-user-bounces@xxxxxxxxxxx on behalf of
lars.vogel@xxxxxxxxx> 
wrote: 
 
>Hi, 
> 
> 
>I'm trying to following the description of pomless Tycho builds: from 
>here: 
>https://wiki.eclipse.org/Tycho/Release_Notes/0.24#POM-less_Tycho_builds 
><https://wiki.eclipse.org/Tycho/Release_Notes/0.24#POM-less_Tycho_builds>. 
> 
> 
> 
>Here is my error message: 
> 
> 
>I get the following[WARNING] The POM for 
>org.eclipse.tycho.extras:tycho-pomless:jar:0.24.0-SNAPSHOT is missing, no 
>dependency information available 
>[WARNING] Failed to read extensions descriptor 
>/home/vogella/git/com.vogella.saneclipse/.mvn/extensions.xml: Plugin 
>org.eclipse.tycho.extras:tycho-pomless:0.24.0-SNAPSHOT or one of its 
>dependencies could not be resolved: Could not find artifact 
>org.eclipse.tycho.extras:tycho-pomless:jar:0.24.0-SNAPSHOT 
>[INFO] Scanning for projects... 
>[ERROR] [ERROR] Some problems were encountered while processing the POMs: 
>[ERROR] Child module 
>/home/vogella/git/com.vogella.saneclipse/./com.vogella.saneclipse.preferen 
>ces/pom.xml of /home/vogella/git/com.vogella.saneclipse/pom.xml does not 
>exist @ 
>.... [similar error messages cut of] 
> 
> 
> 
>My trivial test is the remove the pom files of my plug-in, features and 
>update sites from my existing Tycho example and to configure the 
>extension via .mvn/extensions.xml in the top directory. 
> 
> 
><?xml version="1.0" encoding="UTF-8"?> 
><extensions> 
>  <extension> 
>    <groupId>org.eclipse.tycho.extras</groupId> 
>    <artifactId>tycho-pomless</artifactId> 
>    <version>0.24.0-SNAPSHOT</version> 
>  </extension> 
></extensions> 
> 
> 
> 
> 
> 
>My ~/.m2/setting.xml looks like the following: 
> 
> 
> 
> 
><settings> 
><profiles> 
>    <profile> 
>      <id>tycho-snapshots</id> 
>      <pluginRepositories> 
>        <pluginRepository> 
>          <id>tycho-snapshots</id> 
> 
><url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</url> 
>        </pluginRepository> 
>      </pluginRepositories> 
>   </profile> 
>  </profiles> 
>  <activeProfiles> 
>    <activeProfile>tycho-snapshots</activeProfile> 
>  </activeProfiles> 
></settings> 
> 
> 
> 
>Any advice? 
> 
> 
>Best regards, Lars 
> 
> 
> 
> 
> 
> 
> 
> 
> 
 
 
_______________________________________________ 
tycho-user mailing list 
tycho-user@xxxxxxxxxxx 
To change your delivery options, retrieve your password, or unsubscribe from this list, visit 
https://dev.eclipse.org/mailman/listinfo/tycho-user 
 
  
 
 
 
 
_______________________________________________ 
tycho-user mailing list 
tycho-user@xxxxxxxxxxx 
To change your delivery options, retrieve your password, or unsubscribe from this list, visit 
https://dev.eclipse.org/mailman/listinfo/tycho-user 
 
  
 
 
 
 |