|
| Re: Using Tycho to automate plugin builds w/ Maven [message #564296 is a reply to message #564272] |
Mon, 26 July 2010 16:12  |
dhartford Messages: 26 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>
|
|
|
Powered by
FUDForum. Page generated in 0.01778 seconds