Skip to content

Instantly share code, notes, and snippets.

@xseignard
Created November 15, 2011 09:18
Show Gist options
  • Save xseignard/1366539 to your computer and use it in GitHub Desktop.
Save xseignard/1366539 to your computer and use it in GitHub Desktop.
Attach source for tycho build
<plugin>
<!-- TODO remove workaround when
https://issues.sonatype.org/browse/TYCHO-473
is fixed -->
<groupId>org.sonatype.tycho</groupId>
<artifactId>maven-osgi-source-plugin</artifactId>
<version>${tycho.version}</version>
<executions>
<execution>
<id>attach-source</id>
<phase>process-classes</phase>
<goals>
<goal>plugin-source</goal>
</goals>
</execution>
</executions>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment