Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Maven Tycho Release Workflow with pomless build

Hi,

the .plyglot.build.properties file is the pom file generated during a pomless build. 
IMHO they should not be added to the git repository. If you have already added them, remove them from the git repo and add 

.polyglot.build.properties

to the .gitignore.

hth
Martin



-----Ursprüngliche Nachricht-----
Von: tycho-user-bounces@xxxxxxxxxxx <tycho-user-bounces@xxxxxxxxxxx> Im Auftrag von Simon Scholz
Gesendet: Freitag, 08. März 2019 09:47
An: Tycho user list <tycho-user@xxxxxxxxxxx>
Betreff: [tycho-user] Maven Tycho Release Workflow with pomless build

Hi,

I've been following the Release_Workflow tutorial on https://wiki.eclipse.org/Tycho/Release_Workflow and it works well and also adjusted the wiki a tiny bit.
Now I tried to accomplish to make a release with a pomless build.
See https://github.com/SimonScholz/tycho-demo-1
Unfortunately this does not work and it fails with:

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-release-plugin:2.5.3:prepare
(default-cli) on project parent: Unable to commit files [ERROR] Provider message:
[ERROR] The git-add command failed.
[ERROR] Command output:
[ERROR] fatal: pathspec 'tycho.demo.itp01/.polyglot.build.properties'
did not match any files

Is there any workaround for this issue?

Besides generating the pom files with:
https://www.eclipse.org/tycho/sitedocs/tycho-pomgenerator-plugin/generate-poms-mojo.html

Best regards, Simon
--
--
Trainer, Consultant and Developer

vogella GmbH
Haindaalwisch 17a, 22395 Hamburg
Amtsgericht Hamburg: HRB 127058
Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
USt-IdNr.: DE284122352
Tel (040) 78804360, Fax (032) 221739404, Email:
simon.scholz@xxxxxxxxxxx, Web: http://www.vogella.com _______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tycho-user

Back to the top