Giter Club home page Giter Club logo

Comments (5)

sewe avatar sewe commented on June 12, 2024

Will create a reproducer project and report back here.

Created https://github.com/sewe/tycho-issue-85-reproducer.

To reproduce:

export TYCHO_VERSION=2.3.0 # Also happens with 2.1.0, 2.2.0
git clone https://github.com/sewe/tycho-issue-85-reproducer.git
cd tycho-issue-85-reproducer
mvn clean verify -DtychoVersion=$TYCHO_VERSION # Fails with tycho-source-plugin:feature-source
git checkout HEAD^
mvn clean verify -DtychoVersion=$TYCHO_VERSION # Succeeds with tycho-source-feature-plugin:source-feature

Hope this helps.

from tycho.

laeubi avatar laeubi commented on June 12, 2024

@sewe it seems currently tycho requires that the execution id is named 'feature-source'

<executions>
	<execution>
		<id>feature-source</id>
		<goals>
			<goal>feature-source</goal>
		</goals>
	</execution>
</executions>

I will check if this could be relaxed...

from tycho.

sewe avatar sewe commented on June 12, 2024

Good catch. Not in a million years I would have thought this to be the cause.

I will check if this could be relaxed...

Well, it was possible before (my execution ID was always attach-source), so hopefully that will be possible again. 🤞

from tycho.

laeubi avatar laeubi commented on June 12, 2024

Well, it was possible before (my execution ID was always attach-source), so hopefully that will be possible again. crossed_fingers

Finally this was fixed by @HannesWell and should show up shortly in the snapshots (when this job is done), I also cherry picked this for 2.7.2 so please help testing the release:

from tycho.

fredg02 avatar fredg02 commented on June 12, 2024

Good catch. Not in a million years I would have thought this to be the cause.

Thanks to @sewe for reporting the same problem that I had, to @laeubi for pointing to the workaround/solution and to @HannesWell for the fix.

I'm glad this did not turn into a https://xkcd.com/979/ situation. :)

from tycho.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.