Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Tycho » Using Tycho to automate plugin builds w/ Maven
Using Tycho to automate plugin builds w/ Maven [message #564272] Mon, 26 July 2010 14:49 Go to next message
d. hartford is currently offline d. hartfordFriend
Messages: 27
Registered: July 2010
Junior Member
Hey all,
Looking through many sites and processes, it seems the problem of doing automated PDE builds still isn't solved -- has Tycho solved it?

For example, there is a very small plugin here that I would love to have automated with Maven (via Hudson) and auto-update a local DEV update site/repository.

However, this doesn't seem trivial, am I incorrect?

plugin discussion: http://www.eclipse.org/forums/index.php?t=msg&th=171931& amp;start=0&
Re: Using Tycho to automate plugin builds w/ Maven [message #564296 is a reply to message #564272] Mon, 26 July 2010 20:12 Go to previous message
d. hartford is currently offline d. hartfordFriend
Messages: 27
Registered: July 2010
Junior Member
To save people a LOT of issues --


<plugin>
<groupId>org.sonatype.tycho</groupId>
<!-- WRONG ARTIFACT TYPE (i.e. don't follow assumed convention)
<artifactId>maven-tycho-plugin</artifactId>
-->

<artifactId>tycho-maven-plugin</artifactId>
<version>${tycho-version}</version>
<extensions>true</extensions>
</plugin>
Previous Topic:Using Tycho to automate plugin builds w/ Maven
Next Topic:Re: Gemini Blueprint 1.0.0.M1 ships
Goto Forum:
  


Current Time: Tue Apr 16 21:59:26 GMT 2024

Powered by FUDForum. Page generated in 0.18604 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top