Skip to content

Commit 0570f38

Browse files
committed
Get rid of highest-basedir (does not work for site)
1 parent a99e042 commit 0570f38

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

pom.xml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<maven.compiler.source>1.6</maven.compiler.source>
4949
<maven.compiler.target>1.6</maven.compiler.target>
5050
<core.docs.url>https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/</core.docs.url>
51-
<core.docs.file>${highest-basedir}/core/kotlinx-coroutines-core/target/dokka/kotlinx-coroutines-core/package-list</core.docs.file>
51+
<core.docs.file>${project.basedir}/../../core/kotlinx-coroutines-core/target/dokka/kotlinx-coroutines-core/package-list</core.docs.file>
5252
</properties>
5353

5454
<prerequisites>
@@ -279,23 +279,6 @@
279279
</execution>
280280
</executions>
281281
</plugin>
282-
<!-- determine highest-basedir -->
283-
<plugin>
284-
<groupId>org.commonjava.maven.plugins</groupId>
285-
<artifactId>directory-maven-plugin</artifactId>
286-
<executions>
287-
<execution>
288-
<id>directories</id>
289-
<goals>
290-
<goal>highest-basedir</goal>
291-
</goals>
292-
<phase>initialize</phase>
293-
<configuration>
294-
<property>highest-basedir</property>
295-
</configuration>
296-
</execution>
297-
</executions>
298-
</plugin>
299282
</plugins>
300283

301284
<pluginManagement>
@@ -378,11 +361,6 @@
378361
<artifactId>maven-antrun-plugin</artifactId>
379362
<version>1.3</version>
380363
</plugin>
381-
<plugin>
382-
<groupId>org.commonjava.maven.plugins</groupId>
383-
<artifactId>directory-maven-plugin</artifactId>
384-
<version>0.1</version>
385-
</plugin>
386364
</plugins>
387365
</pluginManagement>
388366
</build>

0 commit comments

Comments
 (0)