Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho milestone 0.24.0 released

I was trying this new feature, but couldn't get it to work. I still get  "Child module [...] pom.xml does not exist" errors.

Are the instructions in https://wiki.eclipse.org/Tycho/Release_Notes/0.24 all that is necessary to set this up? What does this line mean: "While trying the staged version, above snippet with the staged repo must be added to your settings.xml" ?  I'm not entirely familiar with Maven.

I see that the sample build ( http://git.eclipse.org/c/tycho/org.eclipse.tycho.extras.git/tree/tycho-extras-its/src/test/resources/testpomless ) has additional configuration in pom.xml, such as:

      <pluginRepository>
            <id>tycho-snapshots</id>
            <url>${tycho-snapshots-url}</url>
            <releases>
                <enabled>true</enabled>
            </releases>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
        </pluginRepository>
    </pluginRepositories>


Is this necessary, and if so what is tycho-snapshots-url supposed to be?


On Fri, Oct 30, 2015 at 2:36 PM, Sievers, Jan <jan.sievers@xxxxxxx> wrote:
Tycho milestone 0.24.0 has been released and is available from maven central.
See the release notes [1] for details of enhancements and bug fixes in this release.

Thanks to:

Alexander Kurtakov
Lars Vogel
Mickael Istria
Mikolaj Izdebski

who contributed patches for this release.

And thanks and to everyone who helped us with testing the staged version.

Regards,
Tycho team

[1] http://wiki.eclipse.org/Tycho/Release_Notes/0.24

_______________________________________________
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



--

Back to the top