rename module
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@
|
|||||||
<module>tools/kotlin-compiler</module>
|
<module>tools/kotlin-compiler</module>
|
||||||
<module>tools/kotlin-jdk-annotations</module>
|
<module>tools/kotlin-jdk-annotations</module>
|
||||||
<module>tools/runtime</module>
|
<module>tools/runtime</module>
|
||||||
<module>tools/kotlin-gradle-plugin</module>
|
<module>tools/kotlin-gradle-plugin-core</module>
|
||||||
<module>tools/kotlin-maven-plugin</module>
|
<module>tools/kotlin-maven-plugin</module>
|
||||||
<module>tools/kotlin-js-library</module>
|
<module>tools/kotlin-js-library</module>
|
||||||
<module>tools/kotlin-js-tests</module>
|
<module>tools/kotlin-js-tests</module>
|
||||||
|
|||||||
+7
-7
@@ -1,7 +1,7 @@
|
|||||||
Deploying gradle api to maven
|
Deploying gradle api to maven
|
||||||
|
|
||||||
* gradlew build
|
* gradlew build
|
||||||
-> build/libs/gradle-api-1.4.jar
|
-> build/libs/gradle-api-1.4.jar
|
||||||
|
|
||||||
* mvn deploy
|
* mvn deploy
|
||||||
build/libs/gradle-api-1.4.jar -> http://repository.jetbrains.com/utils
|
build/libs/gradle-api-1.4.jar -> http://repository.jetbrains.com/utils
|
||||||
+51
-51
@@ -1,51 +1,51 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project
|
<project
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
||||||
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<properties>
|
<properties>
|
||||||
<maven-plugin-anno.version>1.4.1</maven-plugin-anno.version>
|
<maven-plugin-anno.version>1.4.1</maven-plugin-anno.version>
|
||||||
<maven.version>3.0.4</maven.version>
|
<maven.version>3.0.4</maven.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<groupId>org.jetbrains.kotlin</groupId>
|
<groupId>org.jetbrains.kotlin</groupId>
|
||||||
<artifactId>gradle-api</artifactId>
|
<artifactId>gradle-api</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>1.4</version>
|
<version>1.4</version>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>build-helper-maven-plugin</artifactId>
|
<artifactId>build-helper-maven-plugin</artifactId>
|
||||||
<version>1.7</version>
|
<version>1.7</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>attach-artifacts</id>
|
<id>attach-artifacts</id>
|
||||||
<phase>compile</phase>
|
<phase>compile</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>attach-artifact</goal>
|
<goal>attach-artifact</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<artifacts>
|
<artifacts>
|
||||||
<artifact>
|
<artifact>
|
||||||
<file>build/libs/gradle-api-1.4.jar</file>
|
<file>build/libs/gradle-api-1.4.jar</file>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
</artifact>
|
</artifact>
|
||||||
</artifacts>
|
</artifacts>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
<id>utils</id>
|
<id>utils</id>
|
||||||
<url>http://repository.jetbrains.com/utils</url>
|
<url>http://repository.jetbrains.com/utils</url>
|
||||||
</repository>
|
</repository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
+4
-4
@@ -1,5 +1,5 @@
|
|||||||
<root>
|
<root>
|
||||||
<item name='com.google.common.io.Files java.io.File createTempDir()'>
|
<item name='com.google.common.io.Files java.io.File createTempDir()'>
|
||||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||||
</item>
|
</item>
|
||||||
</root>
|
</root>
|
||||||
+4
-4
@@ -1,5 +1,5 @@
|
|||||||
<root>
|
<root>
|
||||||
<item name='org.apache.commons.io.FilenameUtils java.lang.String getExtension(java.lang.String)'>
|
<item name='org.apache.commons.io.FilenameUtils java.lang.String getExtension(java.lang.String)'>
|
||||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||||
</item>
|
</item>
|
||||||
</root>
|
</root>
|
||||||
+4
-4
@@ -1,5 +1,5 @@
|
|||||||
<root>
|
<root>
|
||||||
<item name='org.gradle.api.logging.Logging org.gradle.api.logging.Logger getLogger(java.lang.Class)'>
|
<item name='org.gradle.api.logging.Logging org.gradle.api.logging.Logger getLogger(java.lang.Class)'>
|
||||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||||
</item>
|
</item>
|
||||||
</root>
|
</root>
|
||||||
+1
-1
@@ -16,7 +16,7 @@
|
|||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>kotlin-gradle-plugin</artifactId>
|
<artifactId>kotlin-gradle-plugin-core</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
Reference in New Issue
Block a user