Skip to content

Commit

Permalink
Remove old Tycho workaround
Browse files Browse the repository at this point in the history
The related Tycho issue (TYCHO-473) is closed; therefore, the workaroud is no longer required.
Note: this workaround was not compliant with M2E 1.x.
  • Loading branch information
PhBastiani committed Oct 7, 2012
1 parent 0df8ba7 commit a805c4e
Showing 1 changed file with 2 additions and 6 deletions.
Expand Up @@ -97,17 +97,13 @@
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<!-- TODO remove workaround when
https://issues.sonatype.org/browse/TYCHO-473
is fixed -->
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-source-plugin</artifactId>
<version>${tycho-version}</version>
<executions>
<execution>
<id>attach-source</id>
<phase>process-classes</phase>
<id>attach-source</id>
<goals>
<goal>plugin-source</goal>
</goals>
Expand Down

0 comments on commit a805c4e

Please sign in to comment.