added sources build artifact to expeditionconnector.common for GWT build; set JDK to 1.7 for this artifact

Change-Id: I3b673bca4e1add78cc6a64c112cf7872c745de85
This commit is contained in:
Axel Uhl
2017-10-26 09:55:03 +02:00
parent dcae6c3bc3
commit 4a376979fd
@@ -9,4 +9,31 @@
</parent>
<artifactId>com.sap.sailing.expeditionconnector.common</artifactId>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-compiler-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-source-plugin</artifactId>
<version>${tycho-version}</version>
<executions>
<execution>
<id>plugin-source</id>
<phase>generate-sources</phase>
<goals>
<goal>plugin-source</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>