Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Watson2012-09-06 12:47:22 +0000
committerGreg Watson2012-09-06 12:47:22 +0000
commitd98f1787fe9f4e6ef2b99e078e04bb6d1fb51291 (patch)
tree7308ef2b490d7bb14c761cba34b3606151c61dc4
parent3564aa09ad61a986329d0b6e0a9b3f7c9afa44cc (diff)
downloadorg.eclipse.photran-d98f1787fe9f4e6ef2b99e078e04bb6d1fb51291.tar.gz
org.eclipse.photran-d98f1787fe9f4e6ef2b99e078e04bb6d1fb51291.tar.xz
org.eclipse.photran-d98f1787fe9f4e6ef2b99e078e04bb6d1fb51291.zip
Fix source plugin specification.
-rw-r--r--pom.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 605bd77c..98ec10dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,12 +159,9 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-source-plugin</artifactId>
<version>${tycho-version}</version>
- <configuration>
- <encoding>UTF-8</encoding>
- </configuration>
<executions>
<execution>
- <id>attach-source</id>
+ <id>plugin-source</id>
<goals>
<goal>plugin-source</goal>
</goals>

Back to the top