Rebuild sources for kotlin-daemon-client and compiler-client-embeddable in maven build
Do not build these sources in ant. Do not require them as artifact dependencies.
This commit is contained in:
@@ -29,19 +29,17 @@
|
||||
<version>1.7</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>attach-artifacts</id>
|
||||
<phase>compile</phase>
|
||||
<id>add-sources</id>
|
||||
<phase>prepare-package</phase>
|
||||
<goals>
|
||||
<goal>attach-artifact</goal>
|
||||
<goal>add-source</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<artifacts>
|
||||
<artifact>
|
||||
<file>${kotlin-dist}/kotlin-compiler-client-embeddable-sources.jar</file>
|
||||
<type>jar</type>
|
||||
<classifier>sources</classifier>
|
||||
</artifact>
|
||||
</artifacts>
|
||||
<sources>
|
||||
<source>${basedir}/../../../compiler/cli/cli-common/src</source>
|
||||
<source>${basedir}/../../../compiler/daemon/daemon-common/src</source>
|
||||
<source>${basedir}/../../../compiler/daemon/daemon-client/src</source>
|
||||
</sources>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
||||
@@ -55,6 +53,7 @@
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user